DFS3407E cmd COMMAND COMPLETE
FOR NONE, REQUEST=rqstname RC=retcode,
RSN=rsncode, ERRORTEXT=errtext,
MBR=mbr,
REPOTYPE=repotype, REPONAME=reponame
or
Explanation
The specified command was completed with an error. The rqstname, retcode, rsncode, errtext, and mbr values are returned only if the error is due to an RM request error.
In the message text:
- cmd
- Indicates the command verb that is processed. cmd can be DELETE, EXPORT, IMPORT, or QUERY.
- var1
- Can be SOME or NONE.
- reponame
- Indicates the 44-byte IMSRSC repository name
from which the resource definitions are processed.
- For DELETE, this is the repository name from which the stored resource definitions are deleted.
- For EXPORT, this is the repository name to which the runtime resource definitions are exported.
- For IMPORT, this is the repository name from which the stored resource definitions are imported.
- For QUERY, this is the repository name from which the stored resource definitions are queried from.
- repotype
- Indicates the repository type. The valid value for repotype is IMSRSC.
- rqstname
- Indicates the RM request that was not successful. rqstname can
be:
- CSLRPDEL for the DELETE command
- CSLRPUPD for the EXPORT command
- CSLRPQRY for the IMPORT or QUERY command
- retcode
- Indicates the RM request return code. See the CSLRRR or CSLSRR macro for the description of the return code.
- rsncode
- Indicates the RM request reason code. See the CSLRRR or CSLSRR macro for the description of the reason code.
- errtext
- Indicates the error text from the repository request. The error text can be null or six words of text.
- mbr
- Indicates the type of request in error. The value can be either LST or RSC.
System action
IMS continues processing
Operator response
Determine the reason for the failed request. Try the command again after the error is resolved.
User response
No action is required.