what are the validation tools in sas?
Answers were Sorted based on User's Feedback
Answer / jyotshna
for dataset
datasetname/debug
datasetname/stmtchk
for macros
options:
mprint mlogic symbolgen
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sirisha
format:for range checking
proc freq:used to check uniquenes
proc means:for statistical measurement,missing and non missingvalues.
macros: for reuse of the code
proc sort with nodupkey :to find duplicate observation
proc report:to create new variable etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / aruna
Jyotshna, can u elaborate on datasetname/debug and
datasetname/stmtchk
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
How you can read the variables that you need?
how to change the execute of macro
How would you determine the number of missing or nonmissing values in computations?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
What is the basic syntax style in SAS?
What does PROC print, and PROC contents do?
what are several options for creating reports in web report studio? : Sas-bi
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what is Enterprise Guide?what is the use of it?
what other SAS features do you use for error trapping and data validation?