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
Describe the function and untility of the most difficult SAS macro that you have written.
I need level 2 to 5 sas using companies in india
What is your favorite all time computer book? Why?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Mention some common errors that are usually committed in sas programming.
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Which are the statements whose placement in the data step is critical?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How substr function works in sas?
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 can you learn from the SAS log when debugging?
What are the default statistics for means procedure?
What is the good sas programming practices for processing large data sets?
how does sas handle missing values in formats? : Sas programming
What are pdv and it functions?