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:
Prints copies.
Sends the data set to the specified print device.
Determines what forms control the buffer image is used during printing.
Indicates what form is used when this data set is printed.
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.
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
|
Copyright © 2014 CA.
All rights reserved.
|
|