Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

MSGDATE

onconfig.std
value
0
if not present
Date is not printed in the message-log file
range of values
0, 1, 2
utilities
onutil
takes effect
When shared memory is initialized

MSGDATE allows you to output the date (day and month) for each entry in the message-log file. This is useful for very large message logs. The following values are valid for this parameter:

Value
Description
0
Date not printed. This is the default value if MSGDATE is not present.
1
Date is printed in month/day format
2
Date is printed in day/month format

To modify the MSGDATE parameter dynamically, use the onutil SET command. Example:

% onutil
> SET MSGDATE 1;
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]