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
how many types of prompts are there? : Sas-bi
What are pdv and it functions?
What system options would you use to help debug a macro? : sas-macro
what is intially documentation in sas?
How would you include common or reuse to be processed along with your statements?
How do dates work in sas?
What is program data vector (pdv)?
Differentiate between format and informat? : sas-grid-administration
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
How many ways to overcome a missing values???
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Explain proc sort?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What are the advantages of using sas?