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 the difference between SAS Data step and SAS PROC SQL, and which is better?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
What is the maximum length of the macro variable?
What is highest missing value for numeric?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
what is the difference between unique key and primary key? : Sas-di
What is SAS Information Map Studio and its purpose ?
What is SAS informats?
for whom is sas data integration studio designed? : Sas-di
What are the difference between the sas data step and sas procs?
what is the diff b/w verification validation in sas