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


RECORDINFO

HLASM Installation and Customization Guide
SC26-3494-05

Read syntax diagramSkip visual syntax diagram
   .-RECORDINFO=YES-.   
>>-+----------------+------------------------------------------><
   '-RECORDINFO=NO--'   

YES
instructs the assembler to do the following:
  • Issue diagnostic message ASMA435I immediately after the last diagnostic message for each statement in error. The message text describes the record number and input data set name of the statement in error.
  • Include the member name (if applicable), the record number and the input data set concatenation value with the statement number in the list of flagged statements in the Diagnostic Cross Reference and Assembler Summary section of the assembler listing.
NO
instructs the assembler to do the following:
  • Not issue diagnostic message ASMA435I for statements in error.
  • Only show the statement number in the list of flagged statements in the Diagnostic Cross Reference and Assembler Summary section of the assembler listing.
Default
RECORDINFO=YES
Note: This option can be specified as an assembler invocation parameter by specifying the FLAG(RECORD) option.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014