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 other SAS features do you use for error trapping and data validation?
wat is sas? is a package or programming language?
What is the difference between nodupkey and nodup options?
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is slowly changing dimension? : Sas-di
in which companies SAS openings are there? List of companies using SAS technology.
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
explain the difference between proc means and proc summary?