Previous Topic: DCMT DISPLAY PROGRAM Command SyntaxNext Topic: Example: DCMT DISPLAY PROGRAM Command


DCMT DISPLAY PROGRAM Command Parameters

broadcast-parms

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.

Program

Displays information about a specified program.

program-specification

Specifies the program to display:

dictnode

Specifies the DDS node that controls the data dictionary in which the named program resides.

dictname

Specifies the alternate data dictionary in which the named program resides. The default is the DICTNAME setting for the current session. To specify that the system default dictionary is to be searched for the named program, use the value * for dictname.

Note: Although dictnode and dictname are optional parameters, if dictnode is specified and dictname is not specified, a "." delimiter must be included to represent the missing dictname parameter. For example:

DCMT V PR dictnode..program-name V version-number

program-name

The name of the program, as defined on the system generation PROGRAM statement or on a DCMT VARY DYNAMIC PROGRAM command.

Version version-number

The version number of the specified DC/UCF program.

The default is 1.

Note: The loadlist enabled for your current terminal session determines how DC/UCF searches for a program based on a DCMT DISPLAY PROGRAM command. However, this loadlist search can be bypassed and superseded by fully qualifying the program name. If VERSION, DICTNODE, or DICTNAME is specified in the DCMT command, then this is considered a fully qualified name and the loadlists are not used.

PRograms

Displays information for each of the following types of programs:

from program-name to program-name

Specifies the range of programs to be displayed. Program-name specifies the start or all of a program name. For example, FROM IDMS TO RHDC displays all programs that begin with IDMS through those that begin with RHDC.