Previous Topic: How You Activate TracingNext Topic: How You Send Trace Data to an Output File


How You Send Trace Data to a SYSOUT Class

To tell CA MIM to write trace records to a SYSOUT class, issue the following command:

ADDLOG MIMTRC SYSOUT=A 

(Optional) You can specify any one or more of the following parameters when allocating a SYSOUT data set:

COPIES

Prints copies.

DEST

Sends the data set to the specified print device.

FCB

Determines what forms control the buffer image is used during printing.

FORMS

Indicates what form is used when this data set is printed.

HOLD

Determines whether this SYSOUT data set is held until you release it. Specify HOLD=YES to hold the data set or HOLD=NO to have it print automatically when it is de-allocated.

UCS

Determines what universal character set, print train, or character arrangement table is used for this data set.

This example shows how to allocate aCA MIM trace data set and print five copies of this data set:

ALLOCATE DDNAME=MIMTRCTT SYSOUT=A COPIES=5 
ADDLOG MIMTRC DDNAME=MIMTRCTT