What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / sumalatha.ch
@it holds the record at the end of the input statement or
when the next input will come it will read the data. and
@ is also pointer controll .if we want to read particular
character in a data set then we can use this @
@@ it is used for reading single line multiple
observations.
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Describe the ways in which you can create macro variables? : sas-macro
Give an example where SAS fails to convert character value to numeric value automatically?
What is the maximum length of the macro variable?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
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
Differentiate between format and informat? : sas-grid-administration
what is sas data set?
Explain the purpose of retain statement.
Where do you use proc means over proc freq?
what is star schema? : Sas-di
what can you learn from the sas log when debugging? : Sas programming
what are the considerations when picking a SAS/STAT procedure?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How are numeric and character missing values represented internally?
What sas features do you use to check errors and data validation?