SELECT and LIST COMMAND of EPI ANALYSIS 1.2.0.0
Dear Jens and Team,Thank you for the sustained effort for developing New Epidata Analysis. It can read large rec files easily and convert to epx file quite fast.I was testing the ver 1.2.0.0 of Analysis.The "select" command selects the appropriate records. Following ouput was obtained..select name="GURWINDER" do;Selecting, please wait...Selecting complete!(61 of 36243 selected)Browse uno datev name age ageu5 sex area revisit diagnosis1;When the browse or list command is given, it lists all the records of the database,not just the selected records. Please advise.Dr Shavinder Singh
The correct way to do this is with one statement:
select name=“GURWINDER” do browse uno date name age ageu5 sex area revisit diagnosis1;
select is only in effect for the statement that follows ‘do’
You can have multiple statements for select by using begin … end:
select name=“GURWINDER” do begin browse uno date name age ageu5 sex area revisit diagnosis1; means age; freq sex; end;
Jamie
On Jun 3, 2018, at 03:34, EpiData development and support epidata-list@lists.umanitoba.ca wrote:
Dear Jens and Team,Thank you for the sustained effort for developing New Epidata Analysis. It can read large rec files easily and convert to epx file quite fast.I was testing the ver 1.2.0.0 of Analysis.The "select" command selects the appropriate records. Following ouput was obtained..select name="GURWINDER" do;Selecting, please wait...Selecting complete!(61 of 36243 selected)Browse uno datev name age ageu5 sex area revisit diagnosis1;When the browse or list command is given, it lists all the records of the database,not just the selected records. Please advise.Dr Shavinder Singh _______________________________________________ EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
participants (1)
-
EpiData development and support