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 to include or exclude specific variables in a data set?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is sas metadata server? : Sas-di
What is the maximum and minimum length of macro variable
In sas, what are the areas that you are most interested in? : sas-grid-administration
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Intern stastical programmer written test
Have you used macros? For what purpose you have used? : sas-macro
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is the primary data source for the wrs? : Sas-bi
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What areas of SAS are you most interested in?
What is the use of function Proc summary?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How do dates work in sas?