Previous Topic: (MIM) ACTIVATE Command-ActivateNext Topic: (MIM) ALLOCATE Command-Dynamically


(MIM) ADDLOG Command

The ADDLOG command lets you define a new log and start recording information in it.

ADDLog name [[DDNAMES(ddlist)] [DSNAMES(dsnlist)] [SYSOUT(class)]]
DDNAMES

References the DD statements added to the CA MIM start-up procedure. Specify up to four DD names. Separate these statements with commas or spaces.

DSNAMES

Identifies cataloged data sets that store log files. Specify up to four data set names. Separate these data set names with commas or spaces.

Name

Identifies the log name. The log name can be one to eight characters. To define a message log or trace log, specify MIMLOG or MIMTRC as the log name.

SYSOUT

Defines log files as SYSOUT data sets in the class you specify here. Specify a single SYSOUT class. If you want to print log files, define them as SYSOUT data sets.

Notes:

Examples:

To define MIMLOG as a SYSOUT data set in class A, issue this command:

ADDLOG MIMLOG SYSOUT(A) 

To define the MIMTRC log as DD statements associated to the CA MIM start-up procedure, issue this command:

ADDLOG MIMTRC DDNAMES(MIMTRAC1,MIMTRAC2,MIMTRAC3)