I am z/OS V1.9

I do not have a test system so I cannot really see how this works. 

If I code jobclass with a ? (Question Mark) and still create a unique entry for 
say JOBCLASS(S).  If all my jobclasses except one is the same can I do that?  
Or does JES2 see that as an error?

JOBCLASS(?) ACCT=NO,       
         AUTH=ALL,         
         BLP=YES,          
         COMMAND=VERIFY,   
         COPY=NO,          
         HOLD=NO,          
         IEFUJP=YES,       
         IEFUSO=YES,       
         JOURNAL=NO,       
         LOG=YES,          
         MSGLEVEL=(1,1),   
         OUTPUT=YES,       
         PERFORM=30,       
         PGMRNAME=NO,      
         PROCLIB=00,       
         REGION=4M,        
         RESTART=NO,       
         SCAN=NO,          
         TIME=(1430,00),   
         TYPE6=YES,        
         TYPE26=YES        

JOBCLASS(S) ACCT=NO,       
         AUTH=ALL,         
         BLP=YES,          
         COMMAND=VERIFY,   
         COPY=NO,          
         HOLD=NO,          
         IEFUJP=YES,       
         IEFUSO=YES,       
         JOURNAL=NO,       
         LOG=YES,          
         MSGLEVEL=(1,1),   
         OUTPUT=YES,       
         PERFORM=00,       
         PGMRNAME=NO,      
         PROCLIB=00,       
         REGION=64M,    <---  Changing This only        
         RESTART=NO,       
         SCAN=NO,          
         TIME=(1430,00),   
         TYPE6=YES,        
         TYPE26=YES     

Do these statements for JOBCLASS S to use 64M for Region while all other 
JOBCLASSes will use 4M  or do I have to code JOBCLASS(A-R)
     JOBCLASS(S)
     JOBCLASS(T-Z)
     JOBCLASS(0-9)

Thanks

Lizette
   

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