what is PhaseIII, ODS, TLG, Macro and Proc in SAS
No Answer is Posted For this Question
Be the First to Post Answer
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Explain the purpose of retain statement.
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
At compile time when a SAS data set is read, what items are created?
how to write code for left outer join in SAs using datastep?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
how can u extract,transform and loading?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
How do you write a test plan?
What is the difference between Proc tabulate and Proc print
how could you generate test data with no input data? : Sas programming
Can you excute a macro within a macro? Describe.