Page History
...
When you enter the command:
CHGJSMAUTand press F4 you will be prompted to enter the following:
USERThe name of the user whose authority is being set for all files and directories below and including the JSM instance directory.
DTAAUTThe level of data authority for all files and directories below and including the JSM instance directory.
OBJAUTThe level of object authority for all files and directories below and including the JSM instance directory.
INSTANCEThe instance defaults to a value of *DEFAULT. This is the recommended value. The default instance is defined in the JSMMGRDTA data area at position 1 to 50.
Example
CHGJSMAUT USER(*PUBLIC) DTAAUT(*EXCLUDE) OBJAUT(*NONE) INSTANCE(*DEFAULT)
This program will call the CHGAUT on all files and sub-directories in the instance directory.
CHGAUT USER(%s) DTAAUT(%s) OBJAUT(%s) OBJ(%s)
Example from the DSPJOBLOG command
Object /jsm/instance changed.
Object /jsm/instance/classes changed.
Object /jsm/instance/dtd changed.
Object /jsm/instance/dtd/order.dtd changed.
...