CARMA logging
- CARMA server job
When opening a connection with CARMA, using the batch interface,
FEL.#CUST.SYSPROC(CRASUBMT)will start a server job (with the user's user ID as owner) namedCRAport, whereportis the TCP/IP port used. - CARMALOG DD
If DD statement CARMALOG is specified in the chosen CARMA startup method, CARMA logging is redirected to this DD statement in the server job, otherwise it goes to SYSPRINT.
- SYSPRINT DD
The SYSPRINT DD of the server job holds the CARMA logging, if DD statement CARMALOG is not defined.
- SYSTSPRT DD
The SYSTSPRT DD of the server job holds the system (TSO) messages for the CARMA server startup.
- userlog/$LOGNAME/rsecomm.log
Communication logging of CARMA, where
userlogis the combined value of theuser.logandDSTORE_LOG_DIRECTORYdirectives inrse.env, and$LOGNAMEis the logon user ID (uppercase). If theuser.logdirective is commented out or not present, the home path of the user is used. The home path is defined in the OMVS security segment of the user ID. If theDSTORE_LOG_DIRECTORYdirective is commented out or not present, then.eclipse/RSE/is appended to theuser.logvalue.