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


Please Help Members By Posting Answers For Below Questions

What are the 3 components in sas programming?

960


Give some examples where proc report’s defaults are same as proc print’s defaults?

908


Differentiate between sas functions and sas procedures.

900


what is intially documentation in sas?

4666


How do dates work in sas?

886


What is the function of Stop statement in a SAS Program?

919


Mention common programming errors committed in sas ?

875


In sas admin differentiate between roles and capabilities? : sas-grid-administration

791


What is maximum storage capability of SAS?

1126


Mention what are the data types does SAS contain?

946


what has been your most common programming mistake? : Sas programming

822


Name few SAS functions?

896


how will you location sas platform applications available from web browser? : Sas-bi

831


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?

1907


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.

1703