10.2.14 Operands related to the facility for output of extended SQL error information

55) PDUAPEXERLOGUSE YES | NO
Specifies whether a foreign HiRDB uses the facility for output of extended SQL error information.
YES: The facility for output of extended SQL error information is used.
NO: The facility for output of extended SQL error information is not used.
The function and specification method of this operand are the same as those of the PDUAPEXERLOGUSE operand in the client environment definition. For details about the PDUAPEXERLOGUSE operand, see the HiRDB Version 8 UAP Development Guide. If the HiRDB version number of the foreign server is different, see the manual for the correct version.
56) PDUAPEXERLOGPRMSZ maximum-data-size-of-parameter-information-to-be-output-to-error-log-file-and-SQL-error-report-file
[Figure]<unsigned integer>((0-32008))<<0>>(bytes)
When a foreign HiRDB uses the facility for output of extended SQL error information, this operand specifies the maximum data size for the parameter information to be output to an error log file.
  • When 1 or a value greater than 1 is specified
    Parameter information is output to an error log file and an SQL error report file.
  • When 0 is specified
    Parameter information is not output to an error log file or an SQL error report file.
If the parameter information is in the variable-length character string type, BLOB type, or BINARY type, the data size area also is included in the specified value. If the size of the parameter information to be output to an error log file and an SQL error report file exceeds the value specified for PDUAPEXERLOGPRMSZ, only the parameter information that fits in the file size is output, and the remainder is discarded.
The function and specification method of this operand are the same as those of the PDUAPEXERLOGPRMSZ operand in the client environment definition. For details about the PDUAPEXERLOGPRMSZ operand, see the HiRDB Version 8 UAP Development Guide.