CAE Server parameters (USS)

The parameters for USS installations of the CAE Server and are defined in the CAE Server started task CQMCAESV and in some cases CQMCAEWD, which is used in a High-Availability Fault-Tolerance (HAFT) environment.

The following provides an example of CQMCAESV, with a REGION set to 800M and several parameters specified for the STDENV DD:

//SERVER    EXEC PGM=BPXBATCH,REGION=800M,TIME=NOLIMIT,                      
//            PARM='SH /u/username/cqm/bin/start_cae_server'                 
//*           PARM='SH /u/username/cqm/bin/start_cae_server -shutdown'       
//STDOUT   DD PATH='/var/cqm/logs/cae_server.log',                           
//            PATHOPTS=(OWRONLY,OCREAT,OAPPEND),                             
//            PATHMODE=(SIRWXU,SIRWXG,SIRWXO)                                
//STDENV   DD *                                                              
CQM_VAR_HOME=/configuration/location                                         
CQM_JAVA=/usr/lpp/java/IBM/8.0_64                                          
CQM_LOGS=/var/cqm/logs                                                       
CQM_HEAP=500                                                                 
CQM_JDBC_PORT=1112                                                           
/*
Note: There must be no spaces at the beginning of any of the lines in the STDENV DD. If any spaces are present at the beginning of a line, the specified parameter is ignored.