Previous Topic: User ID ListingNext Topic: LISTDYND


LISTDEV

The LISTDEV control statement produces a listing of Device definitions. The listing is written to the REPORT DD statement.

To produce control cards that can be used to add or modify existing Device definitions on DEFDEV statements, code the CTLCARDS DD statement.

Syntax:

/LISTDEV 	ID=sname
		USER=
		TYPE=[CA-Spool | JES | EXTERNAL | VPO]

Where:

ID=sname

Specifies the 1-12 character synonym name for the device to be listed. A generic device ID can be specified by ending the device ID with an asterisk. If ID is omitted, all devices are listed.

USER=

Specifies 1-8 character name of user who last updated the device definition. A generic user name can be specified by ending the user name with an asterisk. If USER is omitted, all devices matching ID are listed.

TYPE=[CA-Spool | JES | EXTERNAL | VPO]

Specifies 1-8 character device type CA-Spool, JES, EXTERNAL, or VPO to be listed. If TYPE is omitted, all devices matching ID/USER are listed.

ID=sname

Specifies the 1-12 character synonym name for the device to be listed. A generic device ID can be specified by ending the device ID with an asterisk. If ID is omitted, all devices are listed.

USER=

Specifies 1-8 character name of user who last updated the device definition. A generic user name can be specified by ending the user name with an asterisk. If USER is omitted, all devices matching ID are listed.

TYPE=[CA-Spool | JES | EXTERNAL | VPO]

Specifies 1-8 character device type CA-Spool, JES, EXTERNAL, or VPO to be listed. If TYPE is omitted, all devices matching ID/USER are listed.