In order for JES2 to actually use a big volume, you have to change SPOOLDEF
to LARGEDS=ALLOWED. Also, all MAS members must at a minimum release level:
I believe it's 1.7. Furthermore, once the large spool is in use, no member
can fall back to a pre-minimum level. You might also need to increase
TGSPACE in order to allocate the whole volume. All of these changes are
dynamic but should be 'backed up' in the init deck.

Having said all this, large spool volumes work great. No performance
problems at all.

.
.
JO.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
[EMAIL PROTECTED]


                                                                           
             "Richbourg,                                                   
             Claude"                                                       
             <richbourg.claude                                          To 
             @MAIL.DC.STATE.FL         IBM-MAIN@BAMA.UA.EDU                
             .US>                                                       cc 
             Sent by: IBM                                                  
             Mainframe                                             Subject 
             Discussion List           Re: Allocating Large SYS1.HASPACE   
             <[EMAIL PROTECTED]                                             
             .EDU>                                                         
                                                                           
                                                                           
             11/30/2007 12:27                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
               IBM Mainframe                                               
              Discussion List                                              
             <[EMAIL PROTECTED]                                             
                   .EDU>                                                   
                                                                           
                                                                           




Use this JCL to allocate all of a 3390-9, or 99% of it.
//DEFSPOOL EXEC PGM=IEFBR14
//SYSPRINT DD SYSOUT=*
//ALLOC    DD DSN=SYS1.xxxx.HASPACE,DISP=(NEW,KEEP,KEEP),
//         SPACE=(CYL,9940),UNIT=3390,VOL=SER=XXXXXX,
//         DCB=(DSORG=PS,RECFM=F,LRECL=4096,BLKSIZE=3992),
//         DSNTYPE=LARGE
//*

Claude Richbourg
Florida Department of Corrections
Systems Programmer III
850-921-1383

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Dennis Schaffer
Sent: Friday, November 30, 2007 3:25 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Allocating Large SYS1.HASPACE

Hi,

I'm beginning to play with large (>64K tracks) JES2 spool datasets.  I'm

attempting to allocate one entire 3390-9 volume (150239 tracks or 10015+

cylinders).

<snip>

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