What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / santhi swaroop
@ is the pointer input that will hold the point at a
specific point variables inthe data
@@ is the on that may be useful to read the singleline of
raw data into multiple observations of the sas data set.
syn
data santhi;
infile path;
input var 1 2 3 4 @@;
run;
Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What do the put and input function do?
How do dates work in SAS data?
how many types of prompts are there? : Sas-bi
how would you create multiple observations from a single observation? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain proc sort?
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is hierarchy flattening? : Sas-di
Explain how merging helps to combine data sets.
Why and when do you use proc sql?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Describe the ways in which you can create macro variables? : sas-macro
Can you execute a macro within a macro? Describe. : sas-macro
Where do you use proc means over proc freq?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?