Program Verifiers - ILE RPG

Option Description Default
Generate listing : Select this to indicate that an output listing should be generated. Show cross references: Select this to include a list of cross-references and a table containing key field information. Off
Show COPY statements: Select this check box to show the source records of members included by the /COPY compiler directive. Off
Show DDS statements: Select this check box to show the expansion of externally described files. Off
Show external procedures and fields: Select this check box to include a list of external procedures and fields referenced during the compilation. Off
Lines per page: Type the number of lines per page that you want the listing file to contain. This value must include any blank lines or header lines, and can range from 1 to 120. 60
Source listing indentation: Type up to two characters to mark DO-END and IF-ELSE-END structures on the source listing. The possible values for this field are:
  • *NONE Listings are not indented for structured operations.
  • character string: The source listing is indented for structured operation clauses, and the alignment of statements and clauses is marked using the character string you type in this field. If the string contains a blank character, it must be enclosed in quotation marks. (Otherwise, quotation marks are optional).
Note: You can type strings with or without single-quote delimiters. If you wish to include a single quote as one of the characters in a string with single-quote delimiters, you must use two single quotes to represent it. If you wish to use a blank as one of the characters, you must use single-quote delimiters.
Off

Feedback