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 |
Do you know the features of sas?
what other SAS features do you use for error trapping and data validation?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
what is the use of proc sql?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
What techniques and/or PROCs do you use for tables?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Describe a time when you were really stuck on a problem and how you solved it?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
What is the difference between an informat and a format. Name three informats or formats.
What are the five ways to do a table lookup in sas? : sas-grid-administration
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?