For Pan/SQL release 2.4C, please provide the JCL to create a new DBRMLIB for use with the IJ3STGE1 installation member.
Pan/SQL 2.4C
Here is the JCL you need. Please modify the lower case values in the below JCL:
//your job card,
// //*******************************************************
//* *
//* CREATE DBRMLIB *
//* *
//*******************************************************
//CRTELIB EXEC PGM=IEFBR14
//DD5 DD DSN=your.DBRMLIB,
// DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200),
// UNIT=SYSDA,SPACE=(CYL,(1,1,2)),VOL=SER=volser
//*