MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DSCB Model (JCL)

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Lroman
Beginner


Joined: 22 Oct 2003
Posts: 1
Topics: 1

PostPosted: Wed Oct 22, 2003 7:14 pm    Post subject: DSCB Model (JCL) Reply with quote

Embarassed Can someone help me to define a DSCB model for a GDG file? I set up a GDG but need to set up or define a DSCB model for the file. Or direct me where I can read and see some examples.

Your help is appreciated.
Back to top
View user's profile Send private message
manojagrawal
Beginner


Joined: 25 Feb 2003
Posts: 124
Topics: 29

PostPosted: Wed Oct 22, 2003 9:35 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Thu Oct 23, 2003 6:20 am    Post subject: Reply with quote

lroman,

The link which manoj kindly provided is dead. Check this link for Processing Generation Data Groups

The following link from the same book will answer your specific question.

Creating a Model DSCB

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group