What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / no name is require
@-is used to reading part of a rawdata file we using traling @
@@-is used to reading multiple observations of rawdata
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain proc sort?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
For what purposes have you used sas macros? : sas-macro
What is the difference between SAS functions and procedures?
how are numeric and character missing values represented internally? : Sas programming
Mention what is SAS data set?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What are the applications primarily used by business analyst? : Sas-bi
How can you limit the variables written to output dataset in data step?
what is business intelligence? : Sas-bi
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
What are the data types that sas contain?
Mention common programming errors committed in sas ?
What are the 3 components in sas programming?
what is the use of proc contents and proc print in sas? : Sas-administrator