552: Command cmd fails: filename does not exist.
Explanation
The server received a cmd command with filename as a parameter. The filename file does not exist.
In the message text:
- cmd
- The FTP command that the server received .
- filename
- The file or data set name that is specified on the FTP command.
Example
mvsput 'user1.ftp.ps' 'user1.ftp.noexist'
quote xdss 'user1.ftp.noexist'
EZA1701I >>> xdss 'user1.ftp.noexist'
552 Command XDSS fails – USER1.FTP.NOEXIST does not exist.
EZA1701I >>> SITE DSNTYPE=BASIC RECFM=VB BLKSIZE=6233 LRECL=256 PRIMARY=1 SECOND
ARY=1 EATTR=SYSTEM TRACKS
200 SITE command was accepted
System action
The command is rejected. FTP continues processing.
Operator Response
No action is needed.
User response
- If reply code 552 is the expected result for cmd, no action is needed.
- If reply code 552 is not the expected result for cmd, reissue the FTP subcommand that sent the cmd command to the server and specify an existing file or data set.
System programmer response
No action is needed.
Problem Determination
Not applicable.