Parm

You can abbreviate PARM to P.

Overrides processing default values. The following parameters are valid with the PARM statement:
ITBSIZE
Default 50␠000. Maximum number of tokens that ASMXREF can handle for one source statement. Minimum number 500.
LOGSIZE
Default 50␠000. Maximum number of characters that ASMXREF can handle in one statement. Minimum number 1␠000.
MWUSIZE
Default 1␠000. Maximum number of macros that ASMXREF can handle in the Macro Where Used (MWU) report. Minimum number 100.
OOSIZE
Default 2␠000. Maximum number of OO objects and classes that ASMXREF can handle for each module processed. Minimum number 100.
SWUSIZE
Default 10␠000. Maximum number of symbols that ASMXREF can handle in the Symbol Where Used (SWU) report. Minimum number 500.
Example:
 PARM ITBSIZE=100␠000