Alan Schwartz wrote:
I'm testing the process to upload a PSP bucket of ptf's using an uploaded CSI 
to only get the ptf's I need.  Everything seems to be working and I've got the 
bin files on the mainframe. But when I try and unpack them I run into two 
problems.
1. The job is abending with 878-08. Here is the full message:
IEC028I 837-08,IFG055  
,TSYS001,UNPACK1,SYS00001,10B1,QR0015,SYS08269.T142124.RA000.TSYS001.TRSTMP.H03
Here is the jcl: //UNPACK1 EXEC PGM=TRSMAIN,PARM=UNPACK,REGION=0M //SYSPRINT DD SYSOUT=* //INFILE DD DISP=SHR,DSN=TSYS001.INSTLIB.BIN //OUTFILE DD DISP=(NEW,CATLG,DELETE),UNIT=(SYSDA,8), // DSN=TSYS001.INSTLIB.UNPACKED,SPACE=(CYL,(600,100,50),RLSE) Obviously there's a dynamically allocated file that isn't big enough. I looked in IBMlink but nothing matched there. I checked the recent archives and found one thread that matched but the posters issue was with PDS-E. This is coming via SRD and as far as I can see is documented as a pds. 2. When the job abends the allocation messages show: IEF285I TSYS001.INSTLIB.UNPACKED CATALOGED IEF285I VOL SER NOS= QR0015. I have to delete the file before I can rerun Appreciate any ideas.
OA22765 discusses a circumvention of including a large data set associated with a TMPSPACE ddname in your JCL. OA22765, itself, was closed as a FIN.
--
Bob Wright - [EMAIL PROTECTED]

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