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
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is connection profile? : sas-grid-administration
Can you execute a macro within a macro? Describe. : sas-macro
What Proc glm does?
What is the difference between nodupkey and nodup options?
Describe a time when you were really stuck on a problem and how you solved it?
What is the role of administrative users? : sas-grid-administration
How do dates work in SAS data?
If money were no object, what would you like to do?
What does proc print, and proc contents are used for?
what is data integration? : Sas-di
What is the difference between class statement and by statement in proc means?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is proc Index? and what is proc document?
What do the PUT and INPUT functions do?