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
What is PROC in SAS?
What are the scrubbing procedures in sas?
Difference between SAS STATA & SPSS?
what is program data vector? : Sas-administrator
How do you test for missing values?
what is factor analysis? : Sas-administrator
what are the scrubbing procedures in sas? : Sas programming
If a variable contains only numbers, can it be a character data type?
Mention the category in which sas informats are placed?
Which statement does not perform automatic conversions in comparisons?
What does P-value signify about the statistical data?
How to convert a numeric variable to a character variable?
What are pdv and it functions?
To what type of programms have you used scratch macros?
Are you sensitive to code walk-throughs peer review or QC review?