DataLoader/MX Reference Manual (H06.03+, J06.03+)
Creating a Customized Version of DataLoader/MX
DataLoader/MX Reference Manual—543544-001
5-23
User Messages—C
The syntax is:
If this is the first message written to the error file, a message is written to stderr (and
to stdout if it is different from stderr) to indicate that errors are occurring. If the -Q
argument is specified, the write to stderr is skipped, and if stdout is the same as
stderr, the message is not written.
This procedure does not increment the error count.
DTLWriteToErr
This procedure writes the message to the process error file (the file specified by -E or
stderr if -E is not specified).
The syntax is:
If this is the first message written to the error file, a message is written to stderr (and
to stdout if it is different from stderr) to indicate that errors are occurring. If the -Q
argument is specified, the write to stderr is skipped, and if stdout is the same as
stderr, the message is not written.
This procedure does not increment the error count.
DTLWriteToUser
This procedure writes the message to stderr and to stdout (unless stdout is the
same as stderr).
The syntax is:
If the -Q parameter is specified, the write to stderr is skipped, and if stdout is the
same as stderr, the message is not written.
This procedure does not increment the error count.
void DTLWriteMsg( char* Format, ... );
void DTLWriteToErr( char* Format, ... );
void DTLWriteToUser( char* Format, ... );










