Change a class object

You can change the attributes of a class object by using the character-based interface. Any attribute can be changed, except for the public authority attribute. Refer to the Revoke Object Authority (RVKOBJAUT) command and the Grant Object Authority (GRTOBJAUT) command for more information about changing object authorizations.

Command: Change Class (CHGCLS)
Example: This command changes a class called CLASS1 in the library on the job's library list. The run priority for the class is changed to 60 and a time slice of 900 milliseconds.
CHGCLS   CLS(CLASS1)  RUNPTY(60)  TIMESLICE(900)
Related concepts
Class object