Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

The SELECT parameter TIME-PERIOD

Function

You use this parameter to specify that SESCOSP is to evaluate only statements or transactions logged during a specific time period.

TIME-PERIOD

= *ALL / *INTERVAL(...)


*INTERVAL(...)



|

FROM = *PARAMETERS(...)



|


|

DATE = <date>



|


|

,TIME = <time>



|

,TO = *PARAMETERS(...)



|


|

DATE = <date>



|


|

,TIME = <time>

Operands

TIME-PERIOD = *ALL

The data to be evaluated is not limited to the statements or transactions of a specific time period.

TIME-PERIOD = *INTERVAL(...)
Statements or transactions logged in the period from the start time to the end time are evaluated. The start time must be before or equal to the end time.

A statement is logged when it is processed in full in the specified time period. A transaction is selected when all the statements of the transaction lie within the limits of the time period.

FROM = *PARAMETERS(...)

DATE = <date>
Date of the start time, to be entered in the format yyyy-mm-dd

TIME = <time>
Start time, to be entered in the format hh:mm:ss

TO = *PARAMETERS(...)

DATE = <date>
Date of the end time, to be entered in the format yyyy-mm-dd

TIME = <time>
End time, to be entered in the format hh:mm:ss