Thanks Mark! -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Zelden Sent: Thursday, March 09, 2017 12:54 PM To: [email protected] Subject: Re: JES2 Spool Volume size
On Thu, 9 Mar 2017 18:17:04 +0100, R.S. <[email protected]> wrote: >W dniu 2017-03-09 o 15:37, Richards, Robert B. pisze: > >> Anyone using the larger volume MOD sizes for spool volumes? Any issues? >> >> >> >> Largest SYS1.HASPACE ? :) >> >> >> >> Activating LEVEL=z22 this weekend. Anyone seen issues after setting the new >> mode? >Current limit is 1TB. > >That require LARGEDS. > >Personally I'm using full mod-27's for several years. > >-- > >Radoslaw Skorupka > >Lodz, Poland Ditto - one some sysplexes. Largest spool farm is 15 mod-27s. This is the JCL I've been using for years to allocate the space: //STEP1 EXEC PGM=IEFBR14 //SYSPRINT DD SYSOUT=* //SPOOLX DD DSN=SYS1.HASPACE,UNIT=SYSDA,DISP=(,KEEP), // SPACE=(CYL,1,,MXIG), USE LARGEST CONTIG SPACE // DSNTYPE=LARGE, ANYTHING LARGER THAN 64K TRACKS // VOL=SER=SPLP16 Best Regards, Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS ITIL v3 Foundation Certified mailto:[email protected] Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
