GENERATE_BCS-UNLOAD_OPTIONS
This section of CKMINI customizes the ISPF panel defaults for GENERATE BCS-UNLOAD functions.
OUTDATASET = dsname
This sets the default value for the OUTPUT Data Set Name field. Specify a value for the data set name of the backup file that will be created.
OUTFILE_ALLOC1 = 'text', OUTFILE_ALLOC2 = 'text', and OUTFILE_ALLOC3 = 'text'
A
set of default JCL statement strings to be used for allocating the new OUTDATASET
file. 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:
OUTFILE_ALLOC1 = 'DISP=(,CATLG,DELETE),UNIT=SYSALLDA,'
OUTFILE_ALLOC2 = 'SPACE=(CYL,(1,1),RLSE)'
OUTFILE_ALLOC3 =
FATAL_OBJECT_ERROR = WARNING | ERROR
This sets the default value for the FATAL-OBJECT-ERROR field.
- WARNING—issues a warning message and terminates the backup of that object with a return code of 4.
- ERROR— issues an error message and terminates the backup of that object with a return code of 8.