Previous Topic: CA ADS Dialog StatisticsNext Topic: Histogram Report


Field Descriptions

A description of the fields common to SREPORTs 018 through 020 follows:

DATE

Specifies the date the statistics were written to the system log; the date is in Julian form, yyddd, where yy is the last two digits of the year and ddd is the Julian day.

TIME

Specifies the time the statistics were written to the system log.

DATE BIND

Specifies the date the TSB BIND command was issued; the date is in Julian form, yyddd, where yy is the last two digits of the year and ddd is the Julian day.

TIME BIND

Specifies the time the TSB BIND command was issued.

DISPLAY COMMAND

Specifies the number of explicit DISPLAY commands issued by the dialog.

DISPLAY CONTINU

Specifies the number of explicit DISPLAY CONTINUE commands issued by the dialog.

INVOKES

Specifies the number of explicit INVOKE commands issued by the dialog.

LINKS TO DIALOGS

Specifies the number of explicit LINK TO DIALOG commands issued by the dialog.

LNKS TO PROGRAM

Specifies the number of explicit LINK TO PROGRAM commands issued by the dialog.

RETURNS

Specifies the number of explicit RETURN commands issued by the dialog.

RETURN CONTINUE

Specifies the number of explicit RETURN CONTINUE commands issued by the dialog.

TRANSFERS

Specifies the number of explicit TRANSFER commands issued by the dialog.

LEAVE ADS

Specifies the number of explicit LEAVE ADS commands issued by the dialog.

LEAVE APPLICATN

Indicates number of explicit LEAVE APPLICATION commands issued by the dialog.

ABORTS

Indicates the number of explicit ABORT commands issued by the dialog.

IMPL DISPLAYS

Indicates the number of implicitly generated DISPLAY commands issued during the application.

IMPL INVOKE

Specifies the number of implicitly generated INVOKE commands issued during the application.

IMPL LINK DLGS

Indicates the number of implicitly generated LINK TO DIALOG commands issued during the application.

IMPL LINK PGMS

Indicates the number of implicitly generated LINK TO PROGRAM commands issued during the application.

IMPL RETURNS

Indicates the number of implicitly generated RETURN commands issued during the application.

IMPL RET CONT

Indicates the number of implicitly generated RETURN CONTINUE commands issued during the application.

IMPL TRANSFERS

Indicates the number of implicitly generated TRANSFER commands issued during the application.

IMPL LEAVE ADS

Indicates the number of implicitly generated LEAVE ADS commands issued during the application.

IMPL LEAVE PGMS

Indicates the number of implicitly generated LEAVE APPLICATION commands issued during the application.

IMPL ABORTS

Indicates the number of implicitly generated ABORT commands issued during the application.

PREMAP PROCESS

Indicates the number of dialog premap process executions.

RESPONSE PROCES

Indicates the number of dialog response process executions.

STAT ACCUM CALL

Indicates the number of calls to IDMS DC to accumulate dialog transaction statistics.

EXPL GET SCRS

Specifies the number of explicit dialog requests to retrieve scratch records from the DDLDCSCR area.

EXPL PUT SCRS

Specifies the number of explicit dialog requests to place scratch records in the DDLDCSCR area.

EXPL DEL SCRS

Specifies the number of explicit dialog requests to delete scratch records from the DDLDCSCR area.

WRTE PRINT REQS

Indicates the number of dialog WRITE PRINTER commands.

PUT NEW DETAILS

Indicates the number of dialog PUT NEW DETAIL commands.

PUT CUR DETAILS

Indicates the number of dialog PUT CURRENT DETAIL commands.

GET DETAILS

Indicates the number of dialog GET DETAIL commands.

SIZE OF FDB

Specifies the size of the fixed dialog block in bytes. The FDB is the dialog load module generated by the dialog generator.

SIZE OF VDB

Specifies the size of the variable dialog block in bytes. The VDB is created dynamically for the issuing dialog at runtime and contains runtime variable information about the dialog.

HIGHEST LNK LEV

Indicates the highest level within an application thread at which the dialog was executed. The value for the highest link level is zero.

LOWEST LNK LEVL

Indicates the lowest level within an application thread at which the dialog was executed. The higher the value the lower the link level.

RBB PUT TO SCR

Indicates the number of record buffer blocks placed as scratch records in the DDLDCSCR area.

RBB STG HI MARK

Indicates the most record buffer block storage allocated for all dialogs.

RBB FREE HI

Indicates the amount of free record buffer block space when the most storage is allocated for all dialogs.

RBB STG LOW MK

Indicates the least record buffer block storage allocated for all dialogs.

RBB FREE LOW

Indicates the amount of free space in the record buffer block when the least storage is used.

MOST RBB ACQ

Indicates the most space acquired in the record buffer block for the dialog.

LEAST RBB ACQ

Indicates the least space acquired in the record buffer block for the dialog.

HICOUNT RBB USE

Indicates the highest number of record buffer blocks used.

LOCOUNT RBB USE

Indicates the lowest number of record buffer blocks used.

RECORD COUNT

(Total summary only) Indicates the total number of dialog statistics records written.

Note: For a detailed explanation of the CA ADS commands, see the CA ADS Reference Guide.