Release: V18.0 and above
Component: ENDBAS
If you are currently not using Type Sequencing and do not want to implement it to upgrade to Endevor v18.0.12, you can setup a dummy member in the Parmlib. To do this follow the instructions below:
YOUR JOBCARD GOES HERE
//******************************************************
//* ALLOCATE PARMLIB DATASET FOR GLOBAL TYPE SEQUENCING
//******************************************************
//SETUP EXEC PGM=IEFBR14
//PARMLIB DD DSN=iprfx.iqual.PARMLIB,
// DISP=(NEW,CATLG,DELETE),STORCLAS=TSO,
// DCB=(RECFM=FB,LRECL=80),UNIT=SYSDA,
// SPACE=(TRK,(2,1,5))
//******************************************************
//* CREATE PARMLIB TYPE SEQUENCE MEMBER
//******************************************************
//TYSQMBR EXEC PGM=IEBUPDTE,PARM=NEW
//SYSPRINT DD SYSOUT=*
//SYSUT2 DD DISP=SHR,DSN=iprfx.iqual.PARMLIB
//SYSIN DD DATA,DLM='<>'
./ ADD NAME=TYSQMBR
* ADD TYPE SEQUENCE STATEMENTS HERE.
2. Update the C1DEFLTS and define the PARMLIB data set and dummy Type Sequence member using the PARMLIB and TYPESEQMBR parameters. Here is an example that matches the above JCL:
PARMLIB='iprfx.iqual.PARMLIB',
TYPESEQMBR=TYSQMBR,