In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / sirisha
My logic is when ever u submit a d/step for execution sas
checks the syntax of all of the sas statements and then
compiles them i.e it will automatically translate the
statements into machine code...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 3 components in sas programming?
Give some examples where proc report’s defaults are same as proc print’s defaults?
Differentiate between sas functions and sas procedures.
what is intially documentation in sas?
How do dates work in sas?
What is the function of Stop statement in a SAS Program?
Mention common programming errors committed in sas ?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is maximum storage capability of SAS?
Mention what are the data types does SAS contain?
what has been your most common programming mistake? : Sas programming
Name few SAS functions?
how will you location sas platform applications available from web browser? : Sas-bi
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.