LISTSMF_OPTIONS

This section of CKMINI customizes the ISPF panel defaults for LISTSMF functions.

EXTFILE_ALLOC1 = 'text' and EXTFILE_ALLOC2 = 'text'

A set of default JCL statement strings to be used for allocating the new EXTFILE data sets. Each text string cannot exceed 50 characters. The content of the strings must collectively follow the standard JCL syntax rules. You can also modify the JCL prior to submitting the job. The default is:
EXTFILE_ALLOC1 = 'DISP=(,CATLG,DELETE),UNIT=SYSALLDA,' 
EXTFILE_ALLOC2 = 'SPACE=(CYL,(1,1),RLSE)' 

SMFFILE_ALLOC1 = 'text'

The default JCL statement string to be used for allocating the new SMFFILE data set. The text string cannot exceed 50 characters. The content of the string must follow the standard JCL syntax rules. You can also modify the JCL prior to submitting the job. The default is:
SMFFILE_ALLOC1 = 'DISP=SHR'