Page History
...
When you enter the command:
CHGJSMOWN and press F4 you will be prompted to enter the following:
NEWOWNThe name of the new owner of the 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
CHGJSMOWN NEWOWN(QOTHPRDOWN) INSTANCE(*DEFAULT)
This program will call the CHGPGP and CHGOWN commands on all files and sub-directories in the instance directory.
CHGPGP OBJ(%s) NEWPGP(*NONE)
CHGOWN OBJ(%s) NEWOWN(%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.
...