what are the validation tools in sas?

Answers were Sorted based on User's Feedback



what are the validation tools in sas?..

Answer / jyotshna

for dataset
datasetname/debug
datasetname/stmtchk

for macros
options:
mprint mlogic symbolgen

Is This Answer Correct ?    10 Yes 0 No

what are the validation tools in sas?..

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

what are the validation tools in sas?..

Answer / aruna

Jyotshna, can u elaborate on datasetname/debug and
datasetname/stmtchk

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

what is option year cuttoff in sas

2 Answers   L&T,


Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

10 Answers  


what is the need of INDEX in datasets?

6 Answers   CitiGroup,


What are the features of base sas system?

0 Answers  


How would you invoke a macro? : sas-macro

0 Answers  






how could you generate test data with no input data? : Sas programming

0 Answers  


Explain the difference between nodup and nodupkey options?

0 Answers  


What are the differences between sum function and using “+” operator?

0 Answers  


Describe the ways in which you can create a macro variable?

0 Answers  


what is the difference between nodup and nodupkey options? : Sas programming

0 Answers  


What is the use of %include statement?

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


Categories