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
What is the length assigned to the target variable by the scan function?
explain the proc in sas? : Sas-administrator
What is the purpose of _character_ and _numeric_?
how to generate the test data in sas without input data? : Sas-administrator
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?
What is the difference between the proc sql and data step?
Explain by-group processing?
what is function of retain statment
Mention what are the data types does SAS contain?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What are the default statistics that proc means produce?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Which command is used to perform sorting in sas program?