Describe what are the different levels of administrative users in sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
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?
What has been your most common programming mistake?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
How do you use the do loop if you don’t know how many times you should execute the do loop?
How we can create SAS USER DEFINED CODE?
How would you remove a format that has been permanently associated with a variables?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
What is the order of evaluation of the following operators + - * / ** () ???
What is the general format of function in sas? : sas-grid-administration
What makes sas stand out to be the best over other data analytics tools?
How many missing values are available? When might you use them?
I have a dataset concat having variable a b & c. How to rename a b to e & f?