Hello,
        I am trying to instal RSU 1104 on z/OS 1.10 system . The RSU size is
4.6 GB.

        But when I am trying to unzip the MCS and HOLD data, I am getting
error for insufficient space on volume. To resolve this problem I performed
below stpes.

1) I created the multi volume data set and tried again to unzip it . But I
am getting the same error for space.

2) Initially I tried with 2 volume then went upto 8 volume dataset . But
getting same error for space.

           upto  8 volume x 4300 = 34,400 Cylinders of data.

for reference below is the JCL which is used to unzip this RSU.

//RSU1008C JOB (3623),'SAURABH',MSGCLASS=X,CLASS=A,
//             NOTIFY=&SYSUID,REGION=0M
//UNZIP    EXEC PGM=GIMUNZIP,PARM='HASH=NO'
//SYSUT3   DD UNIT=3390,SPACE=(CYL,(400,100))
//SYSUT4   DD UNIT=3390,SPACE=(CYL,(400,100))
//SMPOUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPDIR   DD PATH='/u/zos110/rsu1104',
//            PATHDISP=KEEP
//SYSIN    DD DATA,DLM=$$
<GIMUNZIP>
<ARCHDEF
name="SMPPTFIN/S0001.SHOPZ.S5373846.SMPMCS.pax.Z"
newname="SMPE.ZOS110.RSU.S5373846.SMPMCS"
replace="yes">
</ARCHDEF>
<ARCHDEF
name="SMPHOLD/S0002.SHOPZ.S5373846.SMPHOLD.pax.Z"
volume="RSU004"
newname="SMPE.ZOS110.RSU.S5373846.SMPHOLD">
</ARCHDEF>
</GIMUNZIP>
$$
-- 
Thanks & Regards
Saurabh Khandelwal

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