![]() ![]() |
|
COUNTReports the total number of records found in a file that match the selection criteria specified.
SYNTAXCOUNT file-specifier {record-list} {selection-criteria} {USING file- specifier} {(options}
SYNTAX ELEMENTSoptions can be one or more of the following:
EXAMPLES
Count the number of records in the SALES file which have a value greater than 1000.
Count the number of records in the SALES file which have a VALUE greater than 1000, and display a running total of selected and processed records after each group of 50 records are processed. jQL |