Use this command to set the method trace table or the start of a dump on a
TO2_getErrorText function call to on or off.
Requirements and Restrictions
- You must initialize TPF collection support (TPFCS) before you
enter this command.
- The TPF system must have get file storage (GFS) enabled before
you can use this message. Pools are not enabled until the system is
cycled to CRAS state or above.
Format
- TO2
- sets TPFCS method trace table or dump creation.
- MTRace
- specifies one of the following:
- ON
- activates the method trace table.
- OFF
- deactivates the method trace table.
- TEXTdump
- specifies one of the following:
- ON
- activates dump creation on a TO2_getErrorText function
call.
- OFF
- deactivates dump creation on a TO2_getErrorText function
call.
Additional Information
- To display the current settings for the MTRACE and TEXTDUMP parameters,
enter ZBROW CLASS ATTR NAME-TO2.
- If you do not specify this command, the method trace table is active and
dump creation for a TO2_getErrorText function call is not
active.
Examples
The following example shows how to deactivate the method trace table and
the start of a dump.
+--------------------------------------------------------------------------------+
|User: ZOODB SET TO2 MTRACE-OFF TEXTDUMP-OFF |
| |
|System: OODB0051I 18.23.20 SET REQUEST COMPLETED |
+--------------------------------------------------------------------------------+
Related Information