LOGOFLOGS REPORTONLY: produce a report of log of logs information
Use the LOGOFLOGS REPORTONLY command to produce a report of the contents of the log of logs. The LOGOFLOGS REPORTONLY command does not update the RCDS with recovery information or run automatic deregistration.
Format
Keywords
- STARTTIME(start date and time, LOCAL | GMT)
- Specifies the earliest timestamp of the log records that CICS® VR
must read from the log of logs and include in the output report.
STARTTIME is an optional keyword, and if it is omitted, CICS VR
begins reading the first log record that appears in the log of logs.
- start date and time
- Must be in the format yyyy/ddd/hh/mm/ss, where: yyyy - four digits of the year (1900 - 2999)You can separate these values with a slash(/), period(.), colon(:), or space.
ddd - day of the year (001 - 366)
hh - hour of the day (00 - 23)
mm - number of minutes (00 - 59)
ss - number of seconds (00 - 59) - LOCAL
- Specifies the date and time are in local format. LOCAL is an optional keyword, and is the default value.
- GMT
- Specifies the date and time are in Greenwich Mean Time (GMT) format. GMT is an optional keyword.
- STOPTIME(stop date and time, LOCAL | GMT)
- Specifies the latest timestamp of the log records that CICS VR
must read from the log of logs and include in the output report.
STOPTIME is an optional keyword, and if it is omitted, CICS VR
reads log records from either the start date and time, if STARTTIME
is specified, or the beginning of the log of logs, if STARTTIME is
not specified, to the end of the log of logs.
- stop date and time
- Must be in the format yyyy/ddd/hh/mm/ss, where: yyyy - four digits of the year (1900 - 2999)You can separate these values with a slash(/), period(.), colon(:), or space.
ddd - day of the year (001 - 366)
hh - hour of the day (00 - 23)
mm - number of minutes (00 - 59)
ss - number of seconds (00 - 59) - LOCAL
- Specifies the date and time are in local format. LOCAL is an optional keyword, and is the default value.
- GMT
- Specifies the date and time are in Greenwich Mean Time (GMT) format. GMT is an optional keyword.
- NAME(log of logs name)
- Specifies that CICS VR must only produce a report
of the listed log of logs. The NAME keyword is optional, and if it
is omitted, all of the log of logs registered to CICS VR
is read by CICS VR.
- log of logs name
- Specifies the name of the log of logs that CICS VR must read as input to the produced report. A maximum of 256 log of logs names can be specified. Each listed log of logs must be registered to CICS VR.
Usage Notes
The LOGOFLOGS REPORTONLY command produces a report only of the log records that were read on the log of logs by CICS VR. The RCDS is not updated, and automatic deregistration is not run.
Examples
This example produces a report of the log records read on all registered log of logs that have a timestamp between 2007.325/11:59:59 and 2008.012/11:59:59 in local format.
LOGOFLOGS REPORTONLY STARTTIME(2007.325/11:59:59) -
STOPTIME(2008.012/11:59:59)
Synonyms
The LOGOFLOGS REPORTONLY Synonym table shows LOGOFLOGS REPORTONLY command with acceptable synonym:
Command, keyword or value | Synonyms |
---|---|
LOGOFLOGS | LOL |