FEJJCNFG, JES Job Monitor configuration file
JES Job Monitor (JMON) provides all JES-related services. The behavior
of JES Job Monitor can be controlled with the definitions in FEJJCNFG
.
FEJJCNFG
is located in FEK.#CUST.PARMLIB
,
unless a different location was specified when the FEK.SFEKSAMP(FEKSETUP)
job
was customized and submitted. For more details, see Customization setup.
Customize the FEJJCNFG
sample JES Job Monitor
configuration member, as shown in the following code sample:
SERV_PORT=6715
TZ=EST5EDT
#APPLID=FEKAPPL
#AUTHMETHOD=SAF
#CODEPAGE=UTF-8
#CONCHAR=$
#CONSOLE_NAME=JMON
#DISPLAY_SYSIN=OFF
#GEN_CONSOLE_NAME=OFF
#HOST_CODEPAGE=IBM-1047
#LIMIT_COMMANDS=NOLIMIT
#LIMIT_CONSOLE=LIMITED
#LIMIT_VIEW=USERID
#LISTEN_QUEUE_LENGTH=5
#LOOPBACK_ONLY=ON
#MAX_DATASETS=32
#MAX_THREADS=200
#TIMEOUT=3600
#TIMEOUT_INTERVAL=1200
#TRACE_STORAGE=OFF
#SEARCHALL=OFF
#SUBMIT_TIMEOUT=30
#SUBMITMETHOD=TSO
#TSO_TEMPLATE=FEK.#CUST.CNTL(FEJTSO)
- SERV_PORT
- The port number for JES Job Monitor host server. The default port
is 6715, which can be changed. This value must match the port number
that is set for JES Job Monitor in the
rse.env
configuration file. If these values differ, RSE cannot connect the client to JES Job Monitor. - TZ
- Time zone selector. The default is
EST5EDT
. The default time zone is UTC -5 hours (Eastern Standard Time (EST) Eastern Daylight Savings Time (EDT)). Change this value to represent your time zone.