11.2.6 Operands related to troubleshooting information

15) PDCLTPATH SQL-trace-file-and-error-log-file-output-destination-directory
[Figure]<pathname><<%PDDIR%\spool\hubspool\foreign-server-name\>>
Specifies the output destination directory for the SQL trace file and error log file. For details on the SQL trace file and error log file, see the HiRDB Version 8 UAP Development Guide.
16) PDSQLTRACE SQL-trace-file-size
[Figure]<unsigned integer>((0,4096-2000000000)) (Bytes)
Specifies the size of the SQL trace file (units: bytes). The SQL trace file is output to the directory specified by the PDCLTPATH operand. If the PDCLTPATH operand is omitted, the SQL trace file is output to %PDDIR%\spool\hubspool\foreign-serve-name\.
For details on the SQL trace facility, see the manual HiRDB Version 8 XDM/RD E2 Connection Facility.
Operand rules
  • If 0 is specified, the maximum file size is used.
  • If this operand is omitted, SQL trace is not output.
The function of this operand is the same as that of the PDSQLTRACE operand of the client environment definition. For details on the PDSQLTRACE operand, see the manual HiRDB Version 8 XDM/RD E2 Connection Facility.
17) PDUAPERLOG error-log-file-size
[Figure]<unsigned integer>((0,4096-65536)) <<4096>> (Bytes)
Specifies the error log file size (units: bytes). The error log file is output to the directory specified by the PDCLTPATH operand. If the PDCLTPATH operand is omitted, the error log file is output to %PDDIR%\spool\hubspool\foreign-serve-name\.
Operand rule
If 0 is specified, the maximum file size is used.
18) PDPRMTRC YES | NO
Specifies whether to output the ? parameter in the SQL trace.
YES: Outputs the ? parameter in the SQL trace.
NO: Does not output the ? parameter in the SQL trace.
19) PDPRMTRCSIZE maximum-data-size-of-?-parameter-information-inside-SQL-trace
[Figure]<unsigned integer>((4-4096)) <<256>> (Bytes)
Specifies the maximum data size for the ? parameter information to be output in the SQL trace.
Condition
The PDPRMTRC operand must be set to YES.