Table 131 YKRUN Command Return Code List
Meaning
Return Code
The command terminated abnormally, possibly because the user SVC routine has
not been included properly.
-4095
to
-4040
The module cannot be loaded. Possible causes are as follows:
•
The library dataset has not been linked.
•
The module is protected by the RACF program control function.
-3
An interruption occurred during execution.
-1
The command completed normally.
0
•
I/O errors were encountered.
•
A change in an I/O configuration definition was detected.
32
Invalid or missing data in a REXX variable.
36
An error occurred while a REXX variable was being written.
40
Terminating due to processing errors.
44
Terminating due to invalid parameters.
48
The command terminated abnormally. The user does not have permission to execute
this command.
128
YKSCAN Command
Format
YKSCAN
1
STEM(stem-name-1)
{
1
FROM(X'nnnn')
1
TO(X'nnnn')|
1
FROMVSN(volser)
1
TOVSN(volser)}
1
MSG(stem-name-2)
1
ARRAYS(stem-name-3)
Function
This command is a TSO/E command called from REXX scripts.
This command scans the entire range of device numbers (subchannel addresses) and generates
the
REXX
variables for the detected volumes.
The configuration file is manipulated when the command is executed.
Parameters
STEM(
stem-name-1
)
~ <REXX prefix of 64 or fewer characters>
Specify an optional prefix for the name of the Host-Discovered Array structure used to store the
volume scan results. You must also include a trailing period character.
FROM(X'
nnnn
')
~ <4-digit hexadecimal number>
Specify the device number of the first volume to be scanned.
This parameter and the
FROMVSN
and
TOVSN
parameters are mutually exclusive.
TO(X'
nnnn
')
~ <4-digit hexadecimal number>
Specify the device number of the last volume to be scanned.
This parameter and the
FROMVSN
and
TOVSN
parameters are mutually exclusive.
Command details 245
Содержание P9000
Страница 302: ...YKDEMO12 302 CLI Commands ...