What are _numeric_ and _character_ and what do they do?
_numeric_ & _character_ are mostly used in:
1. Defining arrays: if an array is defined as _numeric_ that means it expects all values stored in it to be numeric ONLY! And if we define array as _character_ it expects only character values to be stored within it
2. With proc print, if we use these, it prints only numeric or only character variables of the data set!
| Is This Answer Correct ? | 0 Yes | 0 No |
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
How to limit decimal places for variable using proc means?
describe about metadata object? : Sas-di
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
what is the use of catalog?
What are the limitations for memory allocation for SAS variables
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
what other SAS features do you use for error trapping and data validation?
How to do user inputs and command line arguments in SAS? D&B
What is a method to debug and test your SAS program?
what are the three main credit bureau names
1 Answers Synchrony Financial,
Name and describe few sas character functions that are used for data cleaning in brief.