What is the difference in functionality between the CAW0OPTN CAUSRCMD and CAUTOCMD members defined in the CA Common Services for z/OS CAS9 proc?
search cancel

What is the difference in functionality between the CAW0OPTN CAUSRCMD and CAUTOCMD members defined in the CA Common Services for z/OS CAS9 proc?

book

Article ID: 14305

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Compress Data Compression for MVS Compress Data Compression for Fujitsu

Issue/Introduction

User wants to use the AUTOCMD member to start CA Products and CAS9 from a COMMNDxx due to timing differences in IPL and the other CA products



The CAS9 proc contains the following DD NAME:

//AUTOCMDS DD  DISP=SHR,DSN=&CAW0OPTN(&AUTOCMD)
//*                DD  DISP=SHR,DSN=&CAW0OPTN(&USERCMD)

The comments in the CAS9 proc note the default settings for each member
&AUTOCMD = CAUTOCMD
&USERCMD = CAUSRCMD

What functions do the two different members, CAUSRCMD and CAUTOCMD, perform? 

  

Environment

z/os

Resolution

The CAUTOCMD member of CAW0OPTN will start other CA products such as CA1(TMSINIT), the CCS390 ENF component, CA7ICOM, and CA7ONL while the CAUSRCMD member can be used to start Non-CA Commands such as TSO or TCPIP.

Additional Information

Refer to the comments describing the &AUTOCMD and &USERCMD found in your CAS9 proc.