Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Controller Description (Tape) (CHGCTLTAP) command changes a controller description for a tape controller.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CTLD | Controller description | Name | Optional, Key, Positional 1 |
RSRCNAME | Resource name | Name, *SAME, *NONE | Optional |
ONLINE | Online at IPL | *SAME, *YES, *NO | Optional |
AUTOCFG | Auto-configuration controller | *SAME, *YES, *NO | Optional |
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
Top |
This is a required parameter.
Specifies the name of the controller description.
Top |
Specifies the resource name that identifies the hardware this description represents. Use the WRKHDWRSC command to determine the resource name.
This value does not change.
No resource name is specified at this time. A resource name must be provided before the device can be varied on.
Specify the name to identify the physical devices on the system. Use the Work with Hardware Resources (WRKHDWRSC) command with *STG specified for the TYPE parameter to help determine the resource name.
Top |
Specifies whether this object is automatically varied on at initial program load (IPL).
This value does not change.
The controller is automatically varied on at IPL.
The controller is not automatically varied on at IPL.
Top |
Specifies whether this controller description is the one which should have devices attached when they are automatically configured. Although there can be more than one controller description for each controller, only one description can be an automatic configuration controller. When new devices are automatically configured on that controller, they are attached to the automatic configuration controller description.
This value does not change.
This is not an automatic configuration controller.
This is an automatic configuration controller.
Top |
Specifies the text that briefly describes the object.
This value does not change.
No text is specified.
Specify no more than 50 characters of text, enclosed in apostrophes.
Top |
CHGCTLTAP CTLD(TAP01) ONLINE(*NO)
This command changes the ONLINE parameter value to *NO for a tape controller named TAP01.
Top |
Top |