A region can have more than one hardcopy activity log, of which only one is open for logging.
Your region can be configured to perform logging to disk, tape, or hard copy. From one to nine logs can be specified by including the required number of DD statements in the execution JCL. Logging can be specified to wrap when the last log is full or is swapped.
To obtain the status of these logs, use the SHOW LOGS command.
Note: When logging to disk the following DCB attributes should be used:
DSORG=PS,RECFM=VBA,LRECL=137,BLKSIZE=15476
Each entry recorded on the log has the following format:
12.04.23.12 SMITH TERM54 +V NET,ACT,ID=NCP001
This entry consists of the following information:
Commands are highlighted with a plus sign (+) prefixed to the text to make it easier to distinguish commands from messages when browsing the log. If the command entered is an unsolicited VTAM command, it is highlighted and prefixed with an equals sign (=).
Commands executed as the result of a timer-initiated command are prefixed by a plus sign, followed by the identity number of the timer command responsible. This identity number has the following format: #nnnn.
Example: Logged Timer-initiated Command
This example shows the log record of a command initiated by a timer:
15.00.00.01 NETOPER CNTL01 +#0005 D BFRUSE
Commands executed under the control of background environments are identified by the following keywords in the user ID field for the command text and any resulting messages:
Background System Processor
Background Monitor
Background Logger
If a command is executed from an NCL procedure-dependent environment (&INTCMD), the node field on the log contains the NCL ID of the process issuing the command.
If a time change causes the time to go backward, the activity log differentiates the records that overlap in time by adding a plus sign (+) after the time for the newer records. The feature is only available when you are viewing the log in the default or NORMAL format.
The hardcopy log data set has the following format:
Note: For information about LOGPAGE, see the Reference Guide.
Copyright © 2012 CA. All rights reserved. |
|