Add a new USER
In this task, add a new User “DSCOBOL” with the Password “DCOB” as a regular User (not a System Programmer).
Step 1
Add the new User to SYS1.SECURE.CNTL(USERS)
Per the User Manual, the USERIDs must be in alphabetical order.
This is an example of adding DSCOBOL to USERS.
Step 2
IF
the MVS-TK5 System is already running in console_mode and you have access to the console:
At the console prompt, enter
`/stop RAKF`
`/start RAKF`
You should see a message that the User Table has been reloaded.
ELSE
the MVS-TK5 System is already running in daemon_mode:
Shutdown the MVS-TK5 System
Reboot the RPi.
The User Table with the new USER will be loaded during the IPL.
Step 3
With the System running AND being logged on as HERC01:
Modify SYS2.JCLLIB(ADDUSER) and submit:
This is an example of adding DSCOBOL to ADDUSER.
Check that the job ran successfully and then logoff HERC01 and logon using the new USERID and PASSWORD.