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
Mention few capabilities of sas framework.
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is the role of unrestrictive users? : sas-grid-administration
What are the statements in proc sql?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is hash files in sas and why we are using this one in sas?
What are the features of base sas system?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Mention some common errors that are usually committed in sas programming.
How can you limit the variables written to output dataset in data step?