Server Guide

Finding output when using the Transcript class

Depending on which platform you invoke your application from, the output when using the Transcript class is written to different places. When your application uses the Transcript class on the workstation, the output appears in the Transcript window.

When your application uses the Transcript class under OS/390, the output is written to the SYSPRINT data set of the job, except in cases where the interactive debugger has been started. When the interactive debugger starts, all Transcript output is re-directed to the XD Transcript window on the workstation. If you are using the interactive debugger and you want all output directed to the job log instead of the XD Transcript window, use the class named TranscriptTTY.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]