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
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Describe crosslist option in tables statement?
Explain the difference between using drop = data set option in set and data statement?
what techniques and/or procs do you use for tables? : Sas programming
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What are SAS/ACCESS and SAS/CONNECT?
Which are the statements whose placement in the data step is critical?
Describe the function and untility of the most difficult SAS macro that you have written.
what are all the reports you generated in your recent project?
Do you need to know if there are any missing values?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain the use of proc print and proc contents?
explain the concepts and capabilities of business object? : Sas-bi
What is the difference between input and infile statement?
what is sas enterprise intelligence architecture? : Sas-bi