Parameter rsdb/trace_modules Short text Database Interface Trace Options Parameter description Trace filter for the modules that are not dependent on the database. Ifthis parameter is set, the trace output for level 2 and 3 is restrictedto the modules listed in the value list. Specifying key/value pairsenables you to further restrict the trace output. Syntax [<(><<)>Module1> [<(><<)>Key1> <(><<)>Value1>], <(><<)>Module1> [<(> <<)>Keym> <(><<)>Valuem>], ... <(><<)>Modulen> [<(><<)>Key1> <(> <<)>Value1>], ... <(><<)>Modulen> [<(><<)>Keym> <(><<)>Valuem>]] Where 1 <(><<)>= m <(><<)>= 3 and 0 <(><<)>= n <(><<)>= 32. Modules currently supported RSQL, RSQLJ, NTAB, NTABJ, DBSLJ, REPO, DYNP, BLOB, TRAN, SYNC, RCLUMYCLU, OLDCLU, CHECKCLU, CRTAB, TRTAB, PKRT, VRTAB, DBCON, DBST, DBLOB Module-specific filters currently supported
- RSQL, RSQLJ, TRAN, NTAB: TABNAME and FCODE
- SYNC: SYNCCLASS
- REPO: PROGNAME
- DYNP: PROGNAME and DYNP_NR
Examples rsdb/trace_modules = RSQL ==> only RSQL trace output rsdb/trace_modules = RSQL, TRAN ==> only RSQL and TRAN trace output rsdb/trace_modules = RSQL TABNAME T100 ==> only RSQL trace output forT100 access rsdb/trace_modules = RSQL TABNAME T100, RSQL FCODE RS_INSERT ==> onlyRSQL trace output for T100-INSERT accessWork area Database Parameter unit Character string Default value Empty character string
|