What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / chiranjeevi
These are those which works on the variable level by
default.It should appear and besides the variables in
sas.The columnpointers are
1)@
2)@@
@:the '@'is a column pointer which commands SAS to hold the
line strongly.The '@' is if it used,it is trailing of '@'
pointer.It reads only the first line across the available
variables data.
@@:It is used for the entire data from the external source
or internal by reading into a single variable.
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
what is snowflake schema? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
what are some good sas programming practices for processing very large data sets? : Sas programming
I need level 2 to 5 sas using companies in india
What is Linear Regression?
What are the difference between the sas data step and sas procs?
What are the implications?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Intern stastical programmer written test
how do you debug and test your sas programs? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention some common errors that are usually committed in sas programming.