Explain how you can debug and test your SAS program?
No Answer is Posted For this Question
Be the First to Post Answer
what is broad cast agent? : Sas-bi
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How would you code the criteria to restrict the output to be produced?
What do you code to create a macro? : sas-macro
what is data integration? : Sas-di
diff between nodup rec and ondup key???
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?
what is the difference between proc means and proc summary?
What is difference between rename and lable in sas?
Difference between informat and format?
How will you generate test data with no input data?