Page 1 of 1

ISPCLIB version

PostPosted: Fri Feb 22, 2019 3:39 pm
by samb01
Hello,

in a a jcl, i'm using rexx library :


//PREFISP SET PREFISP='ISP'
//VISPF   SET VISPF='V2R1M0'  
...
..
//ISPMLIB  DD  DSN=&PREFISP..&VISPF..SISPMENU,DISP=SHR
//ISPSLIB  DD  DSN=&PREFISP..&VISPF..SISPSENU,DISP=SHR
//ISPPLIB  DD  DSN=&PREFISP..&VISPF..SISPPENU,DISP=SHR
//ISPTLIB  DD  DSN=&PREFISP..&VISPF..SISPTENU,DISP=SHR

 


in different sysplex, the version of Z/OS is different :


//VISPF   SET VISPF='V2R3M0'
 


i'd like to resolve automatically the version number because i use the same JCL in different LPAR.

is it possible to resolve automatically variable system of each sysplex ?

Re: ISPCLIB version

PostPosted: Fri Feb 22, 2019 4:20 pm
by enrico-sorichetti
YES/NO
all depends on the system setup and the willingness of the support group to make the changes

Re: ISPCLIB version

PostPosted: Sat Feb 23, 2019 2:03 pm
by willy jensen
If you can use a JCLLIB, have the SET statement in a member there, and then INCLUDE that member. The JCLLIB name must obviously be the same in both systems.
But I agree with enrico-sorichetti, a system symbol is preferrable.