/lis

Produce compile listings of ProcScript modules for components, application shells, menus, and global ProcScript.

/lis{=1 | 2}

Parameters

Script Listing Level
Value Meaning
1 Generates a basic script listing with no precompiler directives.
2 Generates a script listing that includes precompiler directives

Description

If you do not specify a listing level, level 1 is used.

If the /inf sub-switch is used with /lis=2, the ProcScript listing includes additional compilation error, warning, and info messages.

Related Topics