manojagrawal Beginner
Joined: 25 Feb 2003 Posts: 124 Topics: 29
|
Posted: Wed Oct 22, 2003 9:35 pm Post subject: |
|
|
Hi Lroman,
There was this great site suggested by Kolusu http://www.woodfibre.frbc.gov.bc.ca/~smshelp/gdg.htm or the post http://www.mvsforums.com/helpboards/viewtopic.php?t=29 but im not able to open it now.. Guess its removed or just down at the moment.
I have a copy of it though, so send me your mail id and ill send it over to you.
And do you want to create the model or include the model in the gdg creation step? For the model is would be any valid dataset with the DCB paratmeters u would want ...say
Code: | //STEP10 EXEC PGM=IEFBR14
//*
//DSCB01 DD DSN=X.Y.Z,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(TRK,(1,1),RLSE),
// DCB=(LRECL=80,RECFM=FB,BLKSIZE=0)
//* |
For using it in to create the generation
Code: | //NEWGEN DD DSN=COMPANY.EMPLOYEE(+1),
// DISP=(NEW,CATLG),
// SPACE=(TRK,(5,5)),DCB=(X.Y.Z,RECFM=FB,LRECL=80) |
Any other comments guys on how it can be done??? Hope this helps though! Havent actually used it, but just mentioning it through what i have understood theoretically. _________________ Thanks & Regards,
Manoj. |
|