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
In SAS explain which statement does not perform automatic conversions in comparisons?
how do you test for missing values? : Sas programming
Explain the purpose of retain statement.
how does sas handle missing values in sort order? : Sas programming
how can you create zero observation dataset? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what do the pad and dim functions do? : Sas programming
what is metadata? : Sas-bi
what is transformation in sas data integration? : Sas-di
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Approximately what date is represented by the SAS date value of 730?
What does the trace option do?
What sas features do you use to check errors and data validation?
Name types of category in which SAS Informats are placed?
AE datasets names? how many types?