Need to start/switch CA-1 between different PARMLIB member
search cancel

Need to start/switch CA-1 between different PARMLIB member

book

Article ID: 74727

calendar_today

Updated On:

Products

CA 1 Flexible Storage CA 1 Tape Management - Copycat Utility CA 1 Tape Management - Add-On Options

Issue/Introduction



When you have several LPARS and there is slight difference in the TMONSMxx parmlib member between LPARS for example, you would like to start CA-1 with the corresponding member.
How can I get TMSINIT to use the System defined symbols variables, to start CA-1 with different options?

Environment

Release:
Component: 1

Resolution

So you to change the TMSINIT procedure to make it working as you would like.
Only 2 lines needs to be added or modified.
Into the TMSINIT PROC, please comment the line with PRMI=
Then just before the TMSINIT EXEC line, insert this line:
// SET NUM=&MZ   MZ is a system symbol variable of 2 characters only. This is important.
Into the line of the EXEC PGM=TMSINIT, change the PARM value to this:
PARM='SYS=&NUM'
 
You will then at CA-1 startup select using the system define symbol variable the corresponding TMOSYSxx parmlib member.

Additional Information

This works here only for the TMOSYSxx member but it can be adapt to match whatever the member you would like.
For other options, you can refer to this documentation link:
https://docops.ca.com/display/CA1TMS14/Activating+CA+1