What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / sumalatha.ch
@it holds the record at the end of the input statement or
when the next input will come it will read the data. and
@ is also pointer controll .if we want to read particular
character in a data set then we can use this @
@@ it is used for reading single line multiple
observations.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Mention how to limit decimal places for the variable using proc means?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Differentiate between format and informat? : sas-grid-administration
How to create list output for cross-tabulations in proc freq?
what is the difference between nodup and nodupkey options? : Sas programming
How would you define the end of a macro? : sas-macro
What is the difference between using drop = data set option in data statement and set statement?
Which statement does not perform automatic conversions in comparisons?
What are the data types that sas contain?
Explain what is data step?
What would you change about your job?
what are input dataset and output dataset options? : Sas programming
how do you want missing values handled? : Sas programming
How would you include common or reuse to be processed along with your statements?
what is data access? : Sas-di