What is a method to debug and test your SAS program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


how to do user inputs and command line arguments in sas?

0 Answers   D&B, TCS,


How to find out no. of business days in a month using macros.???(excluding weekends and holidays).

2 Answers   HSBC,


how do you test for missing values? : Sas programming

0 Answers  


If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?

8 Answers   HCL,






How do you add a prefix to some or all variables in a dataset using a SAS macro?

2 Answers  


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.

10 Answers   Accenture,


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


Name statements that are execution only.

14 Answers   Accenture,


"What is the difference between proc sort nodup and proc sort nodupkey?"

2 Answers  


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

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,


Categories