What are _numeric_ and _character_ and what do they do?
Answer Posted / viditmalhotra89
_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 |
Post New Answer View All Answers
How do you specify the number of iterations and specific condition within a single do loop?
What is the function of output statement in a SAS Program?
What is the use of %include statement?
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?
What do you know about symput and symget?
Name few SAS functions?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
If a variable contains only numbers, can it be a character data type?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Mention the difference between ceil and floor functions in sas?
Name some categories in sas 9? : sas-grid-administration
why is sas considered self-documenting? : Sas programming
I need level 2 to 5 sas using companies in india
How sas treats the dsd delimiters?