What is the difference between an informat and a format?
Name three informats or formats.
Answers were Sorted based on User's Feedback
Answer / ramesh babu
Informats are instractions which help to SAS to read
datavalues (Non Standard values) into variables (Standard
values)
Eg: $upcaseW.
commaW.d
dateW.
Formats are instractions which help to SAS to write Standard
values into Non Standard values.
Eg: $upcaseW.
commaW.d
dateW.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / chiranjeevi
Informat:
1)It should appear only datastep.
2)it is used for SAS special instructions to read the
special data values.it can be used either in the input
statements,else by using a separate statement called 'informat'.
syntax:informat<variable name>>type of informat>
or
input<variable name><type of informat>
format:
1)it should appear only proc step.
2)it is used to write or print the special data values in
the output window.
syntax:format<variable name><type of format>.
informats:1)date formats
a)datew.
b)ddmmyyw.
c)commaw.
d)percent(%)
formats and informats both are same only.
| Is This Answer Correct ? | 2 Yes | 10 No |
Answer / harish
formates ,informates r comma.,percentage,date.these 3 r
differant types formates&informates.
formates is used for reading of data
informates is used for the printing of data.
| Is This Answer Correct ? | 1 Yes | 23 No |
how many data types in sas? : Sas-administrator
what are sas bi dashboard components? : Sas-bi
what are _numeric_ and _character_ and what do they do? : Sas programming
How to create a permanent sas data set?
Explain what is the use of proc gplot?
how does sas handle missing values in sort order? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How do dates work in sas?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What is the difference between one to one merge and match merge? Give an example.
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.