What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / raj
@:Hold an input record for the execution of the next input statement with in the same iteration of the data step.
use:The trailing @ must be the last item in the INPUT statement.
@@:Holds an input record for the execution of the next input statement across iteration of the data step.
Uses:The double trailing @ must be the last item in the INPUT statement.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
how to read the variables in sas? : Sas-administrator
what is data governance? : Sas-di
what techniques and/or procs do you use for tables? : Sas programming
How is character variable converted into numeric variable and vice versa?
Mention sas system options to debug sas macros.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
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 ae onset date n what is RDS
What is the basic structure of the SAS base program?
Differences between where and if statement?
What is the order of application for output data set options, input data set options and SAS statements?
what is transformation in sas data integration? : Sas-di
How do dates work in SAS data?