Identify statements whose placement in the DATA step is
critical?
Answer Posted / chandra sekar
Keep, Drop and Rename can also play a critical role if you
are using some of the variables listed in them.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Differentiate between sas functions and sas procedures.
How long can a macro variable be? A token? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the difference between SAS functions and procedures?
How do dates work in sas?
what are the considerations when picking a SAS/STAT procedure?
Describe the ways in which you can create macro variables?
what are the scrubbing procedures in sas? : Sas programming
Which command is used to perform sorting in sas program?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How do you debug and test your SAS programs?
how do you debug and test your sas programs? : Sas programming
why is a stop statement needed for the point=option on a set statement? : Sas programming