The default online logging procedure is $LOPROC. This procedure is designed to work with the online browsing procedure $LOBROW.
You can replace the $LOPROC and $LOBROW procedures with your own customized NCL procedures. Alternatively, you can write a customized log browsing procedure to present the supplied data files (from $LOPROC) in your own format.
The supplied log files (NMLOG01, NMLOG02, and NMLOG03) have the following physical file structure:
YYYYMMDDHHMMSSHSnnnn
nnnn=1000 + (reset every 100th of a second) and key length=20 bytes
Contains the terminal name.
Contains the user ID.
Contains the message text to display in the activity log.
Contains the 2-byte color/highlight indicator. Colors are R=red, Y=yellow, W=white, B=blue, G=green, T=turquoise, or P=pink. Highlight values are R=reverse, B=blink, U=underscore, or N=none.
Contains the time at the remote domain.
Contains the name of the originating domain.
Contains the ID of the remote terminal.
Note: For more information, see the following references:
To write your own customized NCL procedure to replace $LOBROW, use the &FILE OPEN statement with FORMAT=DELIMITED.
You can store your log records in whatever file format you want. Your log browsing procedure must match this file format.
Note: For more information, see the descriptions of the following verbs in the Network Control Language Reference Guide:
After you write your own browsing procedure or your own logging and browsing procedures, you implement them for use.
To implement your procedures
Your procedures are used for logging and browsing.
Your changes to the parameter group are saved.
Copyright © 2012 CA. All rights reserved. |
|