Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Device Description (Optical) (CHGDEVOPT) command changes the device description for an optical device.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DEVD | Device description | Name | Required, Key, Positional 1 |
RSRCNAME | Resource name | Name, *SAME, *NONE, *VRT | Optional |
ONLINE | Online at IPL | *SAME, *YES, *NO | Optional |
MSGQ | Message queue | Single values: *SAME, *SYSOPR Other values: Qualified object name |
Optional |
Qualifier 1: Message queue | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
Top |
Specifies the name of the device description being changed.
This is a required parameter.
Top |
Specifies the resource name that identifies the hardware that the description represents.
Note: Use the Work with Hardware Resources (WRKHDWRSC) command with TYPE(*STG) specified to determine the resource name.
Top |
Specifies whether this object is automatically varied on at initial program load (IPL).
Top |
Specifies the message queue to which operational messages for this device are sent.
The possible qualified names are:
Qualifier 2: Library
Top |
Top |
CHGDEVOPT DEVD(OPT01) ONLINE(*YES)
This command changes the device description of an optical device that is named OPT01 so that the device is automatically varied on at IPL.
Top |
Top |