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

What is the one statement to set the criteria of data that can be coded in any step?

4 Answers   Accenture,


how does sas handle missing values in procs? : Sas programming

0 Answers  


how can u extract,transform and loading?

2 Answers   CitiGroup,


for what purpose would you use the retain statement? : Sas programming

0 Answers  


Which of the following is not created during compilation phase?

2 Answers   SAS,






explain what is factor analysis? : Sas-administrator

0 Answers  


what other sas products have you used and consider yourself proficient in using? : Sas programming

0 Answers  


what is the use of LRECL option.

1 Answers   L&T,


: and & modifiers.

0 Answers   Oracle,


How do i read multiple spaces in datasets?

4 Answers   Quintiles,


what are the types of interactive display types? : Sas-bi

0 Answers  


How would you determine the number of missing or nonmissing values in computations?

0 Answers  


Categories