Epi Info™ User Guide
Command Reference
CANCEL SELECT or SORT
Description
This command cancels a previous SELECT or SORT command.
Syntax
SORT
SELECT
Comments
The Cancel Select and Cancel Sort commands automatically close the current output file.
Example
The commands below should be run one-by-one to better understand how the cancel sort and cancel select commands function.
READ {.\Projects\Sample\Sample.prj}:Oswego
SELECT Ill = (+)
LIST Age Ill Sex
SELECT
SORT Age
LIST Age Ill Sex
SORT