Creating a New DBRMLIB for Pan/SQL 2.4C
search cancel

Creating a New DBRMLIB for Pan/SQL 2.4C

book

Article ID: 65318

calendar_today

Updated On:

Products

Easytrieve Report Generator PAN/SQL

Issue/Introduction

For Pan/SQL release 2.4C, please provide the JCL to create a new DBRMLIB for use with the IJ3STGE1 installation member.

Environment

Pan/SQL 2.4C

Resolution

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
//*