1
MSG(stem-name-2)
[
1
PATH]
[
1
UIDCHK]
Function
YKSTORE
command is a REXX subroutine.
This command writes information about the copy group or path set on which an operation is being
performed to the configuration file defined in the ISPF panel. For details about configuration files,
see
“XML Document Type Definitions” (page 308)
.
Parameters
STEM(
stem-name-1
)
~ <REXX prefix of 64 or fewer characters>
Specify the prefix of the name of the copy group structure that stores information about the copy
group to be stored in the copy group definition file. Specify the same character string as the one
specified in the
STEM
parameter of the
YKLOAD
command that loaded the corresponding copy
group. You must also include a trailing period character.
The copy group structure is initialized for each process.
PREFIX(
prefix
)
~ <PREFIX string of 25 or fewer characters>
Specify the prefix of the configuration file name.
MSG(
stem-name-2
)
~ <REXX prefix of 64 or fewer characters>
Specify an optional prefix for the name of the message structure used to store the messages to be
generated by this command. You must also include a trailing period character.
The message structure is initialized when the CLI command with the same name as the
MSG
parameter is specified.
PATH
Specify this parameter to store path set information in the path set definition file. The information
other than path sets is not stored.
UIDCHK
Specify this parameter if you want to compare the value of
UpdateID
(last update ID) stored in
the REXX variable structure and the value of
UpdateID
stored in the configuration file when the
configuration file is updated. The command will not update the configuration file if, after the
configuration file has been loaded, the value of
UpdateID
is changed because the configuration
file is then updated by another user.
NOTE:
•
The
YKSTORE
command is an REXX subroutine, so it should be called from REXX script by the
REXX CALL key word instruction.
•
When you store the current volume status in a configuration file, HP recommends that you
specify a prefix other than the prefix used when the copy group was created and manage
the copy group separately.
Return Codes
Table 135 (page 251)
lists the return codes to be returned when the
YKSTORE
command terminates.
250 CLI Commands
Содержание P9000
Страница 302: ...YKDEMO12 302 CLI Commands ...