What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / vikas pherwani
@ is a column pointer holds the input record for the
execution of the next input statement
@@ if we have two relevant obs in same line we need to hold
that too we need double trailing either after taking first
value sas move to another line leaving the first.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Differentiate input and infile.
What is maximum number of rows and cols can be handled in SAS?
What is the basic structure of a sas program?
how does sas handle missing values in functions? : Sas programming
Explain substr function?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is a put statement?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What is the use of PROC gplot?
Mention some common errors that are usually committed in sas programming.
What is the maximum length of the macro variable?
Why double trailing @@ is used in input statement?
What can you learn from the SAS log when debugging?
What are the difference between ceil and floor functions in sas?
Give an example where SAS fails to convert character value to numeric value automatically?