Indicates to execute the DCMT command on all or a list of data sharing group members.
Note: For more information about broadcasting and broadcast-parms syntax, see the section How to Broadcast System Tasks.
Defines, modifies, or deletes the PDE for a specified program.
Identifies the DDS node that controls the data dictionary in which the named program resides.
Be sure to code this parameter if the named program resides in a data dictionary on a DDS system.
Identifies the data dictionary in which the named program resides.
Be sure to code this parameter if the named program resides in a data dictionary.
The name of one of the following types of program load modules:
If the named program is already defined to the system, VARY DYNAMIC PROGRAM modifies in the program's PDE only those parameters that you specify in the VARY DYNAMIC PROGRAM command.
Specifies the version number of the specified program. The default is 1.
Identifies the program type of the named program as PROGRAM. This is the default program type.
Identifies the program type of the named program as MAP.
Identifies the program type of the named program as SUBSCHEMA.
Identifies the program type of the named program as TABLE.
Identifies the program type of the named program as DIALOG.
Identifies COBOL as the language of the named program. COBOL is the default program language.
Identifies Assembler as the language of the named program.
Identifies PL/I as the language of the named program.
Identifies the named program as a CA ADS dialog.
Specifies that the program can be used by multiple transactions and/or multiple tasks at the same time. CONCURRENT is the default.
Specifies that the program can be used by only one transaction or task at a time.
Deletes the definition of the named program from the run-time system. The task code associated with the program must be deleted before the program can be deleted. DELETE can also be used to delete automatically defined programs (see Usage below).
Specifies the number of times a memory dump is taken for program check errors that occur in the named program.
An integer in the range 0 through 255. The default is 0.
Enables the named program. ENABLED is the default.
Disables the named program. Disabling a program prevents it from being executed until it is enabled.
Specifies the number of program check errors that can occur in the named program before DC/UCF disables the program.
An integer in the range 1 through 255. The default is 5.
For Assembler and PL/I programs, specifies the amount of storage, in bytes, to be allocated for the initial storage area (ISA) of the named program.
An integer in the range 0 through 32767. The default is 0.
Indicates that the named program is a mainline dialog.
Indicates that the named program is not a mainline dialog.
Specifies if this program can use the same language enclave as other LE programs in the same task. This parameter is only meaningful for COBOL programs.
Specifies that this program cannot participate in a multiple program LE enclave.
Specifies that this program can participate in a multiple program LE enclave. This is the default.
Note: This value is only effective if the sysgen contains a SYSTEMstatement with MULTIPLE ENCLAVE IS ON.
Indicates that the new copy facility is enabled for the named program. Enabling the new copy facility permits the user to subsequently issue DCMT VARY PROGRAM NEW COPY requests for the program. ENABLED is the default.
Indicates that the new copy facility is disabled for the named program.
Indicates that the named program can be overlaid in the program pool. OVERLAYABLE is the default.
Indicates that the named program cannot be overlaid in the program pool.
Enables storage protection for the named program. PROTECT is the default.
Storage protection cannot be enabled for a program unless the PROTECT option is specified in the system generation SYSTEM statement.
Disables storage protection for the named program.
Indicates that the named program is reentrant. REENTRANT is the default.
Indicates that the named program is non-reentrant.
Indicates that the named program is quasi-reentrant.
This refers to COBOL programs compiled with versions of COBOL before COBOL II.
Specifies that the program can be executed repeatedly. REUSABLE is the default.
When a program is reusable, a request to load the program causes the system to load a copy from external storage only if no copy exists in the program pool.
Specifies that the program cannot be executed repeatedly.
When a program is non-reusable, a request to load the program requires the system to load a copy from external storage.
Specifies that the system is to acquire a save area automatically before each execution of the named program.
Specifies that the system is not to acquire a save area automatically before each execution of the named program.
The space and the period together are required and signal the end of the statement.
More Information
|
Copyright © 2014 CA.
All rights reserved.
|
|