Mention some common errors that are usually committed in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between nodupkey and nodup options?
is there any differnce between proc means and proc summary?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Are you familiar with special input delimiters? How are they used?
How to get part of string form the source string without using sub string function in SAS?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
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?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
How to get the repeated values by using sql in sas ?
What is the purpose of _character_ and _numeric_?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?