how do you validate sas program?

Answers were Sorted based on User's Feedback



how do you validate sas program?..

Answer / rc

1. Reprogram and compare output.


2. Check log to see no warnings, errors.


etc.

Is This Answer Correct ?    11 Yes 4 No

how do you validate sas program?..

Answer / bk

1.By checking log for Error and warrings. Automatic
variable _ERROR_ values should not be 1 .

2.By using SAS debugger

Is This Answer Correct ?    3 Yes 1 No

how do you validate sas program?..

Answer / thirumalesh.e

when you write your sas programme include debugging and macro debugging statements at each step boundary and check for errors and messages at log by including put statement along with macro expressions. use all macro debugging statements efficiently. if you get right programme with less or no errors after debugging its validated and file the validated programme according to regulations.

Is This Answer Correct ?    0 Yes 1 No

how do you validate sas program?..

Answer / russ

Verify statement;

Is This Answer Correct ?    0 Yes 1 No

how do you validate sas program?..

Answer / sunil kantilal

Using the OBS=0 session option would result only in
Compilation of the code. Any other way of running the code
actually change/update/modify the dataset while running.
Including the debugger option. So the only way to trace the
errors and working of the syntax would be to unable the

OPTION OBS=0

Is This Answer Correct ?    0 Yes 2 No

how do you validate sas program?..

Answer / ram

using sas functions
i.e missover,

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More SAS Interview Questions

How to convert HTML file into SAS dataset?

0 Answers  


how do you want missing values handled? : Sas programming

0 Answers  


How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.

4 Answers   TCS,


what is the effect of the options statement errors=1? : Sas programming

0 Answers  


what are different analysis datasets you created and what are the new variables created

2 Answers   Sciformix,






What is Transaction...? And what are Comment, Roll back n Save point..?

2 Answers  


for report generation which one you used proc report or data_null_?

3 Answers   Accenture, Quintiles,


data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat

2 Answers  


How to read an input file in sas?

0 Answers  


which date functions advances a date time or date/time value by a given interval? : Sas programming

0 Answers  


Give some ways by which you can define the variables to produce the summary report (using proc report)?

0 Answers  


If you could design your ideal job, what would it look like?

0 Answers   Oracle,


Categories