What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / sunil
The trailing at sign (@) holds the input record for the
execution of the next INPUT statement.
The double trailing at sign (@@) holds the input record for
the execution of the next INPUT statement, even across
iterations of the DATA step.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the table names in oracle database...?
which features do you use to check the data validations and errors? : Sas-administrator
Describe the function and untility of the most difficult SAS macro that you have written.
How to create list output for cross-tabulations in proc freq?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the difference between class statement and by statement in proc means?
how to debug and test the sas program? : Sas-administrator
How would you identify a macro variable? : sas-macro
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How do you specify the number of iterations and specific condition within a single do loop?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What do the PUT and INPUT functions do?
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?
What is the good sas programming practices for processing large data sets?