Use this command to display the errors found during the chain chase portion
of recoup phase 1.
Requirements and Restrictions
- You can enter this command only if you have the TPFDF product
installed.
- You cannot use this command unless you have entered ZRECP ELOG ON to turn
on error logging.
- The following settings are in segment BEWF:
- MAX_CLINE 200
- The maximum number of lines that are displayed on a visual display
device.
- MAX_PLINE 1500
- The maximum number of lines that are displayed on a printer.
- MAX_DEFER 200
- The maximum number of lines that are displayed before a DEFRC macro is
issued.
Format
- LOG
- displays a log of the error reports by recoup run number.
- SUM
- displays a summary of total error counts by error type.
- REC-SUM
- displays a summary of total error counts by record ID.
- REC-ALL
- displays the details of all the individual errors.
- BEG-begnbr
- specifies the beginning line number for the display, where begnbr
is a decimal number.
- END-endnbr
- specifies the ending line number for the display, where endnbr is
a decimal number.
- PTR-prtr
- routes the display to a printer.
- STA
- displays the status of the online error log (On or Off). See ZRECP ELOG-Turn Error Log On or Off for more information about turning on or turning off the
online error log.
- RUN-runnbr
- displays the specified recoup run number, where runnbr is a
number from 0 to 9. If the recoup run number is 0, the current recoup
run is displayed.
- ERR-errtype
- displays the specified error type, where errtype is one of the
following:
- FXD
- Fixed errors.
- HDW
- Hardware errors.
- RCC
- Record code check errors.
- RID
- Record ID errors.
- SFW
- Software errors.
- TIM
- Timeout errors.
- RID-recid
- displays the data for the specified record ID, where recid is the
record ID.
- Note:
- If omitted, all record IDs are displayed.
- EID-recids
- excludes the specified record IDs from being displayed, where
recids specifies one or more record IDs separated by a slash
(/).
- Note:
- A maximum of four record IDs can be excluded.
- SSU-ssuid
- displays data for the specified subsystem user (SSU), where ssuid
is the ID of the SSU.
- Note:
- If omitted, data for all SSUs is displayed.
Additional Information
The online error log and the ID counts history records are kept
synchronized by the recoup run number.
Examples
The following example displays a log of the error reports by recoup run
number.
+--------------------------------------------------------------------------------+
|User: ZRECP ONEL LOG |
| |
|System: RECP0404I 11.05.43 ONLINE ERROR LOG DISPLAY FOR LOG |
| RUN NUMBER RUN ID RUN DATE |
| 0 10 05Aug |
| 1 11 05Aug |
| 2 12 05Aug |
| 3 13 05Aug |
| 4 14 05Aug |
| 5 15 05Aug |
| 6 16 07Aug (CURRENT) |
| 7 7 05Aug |
| 8 8 05Aug |
| 9 9 05Aug |
| END OF DISPLAY |
+--------------------------------------------------------------------------------+
The following example displays a summary of total record ID errors.
+--------------------------------------------------------------------------------+
|User: ZRECP ONEL REC-SUM |
| |
|System: RECP0395I 11.07.23 ONLINE ERROR LOG DISPLAY FOR 07Aug |
| TOTAL ERRORS FOR ID JB(D1C2) - 1 |
| TOTAL ERRORS FOR ID JF(D1C6) - 1 |
| TOTAL ERRORS FOR ID JO(D1D6) - 1 |
| END OF DISPLAY |
+--------------------------------------------------------------------------------+
The following example displays the details of all the individual errors for
a record ID, where:
- REFERENCE FROM ID
- is the record ID of the record that found an error with the next address
in the recoup chain.
- REFERENCE FROM RCC
- is the record control check (RCC) of the record that found an error with
the next address in the recoup chain.
- Note:
- The record version is displayed for timeout (TIM) and fixed errors
(FXD).
- REFERENCE FROM FILE ADR
- is the file address of the record that found an error with the next
address in the recoup chain.
- REFERENCE TO ID
- is the record ID of the record that was sought by the referenced
from record.
- REFERENCE TO RCC
- is the record control check (RCC) of the record that was sought by the
referenced from record.
- REFERENCE TO FILE ADR
- is the file address of the record that was sought by the referenced
from record.
- ERR ID/RC
- (for ID or RCC errors only) is the record ID or record control check (RCC)
of the record that was found by the referenced from record.
- ERR TYPE
- is the type of error (RID, RCC, HDW, SFW, or TIM).
- ERR VSN
- is the version number (for FXD or TIM errors only) or the error indicator
(for other type errors).
+---------------------------------------------------------------------------------------------+
|User: ZRECP ONEL REC-ALL RID-J2 |
| |
|System: RECP0397I 12.03.15 ONLINE ERROR LOG DISPLAY FOR 15Jun |
| REFERENCE FROM REFERENCE TO ERR ERR |
| ID RCC FILE ADDRESS ID RCC FILE ADDRESS ID/RC TYP VSN |
| D1F2 00 00000000000C33A1 D1F2 00 00000000000C33A5 C3C1 RID 002 |
| TOTAL ERRORS FOR ID J2(D1F2) - 1 |
| END OF DISPLAY |
+---------------------------------------------------------------------------------------------+
Related Information
See TPF Database Reference for more information
about recoup functions and procedures.