In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / vengala reddy
in pdv...
compilation,run phase,execution phase
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
what are _numeric_ and _character_ and what do they do? : Sas programming
What is SAS informats?
how would you create multiple observations from a single observation? : Sas programming
what is intially documentation in sas?
how to read the variables in sas? : Sas-administrator
What is the use of stop statement?
What is the use of function Proc summary?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Compare sas with other data analytics tools.
what is slowly changing dimension? : Sas-di
Why and when do you use proc sql?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
How to create an external dataset with sas code?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What function CATX syntax does?