EJB System Data Sets Report

Figure 109 shows the format of the EJB system data sets report. This report is produced using a combination of the EXEC CICS® INQUIRE FILE and EXEC CICS COLLECT STATISTICS FILE commands. The statistics data is mapped by the DFHA17DS DSECT. The field headings and contents are described in Table 233

Figure 109. EJB System Data Sets Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2    Date 12/17/2004   Time 08:44:37    CICS 6.4.0    PAGE     17
 
 
EJB System Data Sets
 
Filename . : DFHEJDIR    Dataset Name . : CBAKER.CICS2.RSAT.DFHEJDIR  Enable Status . . . . :  Enabled
                                                                      Open Status . . . . . :  Open
LSR. . . . : Yes         LSR Pool. :    1 
RLS. . . . : No                                                        Read Requests . . . :    0
Datatable. : No                                                        Get Update Requests :    6 
                 Record Format . . . . : Fixed                         Browse Requests . . :    0  
                 Record Size . . . . . :     0                         Browse Updates. . . :    0
                                                                       Add Updates. .  . . :    0
                 Strings . . . :    2            Buffers-Index. :  2   Update Requests . . :    0
                 String Waits - Total . :    0   Buffers-Data. . : 3   Delete Requests . . :    0 
                 String Waits - HWM . . :    0                         RLS Req. Timeouts . :    0   
  
---------------------------------------------------------------------------------------------------------

Filename . : DFHEJOS     Dataset Name . : CBAKER.CICS2.RSAT.DFHEJOS   Enable Status . . . . :  Enabled
                                                                      Open Status . . . . . :  Open
LSR. . . . : Yes         LSR Pool. :    1 
RLS. . . . : No                                                        Read Requests . . . :    0
Datatable. : No                                                        Get Update Requests :    6 
                 Record Format . . . . : Fixed                         Browse Requests . . :    0  
                 Record Size . . . . . : 8,185                         Browse Updates. . . :    0
                                                                       Add Updates. .  . . :    0
                 Strings . . . :    2            Buffers-Index. :   2  Update Requests . . :    0
                 String Waits - Total . :     0  Buffers-Data. . :  3  Delete Requests . . :    0 
                 String Waits - HWM . . :     0                        RLS Req. Timeouts . :    0   
  
-------------------------------------------------------------------------------------------------------
Table 233. Fields in the EJB System Data Set Report
Field Heading Description
EJB System Data Sets
Filename The name of the file.

Source field: EXEC CICS INQUIRE FILE()

Dataset Name The name of the data set.

Source field: EXEC CICS INQUIRE FILE() BASEDSNAME()

Enable Status The current enabled status of this file.

Source field: EXEC CICS INQUIRE FILE() ENABLESTATUS(cvda)

Open Status Identifies whether the file is open, closed, or in a transitional state.

Source field: EXEC CICS INQUIRE FILE() OPENSTATUS(cvda)

LSR Indicates whether this file is defined to an LSRpool.

Source field: EXEC CICS INQUIRE FILE() LSRPOOLID()

LSRpool The identity of the LSRpool defined for this file. "0" means that it is not defined in an LSRpool.

Source field: EXEC CICS INQUIRE FILE() LSRPOOLID()

RLS Indicates whether the file is to be opened in RLS mode.

Source field: A17RLS

Read Requests The number of READ requests attempted against this file.

Source field: A17DSRD

Datatable Indicates whether this file is defined as a data table and the type of data table.

Source field: EXEC CICS INQUIRE FILE() TABLE(cvda)

Get Update Requests The number of READ UPDATE requests attempted against this file.

Source field: A17DSGU

Record Format Indicates the format of the records on the file.

Source field: EXEC CICS INQUIRE FILE() RECORDFORMAT(cvda)

Browse requests The number of READNEXT and READPREV requests attempted against this file.

Source field: A17DSBR

Record Size Indicates the actual size of fixed-length or the maximum size of variable-length records.

Source field: EXEC CICS INQUIRE FILE() RECORDSIZE()

Browse updates The number of browse READNEXT UPDATE and READPREV UPDATE requests attempted against this file. Note that this field is only applicable to RLS accessed files.

Source field: A17DSBRU

Add updates The number of WRITE requests attempted against this file.

Source field: A17DSWRA

Strings The maximum permissible number of concurrent updates. For RLS, this value is ignored.

Source field: A17STRNO

Buffers-Index The number of buffers to be used for the index. For RLS, BUFNI is ignored and the value specified in the ACB is returned.

Source field: A17DSINB

Update Requests The number of REWRITE requests attempted against this file.

Source field: A17DSWRU

String Waits -- Total The total number of 'waits' for strings against the file.

Source field: A17DSTSW

Buffers-Data The number of buffers to be used for data. For RLS, BUFND is ignored and the value specified in the ACB is returned.

Source field: A17DSDNB

Delete requests The number of DELETE requests attempted against this file.

Source field: A17DSDEL

String Waits -- HWM The peak number of 'waits' for strings against the file.

Source field: A17DSHSW

RLS request timeouts The number of RLS requests made to this file that were not serviced in the specified time limit, and therefore the requests were terminated.

Source field: A17RLSWT

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting CorbaServer, DJAR and enterprise bean statistics
Full listing and DFHSTUP reports for these statistics
CorbaServer statistics

[[ Contents Previous Page | Next Page Index ]]