Where allowed to run:
|
Parameters Examples Error messages |
The Change System/36 Attributes (CHGS36A) command allows the user to change the attributes of the System/36 environment configuration while the system is running in the System/36 environment.
More information about the System/36 environment is in the System/36 Environment Reference book.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SLIB | Default session library | Name, *SAME | Optional |
FLIB | Default files library | Name, *SAME | Optional |
LIBL | Use library list for file | *YES, *NO, *SAME | Optional |
DATDIFF | Date differentiated files | *YES, *NO, *SAME | Optional |
S36ESHARE | S/36 shared opens of files | *YES, *NO, *SAME | Optional |
RCDBLK | Shared file record blocking | *YES, *NO, *SAME | Optional |
CACHEDLTF | Store deleted files in cache | *YES, *NO, *SAME | Optional |
LPPAGE | Default lines per page | 1-112, *SAME | Optional |
FORMTYPE | Forms type | Character value, *STD, *SAME | Optional |
DFTMSGACN | Default message action | *CONTINUE, *HALT, *IGNORE, *CANCEL, *SAME | Optional |
HALTOPT | Halt options | *SAME, 0, 1, 2, 3, 01, 02, 03, 012, 013, 123, 0123, 023, 12, 13, 23 | Optional |
EVKJOBINIT | Evoke job initiation | *IMMED, *JOBQ, *SAME | Optional |
EVKJOBPOL | Evoke storage pool | *BASE, *CURRENT, *SAME | Optional |
EVKJOBPTY | Evoke job priority | 1-99, *SUBMITTER, *SAME | Optional |
SRCRCDLEN | Source file record length | 52-132, *SAME | Optional |
CHGACT | Allow CHGS36 while active | *YES, *NO, *SAME | Optional |
ADDS36ONLY | Add only S/36 users | *YES, *NO, *SAME | Optional |
ICFSUBST | Substitute ICF procedure data | *YES, *NO, *SAME | Optional |
MRTUSRPRF | MRT user profile | *OWNER, *FRSTUSR, *SAME | Optional |
MRTAUT | Check authority to files | *ALLUSR, *FRSTUSR, *SAME | Optional |
MRTDLY | MRT delay value | 0-32767, *SAME | Optional |
MRTJOBINIT | MRT job initiation | *IMMED, *JOBQ, *SAME | Optional |
MRTJOBPOL | MRT storage pool | *BASE, *CURRENT, *SAME | Optional |
MRTJOBPTY | MRT job priority | 1-99, *SUBMITTER, *SAME | Optional |
Top |
Specifies the default session library name for users running jobs in the System/36 environment.
Top |
Specifies the default files library for users running jobs in the System/36 environment.
Top |
Specifies whether the library list is used when specifying database files for System/36 environment jobs.
Top |
Specifies whether jobs running in the System/36 environment can use files of the same name, distinguished by creation date.
Top |
Specifies whether the System/36 environment opens database files in a way to allow an open data path (ODP) to be shared by multiple programs processing in the same job.
Top |
Specifies whether the System/36 environment uses record blocking for sequential database files that share an ODP. More information about record blocking is in the Concepts and Programmers Guide for the System/36 Environment.
Top |
Specifies whether database files deleted by the System/36 environment are stored in a cache.
Top |
Specifies the default number of lines printed on a page for all printers for jobs running in the System/36 environment when no other number of lines is specified in the SET command or in the FORMS or PRINTER OCL statement.
Top |
Specifies the form type of the default printer form which is used for System/36 printouts when no form type is specified in the SET command or in the FORMS or PRINTER OCL statement. The form types used to indicate different printer forms are user-defined and can be a maximum of 4 characters in length.
Top |
Specifies the default action used for escape messages issued by CL commands in procedures running in the System/36 environment. The default action is used for messages not in the message list and when there is no message list. The default action is not used if the message list contains a message ID.
Top |
Specifies a list of continuation options available when *HALT is specified for the default message action parameter. The list of options is a value consisting of up to 4 options with values ranging from 0 through 3, each of which represents an allowed response. If no options are specified, options 0 and 3 (value 03) are allowed. The meanings for the numbers assigned to the options are:
Top |
Specifies how EVOKE jobs or job steps are started within the System/36 environment.
Top |
Specifies the storage pool used for an EVOKE job that bypassed the job queue when starting to run in the System/36 environment.
Top |
Specifies the priority level at which an EVOKE job in the System/36 environment must be started when it bypasses the job queue.
Top |
Specifies the record length in bytes for System/36 source files QS36PRC and QS36SRC. These source files are created by System/36 environment utilities.
Top |
Specifies whether the configuration object can be updated using the Change System/36 (CHGS36) command while others are signed on to the System/36 environment.
Top |
Specifies whether a workstation device can be added to the System/36 environment configuration when the device signs on to the System/36 environment.
Top |
Specifies if data received on an intersystem communications function (ICF) start request is scanned for substitution expressions.
Top |
Specifies the user profile under which the Multiple Requester Terminal (MRT) program runs to check security in the System/36 environment.
Top |
Specifies which users are checked for their authority to obtain access to files used by the MRT program in the System/36 environment.
Top |
Specifies the time (in seconds) that the system delays (waits) before ending the MRT program in the System/36 environment. The specified value is not valid if the program is a never-ending program (NEP).
Top |
Specifies how an MRT job is started in the System/36 environment.
Top |
Specifies the storage pool used for an MRT job started without using the job queue in the System/36 environment.
Top |
Specifies the priority level for starting an MRT job that bypasses the job queue.
Top |
CHGS36A FLIB(MYLIB) CACHEDLTF(*YES) LPPAGE(66)
This command changes the value of the default files library to MYLIB for users running jobs in the System/36 environment. Storage for deleted files is changed to a cache. The number of lines printed on a page is changed to 66.
Top |
None
Top |