//XXXXXXXX JOB (YYYYY),RPINION,CLASS=2,MSGCLASS=O,                     JOB17827 
                        
//  NOTIFY=&SYSUID,COND=(0,LT),REGION=128M                                      
                         
IEFC653I SUBSTITUTION JCL - 
(YYYYY),RPINION,CLASS=2,MSGCLASS=O,NOTIFY=ZZZZZZ,COND=(0,LT),REGION=128M    
//BACK1   EXEC PGM=IEBCOPY,PARM='WORK=8M,CMWA=8190K'                            
                         

CPU:     0 HR  00 MIN  00.68 SEC    SRB:     0 HR  00 MIN  00.03 SEC        
VIRT:  8352K  SYS:   300K  EXT:        4K  SYS:    17476K                   
ATB- REAL:                  1056K  SLOTS:                     0K            
     VIRT- ALLOC:      13M SHRD:       0M                                   

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Mike Schwab
Sent: Wednesday, September 1, 2021 12:34 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IEBCOPY & PARM='WORK=xxMB'

[External Email. Exercise caution when clicking links or opening attachments.]

On the step completion message, what are your memory usage?

On Wed, Sep 1, 2021 at 10:09 AM Steve Smith <sasd...@gmail.com> wrote:
>
> There's no reason to concatenate the unload files, just do two COPY 
> operations (which can be in the same step, in case that's not obvious).
>
> REGION=32M, really?  This isn't 1990.  How about 1000M?
>
> sas
>
>
> On Wed, Sep 1, 2021 at 10:54 AM PINION, RICHARD W. 
> <rpin...@firsthorizon.com>
> wrote:
>
> > 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.
> >
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
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