What is the purpose of the trailing and How would you use them?
Answer Posted / amarender
If the data is continuosly in data set SAS would read the
first words only from each line in the `datalines' block and
it will ignore the rest of the line. if we use Trailing
@@'it will read completly.and another type of trailing is
using single @ this is a line hold specifier.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is substr function?
what is the use of sas management console? : Sas-di
How can you create a macro variable with in data step? : sas-macro
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the difference between input and infile statement?
what are the scrubbing procedures in sas? : Sas programming
How would you identify a macro variable?
how to change the execute of macro
how does sas handle missing values in a merge? : Sas programming
What is a method to debug and test your SAS program?
What is the difference between %put and symbolgen? : sas-macro
name some data transformation used in sas di? : Sas-di
how will you location sas platform applications available from web browser? : Sas-bi
What are the different types of sas functions?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming