10.47 How can I change my system’s job and session maximum limits?

You should log on as MANAGER.SYS and enter sysgen at the colon prompt. Then you can view current settings by entering the following commands in sysgen:

sysgen> misc

misc> show job

misc> show session

You can then change the JOB and SESSION limits as desired:

misc> job maxlimit=80

misc> session maxlimit=80

and then"hold" them (necessary):

misc> ho

misc> exit

Save the new configuration with the keep command in sysgen. Do a control-A SHUTDOWN, reboot, and START NORECOVERY.