TRDB control statement
The TRDB control statement activates the trace of HSSR Engine. Specify this control statement to obtain the snap-like print of database segments.
The TRDB control statement must be used with the TRHC control statement. After the TRHC indicates the type of trace to be run, the TRDB control statement then identifies the specific databases on which these traces are run.
0........1.........2.........3.........4.........5.........6.........7.........8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
TRDB *ALL
dbdname1,dbdname2,dbdname3,dbdname4
- Position
- Description
- 1
- Code the TRDB keyword to activate the hardcopy tracing for specified database.
- 6
- Enter either dbdnames separated by commas or the keyword *ALL.
Each dbdname must meet the following
requirements:
- It must occupy eight bytes and be left-aligned.
- If the name is less than eight characters, trailing blanks must be specified.
- The last dbdname must be followed by a blank.
If multiple TRDB statements are provided, only the last statement is used.