ISPCLIB version



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

ISPCLIB version

Postby samb01 » Fri Feb 22, 2019 3:39 pm

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 ?
samb01
 
Posts: 427
Joined: Mon Nov 16, 2009 7:24 pm
Has thanked: 1 time
Been thanked: 0 time

Re: ISPCLIB version

Postby enrico-sorichetti » Fri Feb 22, 2019 4:20 pm

YES/NO
all depends on the system setup and the willingness of the support group to make the changes
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: ISPCLIB version

Postby willy jensen » Sat Feb 23, 2019 2:03 pm

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.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post