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 

PAN#1 Error - UNEQUAL VOLUME CONTROL

 
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
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Wed Jan 14, 2004 8:45 am    Post subject: PAN#1 Error - UNEQUAL VOLUME CONTROL Reply with quote

Hi,

Please help me with above error ( R C = Eight) if in the following step-

Code:

//PAN010    EXEC PGM=PAN#1                                 
//SYSPRINT DD SYSOUT=*                                     
//PANDD1   DD DSN=TSODIBA.PDS(DIBAKAR),DISP=SHR 
//PANDD2   DD DSN=&&MOD,UNIT=SYSDA,DISP=(,PASS),           
//            SPACE=(CYL,(10,1),RLSE),                     
//            DCB=(BLKSIZE=1680,LRECL=80,RECFM=FB)         
//SYSIN    DD *                                           
++WRITE WORK,DIBAKAR                                       
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


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

PostPosted: Wed Jan 14, 2004 9:22 am    Post subject: Reply with quote

Dibakar,

The following is the detailed explanation of PV041 UNEQUAL VOLUME CONTROL

Reason: All volumes of a multi-volume library are not in original creation sequence or are not at the same level of operation. If the condition is discovered at the beginning of a CA-Panvalet execution, the program is terminated. If the condition is discovered at the end of a CA-Panvalet execution, the results of the program are unpredictable. This message also appears under these circumstances:

  • When the CA-Panvalet library release number being used is higher than the CA-Panvalet program's release number.The CA-Panvalet program can only be of a higher or equal release number than that of the library.

  • When you specify DEFER as a subparameter of the UNIT parameter and the volume containing the CA-Panvalet library is not mounted. CA-Panvalet attempts to perform validity checking on the library prior to opening it for processing. If the volume is not available at this time, the error condition occurs.

  • If PANDD1 is allocated to an invalid file (PDS, ISAM, DUMMY, and so on) or if the DISP is NEW for other than PAN#4.



I guess it is the 3rd reason listed above for the error. May be you cannot use regular pDS as a library dataset.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Wed Jan 14, 2004 10:11 am    Post subject: Reply with quote

The JCL card PANDD1 must point to the Panvalet library. You have it pointing to an MVS PDS.
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Thu Jan 15, 2004 12:06 am    Post subject: Reply with quote

I changed it to IEBGENER and it's working. But I had a similar job which was using PAN#1 for regular PDS and was working fine. So when I had a look at it again, guess what, I had changed it to IEBGENER there too, and forgot to make change in the other JCL.

Thanks,
Diba.
Back to top
View user's profile Send private message Send e-mail
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