What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / sunil
The trailing at sign (@) holds the input record for the
execution of the next INPUT statement.
The double trailing at sign (@@) holds the input record for
the execution of the next INPUT statement, even across
iterations of the DATA step.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe the function and utility of the most difficult SAS macro that you have written?
How to include or exclude specific variables in a data set?
What sas features do you use to check errors and data validation?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the maximum length of the macro variable?
How do dates work in SAS data?
what is factor analysis? : Sas-administrator
What is the role of unrestrictive users? : sas-grid-administration
Explain the difference between using drop = data set option in set and data statement?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Describe a time when you were really stuck on a problem and how you solved it?
Are you sensitive to code walk-throughs peer review or QC review?
what is proc Index? and what is proc document?
What is the purpose of trailing @ and @@? How do you use them?