Work with Line Descriptions (WRKLIND)

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

The Work with Line Descriptions (WRKLIND) command provides an interactive interface to line description functions through the Work with Line Descriptions display.

Top

Parameters

Keyword Description Choices Notes
LIND Line description Generic name, name, *ALL, *ASYNC, *BSC, *DDI, *ELAN, *FAX, *FR, *IDLC, *NET, *PPP, *SDLC, *TDLC, *TRLAN, *WLS, *X25 Optional, Positional 1
Top

Line description (LIND)

Specifies the line description to work with.

*ALL
Work with all line descriptions.
*ASYNC
You can work with all lines configured for asynchronous communications.
*BSC
You can work with all lines configured for binary synchronous communications.
*DDI
The user can work with all lines configured for distributed data interface.
*ELAN
You can work with all lines configured for an Ethernet local area network.
*FAX
The user can work with all lines configured for fax communications.
*FR
The user can work with all lines configured for frame relay direct communications.
*IDLC
You can work with all ISDN Data Link Control (IDLC) lines.
*NET
The user can work with all lines configured for network communications.
*PPP
The user can work with all lines configured for Point-to-Point Protocol (PPP) communications.
*SDLC
You can work with all lines configured for synchronous data link control communications.
*TDLC
You can work with all lines configured for twinaxial data link communications.
*TRLAN
You can work with all lines configured for a token ring local area network.
*WLS
The user can work with all lines configured for a wireless local area network.
*X25
You can work with all X.25 lines.
generic-name
Specify a generic line description name.
name
Specify the name of a line description.

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.

Top

Examples

WRKLIND   LIND(LINE01)

This command displays the Work with Line Descriptions panel showing an entry for line LINE01. If LINE01 does not exist, no entries are shown.

Top

Error messages

None

Top