what is the difference between informat$8. $char8.
Answer Posted / chandrakanth
I do not know whether you made a typo, I am explaining you question as is
informat$8.-SAS takes this as a character variable called informat with total length defined as 8
(If I assume, it is $informat8. (not informat$8.)in your question it is the general form of informats to represent a character informat, likewise a numeric informat represented as informatw.d and date as informatw. w being the width and d being the decimal places)
whereas
$char8. is one kind of informat for a character variable whose length is 8...
Please let me know if you are not satisfied with answer...will explain in detail...
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the different types of sas functions?
How do dates work in SAS data?
How we can call macros with in data step? : sas-macro
What are the uses of sas?
Do you need to rearrange the order of the data for the report?
What is the basic syntax of a sas program?
what is information maps?
How can I remove header from output data set?
how to remove duplicates using proc sql?
How many data types are there in SAS?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Name few SAS functions?
What is interleaving in SAS?
what is null hypothesis? why do you consider that?
Compare sas with other data analytics tools.