![]() |
PING
0.9
Statistical data handling and processing in production environment
|
Extract duplicated/unique observations from a given dataset.
idsn : a dataset reference;dim : (option) list of fields/variables of idsn ;select : (option) expression used to refine the selection (WHERE option); should be passed with %str; default: empty;ilib : (option) name of the input library; by default: empty, i.e. WORK is used;olib : (option) name of the output library; by default: empty, i.e. WORK is also used.dupdsn : name of the output dataset with duplicated observations; it will contain the selection operated on the original dataset;unidsn : name of the output dataset with unique observations.%obs_select, %ds_isempty, %ds_check, %sql_clause_by, %sql_clause_as, %ds_select, SELECT.