Name statements that are execution only.
Answer Posted / daya
proc print data=datasetname; run;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Differentiate between proc means and proc summary.
What are the differences between proc means and proc summary?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
Are you sensitive to code walk-throughs peer review or QC review?
What would be the value of month at the end of data step execution and how many observations would be there?
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
What can be the size of largest dataset in SAS?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How do dates work in sas?
What was the last computer book you purchased? Why?
What is a pdv and what are its functions?
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?
what is factor analysis? : Sas-administrator