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
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is substr function?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the difference between where and if statement?
How do you test for missing values?
What is the difference between match merge and one to one merge?
What is a put statement?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What do the put and input function do?
What is interleaving in SAS?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the maximum length of the macro variable?
what are the types of interactive display types? : Sas-bi
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain data_null_?