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 many types of prompts are there? : Sas-bi

781


What are pdv and it functions?

795


What system options would you use to help debug a macro? : sas-macro

889


what is intially documentation in sas?

4664


How would you include common or reuse to be processed along with your statements?

2148


How do dates work in sas?

881


What is program data vector (pdv)?

875


Differentiate between format and informat? : sas-grid-administration

825


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

832


What are the difficulties u faced while doing vital signs table or dataset?

2187


How many ways to overcome a missing values???

2577


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

1053


Explain proc sort?

890


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

943


What are the advantages of using sas?

886