HLASM Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


INCORROUT procedure

HLASM Installation and Customization Guide
SC26-3494-05

  1. If the data or records were repeated endlessly, use the LOOP procedure instead of the INCORROUT procedure to create your keyword string.
  2. Use INCORROUT as your type-of-failure keyword.
  3. If the error was detected because of incorrect or missing output from an assembly that otherwise completed successfully, select a modifier keyword from the following table to describe the type of error in the output.
    Modifier Keyword Type of Incorrect Output
    DUPLICATE Some data or records were duplicated, but were not repeated endlessly.
    INVALID The output that appeared was incorrect or not as expected.
    MISSING Some expected output was missing.
  4. Select another modifier keyword from the following table to describe the portion of the output in which the error occurred.
    Modifier Keyword Portion of Output in Error
    ADATA Associated data file.
    DXREF DSECT cross reference.
    ESD External symbol dictionary listing. If the external symbol dictionary part of the object program is in error, use the OBJECT keyword followed by the ESD keyword.
    GOFF (z/OS and CMS) Machine-language generalized object program.
    MESSAGE Diagnostic message.
    MXREF Macro and copy code source summary, and macro and copy code cross reference.
    OBJECT Machine-language object program.
    RLD Relocation Dictionary listing. If the relocation dictionary part of the object program is in error, use the OBJECT keyword followed by the RLD keyword.
    RXREF General Purpose Register Cross Reference
    SOURCE Source listing.
    STAT Statistics and error listing.
    TERM Progress and diagnostic messages on SYSTERM data set for z/OS, on the terminal for CMS, or on SYSLOG for z/VSE.
    UMAP USING map.
    XREF Ordinary Symbol and Literal Cross Reference listing.
  5. Determine with which assembler options the failure occurs. If the failure occurs only when using certain options, indicate those options in the keyword string. Select the applicable modifier keyword from the list shown in Assembler options.
    For example, if you think that the assembler has given an incorrect Ordinary Symbol and Literal Cross Reference section of the listing when assembling with the XREF(FULL) option, your set of keywords, so far, consists of:
    Component Identification:     569623400
     
    Release Level:                R600
     
    Type of Failure:              INCORROUT
     
    Modifiers:                    INVALID
                                  XREF
                                  FULL
  6. Continue with Step 4. System-type keyword.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014