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) named CRAport, where port is 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 userlog is the combined value of the user.log and DSTORE_LOG_DIRECTORY directives in rse.env, and $LOGNAME is the logon user ID (uppercase). If the user.log directive 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 the DSTORE_LOG_DIRECTORY directive is commented out or not present, then .eclipse/RSE/ is appended to the user.log value.