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
How many ways to overcome a missing values???
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How do you control the number of observations and/or variables read or written?
what is ae onset date n what is RDS
What is the differnce between SDTM 3.1.2 to 3.1.1 version
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what r the job openings SAS for fresher graduates !
Explain the difference between using drop = data set option in set and data statement?
how does sas handle missing values in assignment statements? : Sas programming
how to remove duplicates using proc sql?
What is the basic structure of a sas program?
what is metadata? : Sas-bi
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How long can a macro variable be? A token? : sas-macro