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

Reply via email to