How do you control the number of observations and/or variables read or written?
No Answer is Posted For this Question
Be the First to Post Answer
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
Are you involved in writing the inferential analysis plan? Tables specifications?
What is interleaving in SAS?
Of all your work, where have you been the most successful?
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?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
how can get the first and last observations in a dataset using Proc SQl?
Describe the ways in which you can create macro variables? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
How would you delete duplicate observations?
How do you add a number to a macro variable? : sas-macro