List display of Observe Log records
You can output a list of records of the Observe Log by using batch processing.
(1) Observe Log List Display Program (XRREQLST)
Program Name
XRREQLST
Execution parameters (for EXEC statement)
[V6-FMT]
- V6-FMT
-
This parameter defines the Ver.6 format.
Specifying this parameter outputs log records as a list in HULFT Ver.6 format.
Defaulting this parameter outputs log records as a list in the common format.
XRSYSIN Definition Card
This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the System Environment Settings in Administration Manual.
Format of definition card
OPLSELECT=Operation Log Output Option (*1) DATEFMT=Date Format
*1 |
: |
When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs. |
XRCRD Definition Card
You can define up to 100 definition cards.
The following shows the format of the definition card for outputting the records of the Observe Log as a list.
Format of definition card
a SERVICE-NAME=service-name
Input contents of definition card
- a. Service name
-
This parameter defines the service name for list output targets.
Specify alphanumeric characters within 8 bytes starting with an uppercase alphabetic character for this parameter.
For details, refer to the Observe definition settings in Administration Manual.
Defaulting this card outputs all records of the Observe Log as a list.
Example of JCL
//XRREQLST JOB CLASS=A,MSGCLASS=B //XRREQLST EXEC PGM=XRREQLST //STEPLIB DD DSN=HULFT.LOAD,DISP=SHR //XRLOG DD DSN=HULFT.LOG,DISP=SHR //XRLOG1 DD DSN=HULFT.LOG.PATH1,DISP=SHR //XRLOG2 DD DSN=HULFT.LOG.PATH2,DISP=SHR //XRSYSIN DD DSN=HULFT.PARMLIB(HULPRM),DISP=SHR //SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(3,1)) //XRPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //XRCRD DD * SERVICE-NAME=SEND SERVICE-NAME=RESEND SERVICE-NAME=HULSNDRC SERVICE-NAME=HULADMIN SERVICE-NAME=HULJOB SERVICE-NAME=HULRJOB //
DD Name |
Value |
Description |
---|---|---|
STEPLIB |
HULFT.LOAD |
HULFT load module library |
XRLOG |
HULFT.LOG |
Send and Receive Log File ID Key File |
XRLOG1 |
HULFT.LOG.PATH1 |
Send and Receive Log Host Name Key File |
XRLOG2 |
HULFT.LOG.PATH2 |
Send and Receive Log Date Key File |
XRSYSIN |
HULFT.PARMLIB(HULPRM) |
System Environment Settings File |
Parameter Name |
Value |
Description |
---|---|---|
UNIT |
SYSDA |
UNIT |
List Example
Observe Log list (in Ver.6 format)
***** REQUEST SERVICE STATUS INFORMATION TABLE ***** 2015.12.01 19:54 PAGE : 1 SERVICE-NAME REQUEST-HOST-NAME REQUEST-DAY REQUEST-TIME END-CODE ERROR-CODE SEND DEMOHOST 2015/12/01 18:00:14 0013 0000 HULSNDRC ZOS13 2015/12/01 19:11:17 0000 0000 HULSNDRC ZOS13 2015/12/01 19:11:40 0000 0000 HULSNDRC ZOS13 2015/12/01 19:13:44 0000 0000 HULADMIN WINHST 2015/12/01 18:40:01 0000 0000 HULADMIN WINHST 2015/12/01 18:50:16 0000 0000 HULADMIN WINHST 2015/12/01 21:30:23 0000 0000 HULADMIN WINHST 2015/12/01 22:04:24 0000 0000
Observe Log list (in common format)
***** REQUEST SERVICE STATUS INFORMATION TABLE ***** 2015.12.01 19:57 PAGE : 1 SERVICE-NAME : SEND REQUEST-HOSTNAME : DEMOHOST REQUEST TIME : 2015/12/01 18:00:14 END-CODE : 0013 ERROR-CODE : 0000 PROC-ID : 905AC755977C11B3A3622DCB83FE110261 SERVICE-NAME : HULSNDRC REQUEST-HOSTNAME : ZOS13 REQUEST TIME : 2015/12/01 19:11:17 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 73778410154CED63F800001B0000010111 SERVICE-NAME : HULSNDRC REQUEST-HOSTNAME : ZOS13 REQUEST TIME : 2015/12/01 19:11:40 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 7377841016AC96E8A000001B0000010111 SERVICE-NAME : HULSNDRC REQUEST-HOSTNAME : ZOS13 REQUEST TIME : 2015/12/01 19:13:44 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 737784101E0D6076B800001B0000010111 SERVICE-NAME : HULADMIN REQUEST-HOSTNAME : WINHST REQUEST TIME : 2015/12/01 18:40:01 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 97A12572B459FA7582AE6B0061678F1F61 SERVICE-NAME : HULADMIN REQUEST-HOSTNAME : WINHST REQUEST TIME : 2015/12/01 18:50:16 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 19022EC15F89D297575DA4FA1A2AE13561 SERVICE-NAME : HULADMIN REQUEST-HOSTNAME : WINHST REQUEST TIME : 2015/12/01 21:30:23 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 8D5A1263013516C3891B0D6D3D4F670061 SERVICE-NAME : HULADMIN REQUEST-HOSTNAME : WINHST REQUEST TIME : 2015/12/01 22:04:24 END-CODE : 0000 ERROR-CODE : 0000 PROC-ID : 4BD1D9004D16FD03A0C266C117646D4E61