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
In sas, what are the areas that you are most interested in? : sas-grid-administration
What are the default statistics that proc means produce?
What does proc print, and proc contents are used for?
What is the use of divide function?
What is the length assigned to the target variable by the scan function?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What are the functions which are used for character handling functions?
How would you define the end of a macro? : sas-macro
what is proc Index? and what is proc document?
What system options would you use to help debug a macro? : sas-macro
what is the difference between nodup and nodupkey options? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Differentiate between ceil and floor functions.
What is the SAS data set?