Description:
When installing CA Mainframe Software Manager - MVS you will need to define path/directory in your USS file system on z/OS.
In this document is the JCL how to do this in batch.
CAUTION: This is only SAMPLE jcl. Please reference the CA Mainframe Software Manager - MVS Product Guide for the proper naming and correct amount of directories.
Solution:
Adjust the jobcard and directories to your local company and CA Mainframe Software Manager requirements. Below the sample jcl :
// Insert Jobcard //******************************************************************** //* DEFINE PATHS. //******************************************************************** //STEP01 EXEC PGM=IKJEFT1B //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * PROF MSGID WTPMSG MKDIR '/usr/lpp/java/J5.0' MODE(7,7,5) MKDIR '/u/users/msmserv/msminstall' MODE(7,7,5) MKDIR '/u/users/msmserv/msm' MODE(7,7,5) MKDIR '/u/users/msmserv/msmruntime' MODE(7,7,5) MKDIR '/u/users/msmserv/msmtmp' MODE(7,7,5) MKDIR '/u/users/msmserv/mpm' MODE(7,7,5) //