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 STATEMENTS

Function

You use this parameter to specify the statements to be evaluated.

If TRANSACTION is selected for the REPORT-FORMAT format, it is not possible to specify TERMINAL-NUMBER and STATEMENT-NUMBER. If you try to do this, an error message appears.

STATEMENTS

= *ALL / *PARAMETERS(...)


*PARAMETERS



|

TERMINAL-NUMBER = <x-string 1..4> / <integer..32767>



|

,STATEMENT-NUMBER = <x-string 1..4> / <integer..32767>

Operands

STATEMENTS = *ALL

All statements are evaluated.

STATEMENTS = *PARAMETERS(...)

TERMINAL-NUMBER = <x-string 1..4> / <integer..32767>
Only statements entered at the specified terminal are evaluated. You specify the terminal by means of the SESAM/SQL internal terminal number (ITN). The ITN can be obtained from SESCOSP reports.

STATEMENT-NUMBER = <x-string 1..4> / <integer..32767>
Only the specified statement is evaluated. You specify the statement by means of the user-specific sequence number. The user-specific sequence number can be obtained from SESCOSP reports.