EM3270 Manual
Writing a Trace File
5-2 110332—Tandem EM3270 Manual
Problem Solving
The TRACE command closes the trace file and displays the following message:
STATUS *1126* TRACE STOPPED
For example, a session trace for terminal $TERM1 can be captured using the following
sequence:
}SET TRACFILE $S.#EMTRACE
}TRACE $TERM1,ON
.
.
.
}TRACE $TERM1,OFF
}EXIT
To view the trace file, use FUP COPY (refer to the File Utility Program (FUP)
Reference Manual).
If you are using the RUN command to start the session, the RUNT command can be
used to start a trace on such a session. Consider the following example:
}SET TRACFILE $S.#EMTRACE
}RUNT $SNAS.#LU1
This sequence will start a trace and initiate a session with your terminal.