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 ?