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 |
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What techniques and/or PROCs do you use for tables?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
Describe 5 ways to do a “table lookup” in SAS?
what is sas enterprise intelligence architecture? : Sas-bi
What is a put statement?
how do you test for missing values? : Sas programming
What are the functions done while Compilation...?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.