Kolusu, thanks once again! I will give this a try. I assume the Blksize of 4K will set the CISize to 4K... And do I need to do anything special with ShareOpts?

------ Original Message ------
From: "Sri h Kolusu" <[email protected]>
To: [email protected]
Sent: 6/17/2021 11:59:13 AM
Subject: Re: Allocate DB2 LDS with JCL?

 if anyone has samples to allocate a DB2 VSAM LDS (1) using JCL
parameters

Billy,

JCL supports the parm RECORG and you can define the LDS as follows

//STEP0100 EXEC PGM=IEFBR14
//LDSCRE   DD DSN=&SYSUID..LDSCRE,
//            DISP=(NEW,CATLG,DELETE),
//            SPACE=(CYL,(60,20)),
//            RECORG=LS,
//            BLKSIZE=4096

Thanks,
Kolusu

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to