SQL/MP Programming Manual for C

SQL/MP System Procedures
HP NonStop SQL/MP Programming Manual for C429847-008
5-6
SQLCADISPLAY
internal_error_loc
controls the display of the system-code location where the first error in the SQLCA
occurred:
The default is Y.
prefix
is a string that the program uses to precede each output line. The default is three
asterisks and a space (*** ).
prefix_length
is the length of the prefix string for each output line. The length must be an
integer from 1 to 15. If you include prefix, prefix_length is required.
suffix
is a string to be appended to each output line. The default is a null string.
suffix_length
is the length of the suffix string for each output line. The length must be an
integer value from 1 to 15. If you include suffix, suffix_length is required.
detail_params
determines whether the program uses sequential I/O (SIO) or Enscribe I/O to write
to the output file. The parameter detail_params points to a structure with this
layout:
struct detail_params_type
{
char sio;
short *out_fcb_1;
short *out_fcb_2;
} detail_params;
sio
specifies whether sequential I/O is used:
out_fcb_1
specifies the first output file control block if SIO is enabled.
Y Display the location.
N Suppress the display.
Y Use SIO; ignore output_file_number.
N Do not use SIO; write to output_file_number.