RSED, RSE daemon started task
Customize the sample started task member FEK.#CUST.PROCLIB(RSED)
, as described
within the member, and copy it to SYS1.PROCLIB
. As shown in the code sample below,
you have to provide the following:
- The home directory where z/OS® Explorer is installed, default
/usr/lpp/IBM/zexpl
- The location of the configuration files, default
/etc/zexpl
//*
//* RSE DAEMON
//*
//RSED PROC IVP=, * 'IVP' to do an IVP test
// PORT=,
// CNFG='/etc/zexpl',
// HOME='/usr/lpp/IBM/zexpl'
//*
//RSED EXEC PGM=BPXBATSL,REGION=0M,TIME=NOLIMIT,
// PARM='PGM &HOME./bin/rsed.sh &IVP –C&CNFG –P&PORT'
//STDOUT DD SYSOUT=*
//STDERR DD SYSOUT=*
// PEND
//*
Note:
- For more information about the startup parameters, see Operator commands.
- The sample JCL is initially named
FEK.SFEKSAMP(FEKRSED)
and is renamed toFEK.#CUST.PROCLIB(RSED)
in Customization setup. - Limit the length of the job name to 7 characters or fewer. If an 8-character name is used, the modify and stop operator commands fail with message “IEE342I MODIFY REJECTED-TASK BUSY”. This behavior is caused by the z/OS UNIX design for child processes.
- For the recommended Workload Manager goals for this task and the child processes it creates, see
"WLM considerations" in the Host Configuration Reference Guide(SC27-8438). The child
processes have the same name as the parent task,
RSED
, appended with a random 1-digit number, for exampleRSED8
.