During installation the xxxPGMLIB 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.
|
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