We are running z/OS 2.2 on z15.  I am having a problem selectively unloading a 
very large
PDS/E, over 2,000,000 tracks, and with several thousand members.  The SYSIN to 
IEBCOPY
has 174,000 SELECT statements.  We are getting

IEB1011E AVAILABLE STORAGE (4K) IS TOO SMALL.  ADD 7779K MORE BYTES TO WORK 
SIZE.

And this is the EXEC statement for the IEBCOPY.

EXEC PGM=IEBCOPY,PARM='WORK=8M'

Our below the line private area is about 8.5 Meg.  I have REGION=32M on the job
statement.

I have tried various combinations of REGION=xxxM on the job statement, and
increases in the WORK parm value.  I cannot get around the error.

One thing I am trying now is to use two steps, assigning ½ of the SELECT 
statements
to the first step, and the remainder to the second step.  I am creating two 
separate
unload datasets using this method.  I suspect that one cannot concatenate 
IEBCOPY
UNLOAD datasets when reloading the PDS/E.

Any help or suggestions would be greatly appreciated.
Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to