What is LOGICAL VARIABLES in SAS.And how it can be used..Can
anyone support..???
Answer Posted / xxx
Yes I agree with the above answers,
first.obs and last.obs are also specifies the occurrence of the data. If we mention like
first.obs=1 and last.obs=1;
it will eliminate the duplicates also.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sas functions?
What is the difference between the proc sql and data step?
What do you know about sas data set?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
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
Describe the ways in which you can create macro variables?
How do dates work in SAS data?
what do you mean by data staging area? : Sas-di
how to generate the test data in sas without input data? : Sas-administrator
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 do the in= variables improve the capability of a merge? : Sas programming
What is program data vector (pdv) and what are its functions?
What are the data types in sas?
which date functions advances a date time or date/time value by a given interval? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?