CL Command Reference - CHGMGDSYSA

CL Command List > CHGMGDSYSA Reference

Description:

The Change Managed System Attributes (CHGMGDSYSA) command updates the system wide configuration attributes that are unique to the Managed System Services licensed program.

These attributes enable the user to control which activities are accepted by the managed system and under which user profile the activity is run.

If the change control server attributes are changed while the managed system functions are active, you must do the following:
1. End the managed system functions (ENDMGDSYS command).
2. Start the managed system functions (STRMGDSYS command).

Restrictions:

1. The distribution security program, the default user profile, and the remote command security program must exist when the command is processed.

2. You must have *ALLOBJ special authority to the security program, the default user profile, and the remote command security program.


Examples:

Example 1: Configuring the Central Site System

CHGMGDSYSA ACCRCVACT(*YES) SECPGM(*NONE) DFTUSRPRF(QUSER)
INACTITV(30) SNDINTRSP(*YES)
PFXTOKEN(ABCCO AUTOMAP)

This command configures the central site system to support change request activities and run them under the QUSER user profile. Intermediate responses are sent. Global names beginning with ABCCO AUTOMAP are reserved for sending objects using standard i5/OS object names. If a request is not received for 30 minutes, any jobs waiting to process requests are ended.



Example 2: Configuring the Remote Command Function

CHGMGDSYSA RMTSECPGM(*DFT) DLTSPLF(*SUCCESS)
MAXDTA(*NOMAX) KEY(*NONE)

This command configures the remote command function to use the default remote command security program, deletes spooled files when the request is run successfully, and specifies no limitation for the amount of returned data.