What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / giri
both @AND @@ TAILARING used for the hold the
datalines,difference is how long they hold the data in the
complilation process,@ hold the the data till the end of
the line,but it release the dataline when it reach the end
of the line, but @@ holds the datalines untill the end of
the process
| Is This Answer Correct ? | 31 Yes | 9 No |
Post New Answer View All Answers
Do you know the features of sas?
name several ways to achieve efficiency in your program? : Sas programming
What is Linear Regression?
Tell e how how dealt with..
how does sas handle missing values in formats? : Sas programming
What are symget and symput? : sas-macro
explain about data integrator metadata reports? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
For what purposes have you used sas macros? : sas-macro
what is sas metadata server? : Sas-di
how do you test for missing values? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What system options would you use to help debug a macro? : sas-macro
How we can create SAS USER DEFINED CODE?
What is the purpose of trailing @ and @@? How do you use them?