Cemt set queue, Cemt set statistics – IBM CICS Transaction Server for OS/390 SC33-1686-02 User Manual

Page 212

Advertising
background image

CEMT SET QUEUE CEMT SET STATISTICS


CEMT SET QUEUE

Comments:

See “CEMT SET TDQUEUE” on page 203.

(QUEUE is accepted for INQUIRE commands, but the
correct keyword is TDQUEUE.)

CEMT SET STATISTICS

Function:

Change statistics attributes.

Description:

SET STATISTICS allows you to change

some of the values that control the accumulation and
recording of statistics.

For information about printing statistics using the
CICS-supplied utility program DFHSTUP, see the

CICS

Operations and Utilities Guide.

NEXTTIME cannot be specified on an INQUIRE or SET
STATISTICS command, but its value is displayed when
INQUIRE STATISTICS is issued. NEXTTIME indicates the
time at which statistics will next be recorded and reset. If
SET STATISTICS is in the OFF condition, this is at the end
of the day. Otherwise, in the ON condition, it is the earlier
time of either the next interval to occur or the end of the day.

Syntax:

Press the Clear key to clear the screen. There are

two ways of commencing this transaction:

Type

CEMT SET STATISTICS

(the minimum abbreviation is

CEMT S ST

). You get a display that lists the current

status, similar to that obtained by CEMT INQUIRE
STATISTICS. You can then tab to the highlighted or
blank fields and overtype them with the required values.

Type

CEMT SET STATISTICS

(

CEMT S ST

) followed by one

or more attribute settings that you wish to change. For
example,

cemt s st on res

will switch CICS statistics

ON and will reset the statistics counters.

Typing ? at the beginning of either the first or second line
gives a syntax prompt. Resetting the values takes effect
immediately.

─CEMT Set STatistics

─┬

─────

──────────────

─ON──

─OFf─

─┬

──────────

─┬

───────────

────────────

─RESetnow─

─RECordnow─

─┬

──────────────────

───────────────────────

─Interval(hhmmss)

─┬

──────────────────

─Endofday(hhmmss)

Options

Endofday(

hhmmss)

specifies the end-of-day time for recording statistics. At
end-of-day, the current values of the CICS statistics
counters are written out to an SMF data set and the
statistics counters are reset.

End-of-day times must be in the range 000000-235959.
The default end-of-day time is 12 midnight (000000).

194

CICS Supplied Transactions

Advertising