what is the difference between informat$8. $char8.

Answers were Sorted based on User's Feedback



what is the difference between informat$8. $char8...

Answer / sas learner

The informat $8. is almost identical to the $CHAR8. informat. However, $CHARw. does not trim leading blanks nor does it convert a single period in an input field to a blank, while $w. does both.

This is from sas help document..

Is This Answer Correct ?    5 Yes 0 No

what is the difference between informat$8. $char8...

Answer / 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

what is the difference between informat$8. $char8...

Answer / sundeep

informat is as same as $char but we use informat in defining a type(character or date) and $char is used only for specifying character length

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

How could you generate test data with no input data?

6 Answers   Quintiles,


What are the applications primarily used by business analyst? : Sas-bi

1 Answers  


what is the use of proc sql?

5 Answers   CitiGroup,


how to import XTP files into SAS datasets?

1 Answers   Barclays, Institute For Plasma Research,


How do you define proc in sas? : sas-grid-administration

1 Answers  


How do you control the number of observations and/or variables read or written?

1 Answers  


What is the difference between %put and symbolgen? : sas-macro

1 Answers  


what are all the ways to define macro variable??

2 Answers   GSK GlaxoSmithKline,


What do the SAS log messages "numeric values have been converted to character" mean?

1 Answers   Quintiles,


what is p-value

3 Answers   Accenture, Quintiles, Sristek,


how do you pull data from equifax?tell me the process?

1 Answers   Synchrony Financial,


name several ways to achieve efficiency in your program? : Sas programming

1 Answers  


Categories