how do you validate tables abd reports?
Answers were Sorted based on User's Feedback
Answer / thirupathi
Double programing is also one of the way, But, in case
there is no choice of double programming, We can validate
our output by cross checking whether the sum of individual
counts is matching with the treatment count i.e N.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
what is the use of catalog?
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Mention few capabilities of sas framework.
diff between nodup rec and ondup key???
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
what is the need of INDEX in datasets?
For clinical entire study how many tables will create approx?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Name statements that are execution only.
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..