HFZXWTO – Write message to MVS console

Format


#include "hfzxhfmt.h"

int HFZXWTO(char *psz, ...);

General description

HFZXWTO() 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 Z Abend Investigator REXX command "HFZWTO".

Returned value

HFZXWTO() always returns zero.

Example


#include "hfzxhfmt.h"

HFZXWTO("Unable to complete HFZXUFMT exit processing!");