2.1.3 JSM Job Management
During installation the xxxJSMLIB and QOTHPRDOWN user profiles are created with a default password of LANSA. You need to change these passwords to make your system secure.
During the installation process the following i5/OS job management objects are created using the 3 letter install prefix.
xxxJSMLIB |
User Profile. |
QOTHPRDOWN |
User Profile. |
xxxJSMLIB |
Library. |
xxxJSMLIB |
Subsystem. |
xxxJSMJOBD |
Job Description. |
xxxJSMJOBA |
Job Description. |
xxxJSMJOBQ |
Job Queue. |
xxxJSMOUTQ |
Output Queue. |
xxxJSMCLS |
Class. |
/LANSA_xxxjsmlib |
IFS Folder. |
The STRJSM command will do the following processing steps.
Retrieve the JOBD from DCXLOADA04 data area.
RTVDTAARA DTAARA(DCXLOADA04 (421 10)) RTNVAR(&JSMJOBD)
Submit RUNJSM using the JOBD.
SBMJOB CMD(RUNJSM INSTANCE(&INSTANCE) +
VERSION(&VERSION) OPTION(&OPTION) +
GCHINL(&GCHINL) GCHMAX(&GCHMAX) +
JOB(&JSMJOB)) JOB(&JSMJOB) +
JOBD(*LIBL/&JSMJOBD) JOBQ(*JOBD) +
PRTDEV(*JOBD) OUTQ(*JOBD) USER(*JOBD) +
SYSLIBL(*SYSVAL) CURLIB(*CRTDFT) +
INLLIBL(*JOBD) LOG(4 00 *SECLVL) +
DSPSBMJOB(*NO) MSGQ(*NONE) CPYENVVAR(*NO)
The configuration of these objects can be viewed using the WRKJOBD and WRKSBSD commands.
WRKJOBD JOBD(xxxJSMLIB/xxxJSMJOBD)
User profile . . . . . . . . . . . . . . . . . . : xxxPGMLIB
Job queue . . . . . . . . . . . . . . . . . . . : xxxJSMJOBQ
Library . . . . . . . . . . . . . . . . . . . : xxxJSMLIB
Output queue . . . . . . . . . . . . . . . . . . : xxxJSMOUTQ
Library . . . . . . . . . . . . . . . . . . . : xxxJSMLIB
WRKJOBD JOBD(xxxJSMLIB/xxxJSMJOBA)
User profile . . . . . . . . . . . . . . . . . . : xxxPGMLIB
Job queue . . . . . . . . . . . . . . . . . . . : xxxJSMJOBQ
Library . . . . . . . . . . . . . . . . . . . : xxxJSMLIB
Output queue . . . . . . . . . . . . . . . . . . : xxxJSMOUTQ
Library . . . . . . . . . . . . . . . . . . . : xxxJSMLIB
Request data . . . . . . . . . . . . . . . . . . : RUNJSM INSTANCE(*DEFAULT) VERSION(*DEFAULT)
WRKSBSD SBSD(xxxJSMLIB/xxxJSMLIB)
Display Autostart Job Entries
JSMJOB xxxJSMJOBDA xxxJSMLIB
Display Job Queue Entries
10 xxxJSMJOBQ xxxJSMLIB 20