HP XP7 Business Continuity Manager Reference Guide (TK954-96004)
Table 129 YKSCAN Command Return Code List (continued)
MeaningReturn Code
An interruption occurred during execution.-1
The command completed normally. The REXX variable corresponding to the scanned
volume is created.
0
The command skipped a volume whose I/O path was not available. The command
generated the REXX variable for the volumes whose detection was successful.
4
I/O errors were encountered. The REXX variable corresponding to the scanned
volume is created. However, if an I/O occurred while storage system information
was being collected, the REXX variable is not created for any volume.
8
A change in an I/O configuration definition was detected. The REXX variable
corresponding to the scanned volume is created. However, if a dynamic change
32
in an I/O configuration definition occurred while storage system information was
being collected, the REXX variable is not created for any volume.
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
YKSLEEP Command
Format
YKSLEEP
[
1
{SEC(timeout-value))|MIN(minutes)}
Function
This command is a TSO/E command called from REXX scripts.
This command temporarily stops script execution for the specified time.
Parameters
SEC(timeout-value)) ~ <numeric characters> ((1 to 9999))
Specify the time (in seconds) for which the script is to be temporarily stopped.
MIN(timeout-value)) ~ <numeric characters> ((1 to 9999))
Specify the time (in minutes) for which the script is to be temporarily stopped.
NOTE:
• The YKSLEEP command might not operate immediately after the specified time passes,
depending on the priority and operating status of the other tasks.
Return Codes
Table 130 (page 246) lists the return codes to be returned when the YKSLEEP command terminates.
Command details 245