Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Answer Posted / sheetal jaju
Compile
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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;
How to include or exclude specific variables in a data set?
What do you know about symput and symget?
What is interleaving in SAS?
What do you understand by the term Normal Distribution?
In proc transpose and data step with arrays which one you pick?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how to debug and test the sas program? : Sas-administrator
what is the Population you used in your project, is it ITT or PP?
How can you create a macro variable with in data step? : sas-macro
State the difference between INFORMAT and FORMAT ?
how do the in= variables improve the capability of a merge? : Sas programming
Briefly explain input and put function?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS