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
What is the purpose of _character_ and _numeric_?
what are the component of range? : Sas-bi
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Can you suggest us materials for sdtm mapping?
Mention what is PROC in SAS?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
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?
How necessary is it to be creative in your work?
how to debug and test the sas program? : Sas-administrator
Explain the use of proc gplot? : sas-grid-administration
Describe crosslist option in tables statement?
What is the difference between using drop = data set option in data statement and set statement?
How we can create SAS USER DEFINED CODE?
How substr function works in sas?
What does P-value signify about the statistical data?