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

How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?

5 Answers  


do you need to know if there are any missing values? : Sas programming

0 Answers  


What is connection profile? : sas-grid-administration

0 Answers  


hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?

6 Answers   Accenture,


Name statements that are recognized at compile time only?

6 Answers  






what is the primary variable in your study?

3 Answers   Accenture,


Given an unsorted data set, how to read the last observation to a new data set?

0 Answers  


Tell e how how dealt with..

0 Answers  


Mention few capabilities of sas framework.

0 Answers  


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


how do you derive descriptive statistics?

1 Answers   Accenture, Quintiles,


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

0 Answers  


Categories