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 REPORT-FORMAT parameter PROTOCOL

Function

You use this parameter to specify the type of statistics. The statistics are to be output as statement or transaction statistics. The format of the different reports is described in section “SESCOSP report output”.

PROTOCOL

= *STATEMENT(...) / *TRANSACTION


*STATEMENT (...)



|

INFORMATION = *STRING-FORMAT / *IO-STATISTICS /



|


*STEP-IO-STATISTICS / *STEP-COMPLEXITY

Operands

PROTOCOL = *STATEMENT(...)

Information is output relating to statements or statement steps.

INFORMATION = *STRING-FORMAT
The statements are output in printable form.
See "Variable parts of the report" for the structure of the report.

INFORMATION = *IO-STATISTICS
A set of I/O statistics is output for each statement.
See "Variable parts of the report" for the structure of the report.

INFORMATION = *STEP-IO-STATISTICS
A set of I/O statistics is output for each statement step.
See "Variable parts of the report" for the structure of the report.

INFORMATION = *STEP-COMPLEXITY
A set of resource statistics (complexity) is output for each statement step.

See "Variable parts of the report" for the structure of the report.

PROTOCOL = *TRANSACTION
A set of statistics is output relating to transactions.
See "Variable parts of the report" for the structure of the report.

The following input file for SESCOSP generates a set of resource statistics for each statement step.

//  CREATE-REPORT - 
//      INPUT-FILE      = CO-LOG.70EX.0002, - 
//      OUTPUT          = *SYSLST, - 
//      SELECT          = *ALL, - 
//      REPORT-FORMAT   = *PARAMETERS ( - 
//          PROTOCOL        = *STATEMENT ( - 
//              INFORMATION     = *STEP-COMPLEXITY))