
• Each control statement must be completely specified on one line. A control statement cannot extend
over two or more lines.
Control statement examples
To output the log data with acquisition dates in the range from 2013/03/24 00:00 to 2013/03/24
23:59, specify as follows.
RANGE STARTTIME(2013/03/24,00:00:00) ENDTIME(2013/03/24,23:59:59)
To output the log data with acquisition dates in the range from 2013/03/24 00:00 to 2013/03/24
23:59 and with the job names USER01T or USER01, specify as follows.
RANGE STARTTIME(2013/03/24,00:00:00) ENDTIME(2013/03/24,23:59:59)
SELECT COND(JOBNAME,EQ,'USER01T')
SELECT COND(JOBNAME,EQ,'USER01')
Output format of the event log data output tool
The following table shows the output format of the event log data output tool.
Table 54 Output format of the event log data output tool
DescriptionOutput contentsLengthOffset
Output data length = 32 + log data length (n)
Output data length2+X'00'
'0000'XReserved2+X'02'
For the first record: '01'X
For records other than the first record: '00'X
Division flag 11+X'04'
For the last record: '01'X
For records other than the last record: '00'X
Division flag 21+X'05'
The time-stamp specified by the system logger service when
the log data is output
GMT time-stamp (TOD format)8+X'06'
The time-stamp specified by the system logger service when
the log data is output
Local time-stamp (TOD format)8+X'0E'
'00 ... 00'XReserved10+X'16'
--Log data
n
+X'20'
Collecting event logs without using the system logger service
If the system logger service is not used, log data is output to a Smart Manager for Mainframe log
dataset.
Allocating log datasets without using the system logger service
Allocate two sequential datasets (log datasets) to each job to collect logs.
User Guide 215
Komentarze do niniejszej Instrukcji