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

About 6 Virtual Drives limit for each JOB Step


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

New User


Joined: 12 Jan 2007
Posts: 18
Location: Pune (India)

PostPosted: Thu Jan 17, 2008 12:17 pm
Reply with quote

Hi all,

I had concatenated 10 tape files in one step using the UNIT=AFF parameter but the job displays following message.

JOB REQUESTED 7 VIRTUAL DRIVES.
THE LIMIT IS 6 OF EACH TYPE PER JOB STEP.
[/b]

Please tell me what does the virtual drive mean?

Along with that when we provide overrides of other files in the tape files, the program runs fine.

Please let us know as I am stuck with this problem from a long time.

Thanks and regards,

Dilip S Biradar,
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jan 17, 2008 1:09 pm
Reply with quote

Please post your JCL to let us see what you have done .....

A virtual tape drive is exactly what it says on the packet - a virtual tape drive. It emulates a physical tape drive.

Data is written to a pseudo UCB which is routed to a DASD cache in the virtual tape subsystem, and when enough data is available to fill one physical tape volume the cached data is written to a physical tape volume, usually a high density one such as 3592.
Back to top
View user's profile Send private message
dilipbiradar

New User


Joined: 12 Jan 2007
Posts: 18
Location: Pune (India)

PostPosted: Thu Jan 17, 2008 1:56 pm
Reply with quote

//STEP050.SORTIN DD DSN=&PQFI..&FFB..&SORTIN,
// DISP=(OLD,&DISPC,KEEP),
// UNIT=TAPE
// DD &SORTIN2,
// DISP=(OLD,&DISPC2,KEEP),
// UNIT=AFF=SORTIN
// DD &SORTIN3,
// DISP=(OLD,&DISPC3,KEEP),
// UNIT=AFF=SORTIN
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jan 17, 2008 5:02 pm
Reply with quote

I think I usually code UNIT=(TAPE,1) when using AFF parameters, although it is some long years since I've needed to.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Jan 17, 2008 7:17 pm
Reply with quote

I think you are violating a SITE SPECIFIC rule, check with you resource management people.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top