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 substr function works in sas?
what is the use of sas management console? : Sas-di
Did you used proc test? when?
What are the data types in sas?
How do you control the number of observations and/or variables read or written?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
how do you debug and test your sas programs? : Sas programming
Have you ever used the SAS Debugger?
What is the work of tranwrd function?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is hierarchy flattening? : Sas-di
what is sas database server? : Sas-di
Which statement does not perform automatic conversions in comparisons?
What are the different versions of sas that you have used until now? : sas-grid-administration
Mention what is PROC in SAS?