Information messages are messages that notify regarding the processing situation and the processing result of PowerBSORT.
When I is specified for the following specification, the error message is output.
BSORT_MSGLEVEL of startup file
msglevel operand of -option option in bsortex command
-l option in bsort command
msglevel of BSRTPRIM structure in BSORT function
The explanation form of the information messages is shown as follows.
Message text
Embedded variable
Embedded variable in the information message is shown as follows.
%s: Meaning of character string shown at position of %s
%llu: Meaning of numeric shown at position of %llu
Note
When two or more embedded variable exists, the serial number is added to %s.
Example) %s1, %s2
Action
The operation of PowerBSORT is shown.
The information messages are shown as follows.
Number of input records is %llu.
Embedded variable
%llu: The total number of records loaded from input file or user application.
Action
Process will continue.
Number of output records is %llu.
Embedded variable
%llu: The total number of records read out to output file or those returned to user application.
Action
Process will continue.
Number of suppress records is %llu.
Embedded variable
%llu: The number of records ignored during the process of the record selection, the record summation and the suppression option.
Action
Process will continue.
Number of output records for %s is %llu.
Embedded variable
%s : Output file path name.
%llu: Number of output records.
Action
Process will continue.
Number of suppress records for SELECT is %llu.
Embedded variable
%llu: Number of records suppressed by record selection option.
Action
Process will continue.
Number of suppress records for SUM is %llu.
Embedded variable
%llu: Number of records suppressed by record summation option.
Action
Process will continue.
Number of suppress records for SUPPRESS is %llu.
Embedded variable
%llu: Number of records suppressed by suppression option.
Action
Process will continue.
BSORT starts at %s.
Embedded variable
%s: Start time
Action
Process will continue.
BSORT stopped at %s.
Embedded variable
%s: Finish time
Action
Process will continue.