Work with Edit Descriptions (WRKEDTD)

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

The Work with Edit Descriptions (WRKEDTD) command allows you to show a list of edit descriptions.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
EDTD Edit description Qualifier list Required, Positional 1
Qualifier 1: Edit description Generic name, name, *ALL
Top

Edit description (EDTD)

Specifies the edit description to be shown.

*ALL
All edit descriptions are shown.
generic-name
Specify the generic name of the edit descriptions to be shown. A generic name is a character string that contains one or more characters followed by an asterisk (*). If a generic name is specified, all edit descriptions that have names with the same prefix as the generic name are shown.
name
Specify the name of the edit description to be shown.
Top

Examples

WRKEDTD   EDTD(ABC*)

This command allows you to display and work with a list of edit descriptions beginning with the letters 'ABC'.

Top

Error messages

None

Top