|  |     Here are a few of the most commonly seen errors ...
    
    1) Missing status.  There must be a status on EACH line, including
       lines that just have interfaces contained in previous modules.
    
    incorrect:
    
    LIB             SYSMAR.MAR              PASS    BUSYWAIT         I
                                                    TIMEDWAIT        I
                                                    TIMEWAIT         I
    
    correct:
    
    LIB             SYSMAR.MAR              PASS    BUSYWAIT         I
                                            PASS    TIMEDWAIT        I
                                            PASS    TIMEWAIT         I
    
    
    2) Bogus facility names.  The Facility column must contain a facility
       name only.  Please don't append "-VAX", "/ALPHA" or any other such
       to a facility name, or the parser won't be able to find the correct
       place to report status in the database.
    
    incorrect:
    
    UETP-VAX        APPEND.PIP              Retired
    UETP-VAX        DEVTESTEM.MAR           Retired
    
    correct:
    
    UETP            APPEND.PIP              Retired
    UETP	    DEVTESTEM.MAR           Retired
    
    
    3) Platform name in facility column.  Please put the platform (VAX,
       VEST or Alpha) as part of the Product name under question 4.  If 
       code is not common between the platforms, the best thing to do is
       to file a separate report for each platform.  We've seen instances
       of the platform name in a variety of formats added to the facility
       name, or put as a separate row.  The parser simply has no easy means
       to deal with this.
    
    incorrect:
    
    Facility                                        Routine, or
      Name          Module Name             Status  Global Cell     I/R/G  
    ------------------------------------------------------------------------------
    
    Alpha Sources
    
    correct:
    
    4. Product (including architecture) and version: OpenVMS Alpha V7.1
    
    If code is common, this will work:
    
    4. Product (including architecture) and version: OpenVMS Alpha V7.1 and
    OpenVMS VAX V7.1
 | 
|  |     We ran into an odd one today.  File names without an extension.  The
    parser can't distinguish the difference between a legitimate file name
    without an extension and someone who simply forgot the .mar or
    whatever.  So, in those rare cases where there really is no filename
    extension, just use an "_".  It's a hack, but it works.
    
    example:
    
    	FILENAME.	
    
    should be input as:
    
    	FILENAME._
    
    Karen.
 | 
|  |     Product name!!!
    
    We're finding a bunch of reports that don't put down the product name.
    Please, if you're filing for a VMS component, make sure that VMS or
    OpenVMS or some varient thereof is listed as part of the product name.
    Please also specify platform (alpha or vax).  Please make this all on
    the same line.
    
    Remember that we have lots of other OSSG products to report on, and if
    we can't find VMS in the product name we don't know that it gets
    reported against our inventory.  For reports which have already been
    submitted, I'm fixing these up.
    
    incorrect:
    
        Partial (alpha) bootdrivers
    
    correct:
    
    	OpenVMS alpha V7.1
    
    Thanks,
    Karen.
 |