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


Please Help Members By Posting Answers For Below Questions

How to limit decimal places for the variable using proc means?

605


what is function of retain statment

1525


Describe 5 ways to do a “table lookup” in SAS?

701


Intern stastical programmer written test

288


For what purposes have you used sas macros? : sas-macro

540






what are the categories that sas informats are used to the place the data? : Sas-administrator

615


What is SAS? What are the functions does it performs?

736


Give some ways by which you can define the variables to produce the summary report (using proc report)?

602


Explain data step in SAS

633


What are the differences between sum function and using “+” operator?

579


which date functions advances a date time or date/time value by a given interval? : Sas programming

540


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

537


What versions of SAS have you used (on which platforms)?

1017


what are all the reports you generated in your recent project?

1685


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

730