It appears to be defined correctly in the dialogs.
Screen Copy shows:
UPPZFS        05F3  3390-9
If I strip out one step of the ALLOCDS job and submit outside the
dialogs I get the same results. See 2 copies of jcl below.
This one works allocating to a syssq volume.
//ALCZFS   EXEC PGM=IKJEFT01          
//SYSTSPRT DD   SYSOUT=*              
//SYSTSIN  DD   *                     
    ALLOC -                           
        DSNAME('ZOS17.OMVS.VAR') -    
        RECORG(LS) -                  
        TRACKS SPACE(528,53) -        
        BLKSIZE(4096) -               
        VOLUME(MVSSQ3) -              
        CATALOG                       
/*                                    

This one does not work.
//ALCZFS   EXEC PGM=IKJEFT01       
//SYSTSPRT DD   SYSOUT=*           
//SYSTSIN  DD   *                  
    ALLOC -                        
        DSNAME('ZOS17.OMVS.VAR') - 
        RECORG(LS) -               
        TRACKS SPACE(528,53) -     
        BLKSIZE(4096) -            
        VOLUME(UPPZFS) -           
        CATALOG                    
/*                                 


Thanks,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Conway
Sent: Thursday, February 21, 2008 8:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

Randy, the error message suggests you have that volume (UPPZFS) 
incorrectly defined in the ServerPac dialogs.  Under Option M - Modify 
System Layout, primary command SUMP or Option V (Summary of Physical 
Volumes), verify the Device Type of the volume in question.

Good luck.


Cheers,,,Steve

Steve Conway
Lead Systems Programmer
Information Systems & Services Division
Computer & Network Operations
Phone:   (703) 450-3156
Fax:        (703) 450-3197



   "Harris, Randy" <[EMAIL PROTECTED]> 
   Sent by: IBM Mainframe Discussion List <IBM-MAIN@BAMA.UA.EDU>
   02/20/2008 06:46 PM
   Please respond to
IBM Mainframe Discussion List <IBM-MAIN@BAMA.UA.EDU>


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
ZOS Upgrade Issue






Good Day,

I am attempting to upgrade from Z/OS V1.4 to Z/OS V1.7 and am having a
bit of a problem 

getting the ALLOCDS job to run correctly. I am wondering if any of you
have experienced this?

I tried searching the archives but did not find anything helpful.

My error occurrs in the ALCZFS step which allocates the ZFS file system
using the TSO ALLOC parm.

The result is as follows:

READY


    ALLOC         DSNAME('ZOS17.OMVS.VAR')         RECORG(LS)
TRACKS SPACE(528,53)         BLKSIZE(4096)         VOLUME(UPPZ

FS)         CATALOG


IKJ56221I DATA SET ZOS17.OMVS.VAR NOT ALLOCATED, VOLUME NOT AVAILABLE+


IKJ56221I VOLUME UPPZFS CURRENTLY MOUNTED ON AN INELIGIBLE DEVICE


READY


END


It seems to be device related as it will allocate to a syssq volume. I
have another lpar on which It 

will allocate to any volume. I have the specific volumes added to my
vatlst just like my syssq volumes, UPPZFS,0,0,3390    ,Y .

The device is a 3390 - mod 9. I have tried allocating to a mod 3 device
with the same results. 

Any help is appreciated.

TIA

 

Randy Harris

Sr. Systems Programmer / DBA

Lane Furniture Industries, Inc.

Tupelo, MS 38802

Phone: 662-566-3447

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

 

 




___________________________________________________
This message is intended only for the use of the individual or entity to

which it is addressed and may contain privileged, proprietary or
otherwise 
private information. If the reader of this message is not the intended 
recipient, or the employee or agent responsible for delivering the
message 
to the intended recipient, you are hereby notified that any
dissemination, 
distribution, or copying of this message is strictly prohibited. If you 
have received this communication in error, please notify us immediately
by 
replying to the sender of this E-Mail or by telephone and delete this 
communication from your system.

Warning: Although this e-mail and any attachments are believed to be
free 
of any virus or other defect that might affect any computer system into 
which it is received and opened, it is the responsibility of the
recipient 
to ensure that it is virus free and the company cannot accept 
responsibility for any loss or damage arising from the use of this email

or attachments.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html




___________________________________________________
This message is intended only for the use of the individual or entity to which 
it is addressed and may contain privileged, proprietary or otherwise private 
information. If the reader of this message is not the intended recipient, or 
the employee or agent responsible for delivering the message to the intended 
recipient, you are hereby notified that any dissemination, distribution, or 
copying of this message is strictly prohibited. If you have received this 
communication in error, please notify us immediately by replying to the sender 
of this E-Mail or by telephone and delete this communication from your system.

Warning: Although this e-mail and any attachments are believed to be free of 
any virus or other defect that might affect any computer system into which it 
is received and opened, it is the responsibility of the recipient to ensure 
that it is virus free and the company cannot accept responsibility for any loss 
or damage arising from the use of this email or attachments.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to