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

Reg TAPE Volume parameter


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

New User


Joined: 08 Jun 2007
Posts: 18
Location: Connecticut

PostPosted: Tue Aug 12, 2008 9:17 pm
Reply with quote

Hi ,

Could anyone explain me regarding the VOL parameter in the below code

//OUTFILE DD DSN=B6812.B6812PRM.B681264P.PREMSUBM(+1),
// UNIT=(TAP5,,DEFER),DISP=(,CATLG),
// DCB=(SYS2.GDG,RECFM=FB,LRECL=300,BLKSIZE=30000),
// LABEL=RETPD=1096,VOL=(,RETAIN,,25)

Thanks
Asokrani
Back to top
View user's profile Send private message
Anil Kumar Govindula

New User


Joined: 06 Aug 2008
Posts: 9
Location: India

PostPosted: Tue Aug 12, 2008 9:55 pm
Reply with quote

Hi Asokrani,

type 'QW RETAIN' in the command prompt and you will find a clear description about VOL parameter. Excuse me, if you already knew this and still wanted to know in detail.

Regs...Anil
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: Tue Aug 12, 2008 10:41 pm
Reply with quote

Hello,

Whether your system has QW or not (many do not), you want to become familiar and comfortable with the documentation. At the top of the page is an "IBM Manuals" link to most of the every-day documentation for multiple releases of IBM software.

Here is the link to the page that has the answer to your question:
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/iea2b650/12.1.4?

What you are looking for is near the bottom. . .
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Aug 13, 2008 11:25 am
Reply with quote

Hi,
Quote:
VOL=(,RETAIN..
This requests that the volume not be demounted or rewound when the data set is closed - a public tape volume will be retained at the tape drive if it is demounted during the job. From manuals - JES3 systems will honor RETAIN only if the volume is actually used in a later job step.

Quote:
..25)

25 says, that this output can use at the most 25 volumes. {Vol count} is a decimal number in the range 1 through 255, inclusive - the total number of output volumes for a DD statement may not exceed 4,096 volumes, however.

Other "," (commas) are place holders for the optional sub-parameters in VOLume parameter.
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

 


Similar Topics
Topic Forum Replies
No new posts Deleting a Tape file JCL & VSAM 14
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Volume chain using DFSORT DFSORT/ICETOOL 17
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top