What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / raj
@:Hold an input record for the execution of the next input statement with in the same iteration of the data step.
use:The trailing @ must be the last item in the INPUT statement.
@@:Holds an input record for the execution of the next input statement across iteration of the data step.
Uses:The double trailing @ must be the last item in the INPUT statement.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Mention what are the data types does SAS contain?
what is operational data and operational system? : Sas-di
What is a pdv and what are its functions?
What is the purpose of trailing @ and @@? How do you use them?
How to limit decimal places for variable using proc means?
How to create an external dataset with sas code?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Which are the statements whose placement in the data step is critical?
how to do user inputs and command line arguments in sas?
What do the SAS log messages "numeric values have been converted to character" mean?
What is the difference between using drop = data set option in data statement and set statement?
Can you suggest us materials for sdtm mapping?
What do you know about sas data set?
What is a macro routine?
what other sas products have you used and consider yourself proficient in using? : Sas programming