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 |
How are the analysis data sets structured?
what is transformation in sas data integration? : Sas-di
Where do you use proc means over proc freq?
At compile time when a SAS data set is read, what items are created?
What do the put and input function do?
How would you invoke a macro? : sas-macro
What statement do you code to write the record to the file?
How do you define proc in sas? : sas-grid-administration
if x=round(26.3,10)-1 then x= how much and how explain?
What is the difference between %local and %global?
what is p-value
3 Answers Accenture, Quintiles, Sristek,
What is the command used to find missing values?