IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

what do you mean or use of vol or ref in the JCL?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
madlui56

New User


Joined: 08 Aug 2006
Posts: 61
Location: Philippines

PostPosted: Fri Apr 13, 2007 6:43 pm
Reply with quote

Code:

//STEP075.SYSUT28  DD DSN=&STAT.IB285.ACCMINDA.ALCY.BKP(+1),
//             DISP=(NEW,CATLG,DELETE),                     
//             DCB=(AMX.MODLDSCB,BUFNO=5),                   
//             RECFM=FB,                                     
//             LRECL=602,                                   
//             BLKSIZE=0,                                   
//             EXPDT=99000,                                 
//             VOL=(,RETAIN,REF=*.SYSUT26),                 
//             UNIT=TAPEC,                                   
//             LABEL=14       


/ VOL=(,RETAIN,REF=*.SYSUT26),

What are the other possible values of this syntax?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Apr 13, 2007 6:45 pm
Reply with quote

And what did it say in the manual about the use of this parameter ???
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Apr 13, 2007 6:49 pm
Reply with quote

Hello,

As a hint, you want to research the VOL parameter, the other syntax is part of VOL.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Search our Forums:

Back to Top