The first DSN of the option file is embedded into the EZTINI member of the CBAALOAD library.
How may a second option file be created when NEWFUNC is set to Y?
Easytrieve Report Generator, release 11.6
First, please run the JOB06OP1 member of your CBAAJCL library to create a second option file.
Next please run JOB06OP2 member located in the CBAAJCL library and specify NEWFUNC Y:
//OPTBLD.SYSIN DD *
NEWFUNC Y
/*
Please note that only one option file will be linked into the EZTINI member of the Easytrieve release 11.6 CBAALOAD library. So, one of the option files must be added via the //EZOPTBL DD statement in the JCL of the CA Easytrieve program(s). The JOB06OP1 job can be run with the ASMINI parameter set to 99 in order to only assemble/link the name of one of the two option files back into the EZTINI load module.
If a second option file is needed to run in compatibility mode, then please code this in the JOB06OP2 member:
//OPTBLD.SYSIN DD *
NEWFUNC N
/*