Format of the Command Execution Log file
Field Name |
Size |
Start Position |
Remarks |
|
---|---|---|---|---|
Command Name |
char |
10 |
0 |
Executed command name |
Space |
char |
1 |
10 |
Space |
Error Codes |
char |
7 |
11 |
Code that represents the execution result |
Space |
char |
1 |
18 |
Space |
Message |
char |
50 |
19 |
Error Message |
Space |
char |
1 |
69 |
Space |
Date |
char |
8 |
70 |
Date written in file (YYYY/MM/DD) |
Time |
char |
6 |
78 |
Time written in file (HH:MM:SS) |
* Log Format to be displayed if the parameter "OUTPUT=" is specified at the time of command execution.
-
Length per record: 84 bytes