What is the difference between an informat and a format?
Name three informats or formats.
Answers were Sorted based on User's Feedback
Answer / sheetal
informat: to read the data in SAS data set
format: to write the SAS data set
Is This Answer Correct ? | 28 Yes | 4 No |
Answer / m
informat:it is an instruction used by sas to read the data.
eg:$w., $CHARw., commaw.d
format: instruction used by SAS to write the data value.
eg: date9., best., mmddyy10.
Is This Answer Correct ? | 22 Yes | 2 No |
Answer / falguni mathther
informats are generally used to read the data from
different files, while formats are used as instructions to
generate output in desired listing layout.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chandu
Informat tells SAS how to read the raw data,
Format tells SAS how to print the raw data into user
readable pattren....
Chiranjeevi garu, for your information,
Format statement can be used in both DATA step as well in
PROC step.....
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / yugesh
A format determines how a value is displayed.An Informat
determines how a value is read
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shweta
informat: Non standard value to standard
format: Read standard value .
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ganesh
Informat is used for read and storing the data values.
format is used for variable to be printed.
Date informat
numeric informat
character informat
Is This Answer Correct ? | 11 Yes | 12 No |
Answer / deepak dewan
In Informat SAS reads the raw data,
Format tells SAS how to print the raw data
e.g mmdddyy.
date9.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / tvr kumar
Informate determind how raw data values read and store in
to sas.
formates determind how sas data values print and display.
Is This Answer Correct ? | 3 Yes | 5 No |
Answer / vemula
informat is an instruction given to sas to read the data
values into variables
ex: date9.
ddmmyyw.;
char6.;
format is and instruction given to sas to print the
variable in to datavalues
ex; date8.
ddmonyy.;
commaw.;
dollarw.;
Is This Answer Correct ? | 2 Yes | 5 No |
Explain append procedure?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Name statements that are recognized at compile time only?
what is sas metadata repository? : Sas-bi
What are the special input delimiters used in SAS?
Mention what are the data types does SAS contain?
what is data access? : Sas-di
I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.
What is SAS Information Map Studio and its purpose ?
How do you specify the number of iterations and specific condition within a single do loop?
Which are SAS Windows Clients & SAS Java Clients
how to know the attributes of first five datasets in a library