SQL/MP Programming Manual for C

SQL/MP System Procedures
HP NonStop SQL/MP Programming Manual for C429847-008
5-5
SQLCADISPLAY
The SQLMSG file contains text in English. You can specify a different SQL
message file with the =_SQL_MSG_node DEFINE. For more information, see
SQL Message File on page 5-2.
errors
controls the display of error messages:
The default is Y.
warnings
controls the display of warning messages:
The default is Y.
statistics
controls the display of statistics:
The default is Y.
caller_error_loc
controls the display of the program name and line number of the SQL statement
that received the error:
The default is Y.
Y Display all errors.
N Display only the first error.
B Display all errors but suppress this prefix:
ERROR from subsystem [nn]
Y Display all warning messages.
N Display all warning messages.
B Display all warnings but suppress this prefix:
WARNING from subsystem [nn]
Y Display row and cost statistics if the value returned to the SQLCA in the
ROW or COST field is greater than or equal to 0.
N Do not display statistics.
R Display row statistics only.
C Display cost statistics only.
Y Display the program name and line number.
N Suppress the display.