To tell CA MIM to write trace records to a SYSOUT class, issue the following command:
ADDLOG MIMTRC SYSOUT=A
You can specify any one or more of the following parameters when allocating a SYSOUT data set:
Prints additional copies.
Sends the data set to the specified print device.
Determines what forms control 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.
The following example shows how you would allocate a CA MIM trace data set and print five copies of this data set:
ALLOCATE DDNAME=MIMTRC SYSOUT=A COPIES=5
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |