IDIXWTO – Write message to MVS console
Format
#include "idixhfmt.h"
int IDIXWTO(char *psz, ...);
General description
IDIXWTO() is used to write a message to the MVS™ console. The psz argument must point to a NULL-terminated string.
If the psz argument is a format string suitable for use by the C sprintf() function, then more required arguments can follow.
This function is equivalent to the Fault Analyzer REXX command "IDIWTO".
Returned value
IDIXWTO() always returns zero.
Example
#include "idixhfmt.h"
IDIXWTO("Unable to complete IDIXUFMT exit processing!");