//PANDD statement coded in Easytrieve program - how can this be coded under true release 11.6 to be in sync with the option file?
The corresponding parameter MACRO does not exist under true release 11.6.
Easytrieve Report Generator, release 11.6
The JCL must contain a correct //PANDD statement pointing to the PDS where the macros reside.
If this has not been changed, then it would //PANDD DD DSN=xxxx, DISP=SHR (PANDD is the default).
Under true release 11.6, please see this documentation for the MACDDN parameter:
Documentation for MACDDN parameter
For this, please ensure that MACDDN is set to PANDD (or whatever corresponds to the DD statement in the Easytrieve programs.
Running JOB06OP2 and specifying 'READFILE' for the
//OPTBLD.SYSIN DD *
statement will help to identify the value of the MACDDN parameter.
This will let you know what is set for the MACDDN parameter and then any programs invoking a macro contained within that dataset should have a corresponding DD statement.