Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

MODIFY-SESSION-LOGGING-ID

Changes the identification of session-related files

Scope of validity

DBH administration

See also

DBH option SESSION-LOGGING-ID on "SESSION-LOGGING-ID"

Function

You use the MODIFY-SESSION-LOGGING-ID statement to change the session identification and the file counter of the CO-LOG file.

The next time request logging takes place (see “SET-TUNING-TRACE”) the changed identifications for the CO-LOG file are taken into account. This administration statement cannot be used when request logging is enabled.

MODIFY-SESSION-LOGGING-ID

SESSION-ID = *UNCHANGED / *STD / <alphanum-name 4..4>

,START-NUMBER = *UNCHANGED / <integer 1..9999>

Operands

SESSION-ID =

Specifies the session identification for the CO-LOG file.

SESSION-ID = *STD
The default value for the session identification corresponds to the BS2000 task sequence number (TSN).

SESSION-ID = <alphanum-name 4..4>
Session identification that you yourself can specify.

START-NUMBER =

Specifies the initial value of the file counter for the CO-LOG file.

START-NUMBER = <integer 1..9999>
Initial value of the file counter that you yourself can specify.
The four-digit value is used in filenames (e.g. 0003).
If an overflow occurs (> 9999), 0001 is used again.


Administration command in ISP format and at the CALL DML interface

The OPT,LOG-ID administration command corresponds to the MODIFY-SESSION-LOGGING-ID administration statement here.

OPT,LOG-ID[,S[ESSION-ID]=m][,S[TART]-N[UMBER]=n]

If a parameter is not specified, its setting remains unchanged.

Precisely four alphanumeric characters or *TSN (corresponds to the SESSION-ID=*STD operand) must be entered for m.

A number between 0 and 9999 may be entered for n.
When 0 is specified, the standard initial value 0001 is used for the file counter.