jobname,stepname,cc,text_string
Explanation: This message is issued as the result of executing an FCL DISPLAY command.
Messages have the format SFMC552s jobname,stepname,cc,text_string.
Where s is the severity code:
I, information, means the server reply code was less than 400 and the confidence level was 3 or higher.
W, warning, means the confidence level was 1 or 2, NoEOF or low.
E, error, means the server reply code was 400 or higher.
And where text_string may be null.
FCL DISPLAY writes a message to potentially four locations:
The agent’s SFMLOG DD spool file
The z/OS system console
The VFTP database MESSAGELOG table
The FTP OUTPUT DD spool file.
Whether the message is written to one or all of the first three locations is determined by the FCL PARM ALERT setting and the settings in the agent’s configuration that enable or disable each of these output locations.
FCL ;!PARM NOALERT will prevent the message from displaying anywhere except in the client’s OUTPUT DD spool file. ;!PARM ALERT is the default, which means that where the message displays is controlled by the configuration of the agent on the system where the client job ran.
The message will always be written to the FTP client’s OUTPUT DD spool file, regardless of the agent configuration.
The agent settings can be viewed or changed through the VFTP web browser application.
Action: None
