Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change System/36 Program Attributes (CHGS36PGMA) command changes the attributes of the specified program.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PGM | S/36 program | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: S/36 program | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MRTMAX | Maximum MRT's | 1-255, *NONE | Optional |
NEP | Never-ending program | *SAME, *NO, *YES | Optional |
Top |
Specifies the name of the program whose attributes you want to change.
This is a required parameter.
The possible library values are:
Top |
Specifies the maximum number of multiple requester terminals that can be attached to the program.
Top |
Specifies whether the program is a never-ending program (NEP). NEP is defined as a long-running program.
Top |
CHGS36PGMA PGM(RPGLIB/RPGPGM) MRTMAX(3) NEP(*YES)
This command changes program RPGPGM in RPGLIB to allow up to three MRTs and to be a never-ending program.
Top |
*ESCAPE Messages
Top |