We have the following:

JOBCLASS(?) AUTH=ALL,        /* All commnds accepted 
   [...]
         PROCLIB=00,        
   [...]

PROCLIB(PROC00) DD(1)=(DSNAME=SYS2.&SYSNAME..PROCLIB),  
   [...]

PROCLIB(APPL)    DD(1)=(DSNAME=DEV.APPLIB.INCLUDE),
   [...]

In our "application" jobs we specify:
/*JOBPARM  PROCLIB=APPL

It looks like in the JES2 parmlib member the following limitation is in place:
PROCLIB=nn|00
  Specifies the default procedure library number (00-99) which
is to be used for this job class.

Am I missing something, or is the use of the JOBPARM JES2 JCL statement the 
only way that a non-numeric JES2 PROCLIB concatentation can be referred to?

Obviously we could just rename PROCLIB(APPL) to something like PROCLIB(10) and 
then add something like JOBCLASS(A) PROCLIB=10, so any job executing in CLASS=A 
will use the "applications" proclib, PROCLIB=10.  I would prefer being able to 
say PROCLIB=APPL or something, because "APPL" has more implicit meaning than 
"10".

I am not a sysprog and cannot test this out myself.  I want to suggest it to 
our sysprogs, but I want to make sure I am suggesting something that can be 
done.

Thanks!
Frank


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