Work with Ctl Descriptions (WRKCTLD)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with Controller Descriptions (WRKCTLD) command allows you to work with controller description functions through the Work with Controller Descriptions display.

Top

Parameters

Keyword Description Choices Notes
CTLD Controller description Generic name, name, *ALL, *CMN, *WS, *TAP, *LWS, *RWS, *VWS Optional, Positional 1
Top

Controller description (CTLD)

Specifies the name of the controller description.

*ALL
Work with all controller descriptions.
generic-controller-description-NAME
Specify a generic controller description NAME.

Note: A generic name is specified as a character string that contains one or more characters followed by an asterisk (*). If a generic name is specified, then all objects that have names with the same prefix as the generic object name are selected.

controller-description-NAME
Work with a specific controller description.
*CMN
Work with communications controller descriptions.
*WS
Work with work station controller descriptions.
*TAP
Work with tape controller descriptions.
*LWS
Work with local work station controller descriptions.
*RWS
Work with remote work station controller descriptions.
*VWS
Work with virtual (pass-through) work station controller descriptions.
Top

Examples

WRKCTLD   CTLD(*LWS)

This command displays the Work with Controller Descriptions panel to work with entries for all local work station controllers to which you have authority.

Top

Error messages

None

Top