CL Command Reference - CHGCCSA

CL Command List > CHGCCSA Reference

Description:

The Change Control Server Attributes (CHGCCSA) command allows you to change the attribute values defined to control the operation of the change control server function. This function provides the software distribution support for locally attached change control clients using the Managed System Services product.

Note: If you change the change control server attributes while the managed system functions are active, you must end the program (ENDMGDSYS command) and then start the program again (STRMGDSYS command) before the changes take effect.


Examples:

Example 1: Changing the Maximum Connections, the Maximum Targets and the Registration Mode of the Attributes for Change Control Server

CHGCCSA MAXTGT(300) MAXCNN(312) AUTOTGTREG(*YES *PUSH)

This example indicates 300 targets, 312 connections, and that the registration is in push mode and automatic.



Example 2: Changing the Starting of the Change Control Server

CHGCCSA STRMGDSYS(*NOSTRCCSJOB)

This command specifies that the user does not want the change control server jobs to be started, so there will be no change control server functions running when the user runs the STRMGDSYS command.