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
which date functions advances a date time or date/time value by a given interval? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
Explain how merging helps to combine data sets.
What are common programming errors committed in sas
how does sas handle missing values in procs? : Sas programming
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What is a method to debug and test your SAS program?
Explain bmdp procedure?
What is the general format of function in sas? : sas-grid-administration
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
for what purpose would you use the retain statement? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Explain what is SAS informats?
Explain what is data step?
name some data transformation used in sas di? : Sas-di