Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-02 Thread Mike Schwab
On Wed, Sep 1, 2021 at 11:39 AM PINION, RICHARD W. wrote: > > // JOB (Y),RPINION,CLASS=2,MSGCLASS=O, > JOB17827 > // NOTIFY=&SYSUID,COND=(0,LT),REGION=128M > IEFC653I SUBSTITUTION JCL - > (Y),RPINION,CLASS=2,MSGCLASS=O,NOTIFY=ZZ,COND=(0,LT),REGION=128M >

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-02 Thread Allan Staller
Classification: Confidential 1) I run all if my batch jobs with a region of 256M. I suggest that (at least in this particular case ) the you do the same. 2) last I heard IEBCOPY does a conditional getmain for 1.5M, so work=8M is an increase 3) In conjunction with the region increase, increase wo

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread PINION, RICHARD W.
ISTSERV.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 wrote: > > There's no reason t

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread Mike Schwab
On the step completion message, what are your memory usage? On Wed, Sep 1, 2021 at 10:09 AM Steve Smith 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

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread Carmen Vitullo
e-Bradshaw Sent: Wednesday, September 1, 2021 11:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IEBCOPY & PARM='WORK=xxMB' [External Email. Exercise caution when clicking links or opening attachments.] Have you looked at using the spill data sets on SYSUT3 and SYSUT4?

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread PINION, RICHARD W.
Wednesday, September 1, 2021 11:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IEBCOPY & PARM='WORK=xxMB' [External Email. Exercise caution when clicking links or opening attachments.] Have you looked at using the spill data sets on SYSUT3 and SYSUT4? Lennie Dymoke-Bradshaw https://u

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread Lennie Dymoke-Bradshaw
To: IBM-MAIN@LISTSERV.UA.EDU Subject: IEBCOPY & PARM='WORK=xxMB' 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 get

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread Steve Smith
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. wrote: > We are running z/OS 2.2 on z15.

IEBCOPY & PARM='WORK=xxMB'

2021-09-01 Thread PINION, RICHARD W.
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 W