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 could you generate test data with no input data?
What is difference between rename and lable in sas?
Mention the category in which sas informats are placed?
What is the basic syntax style in SAS?
Name and describe three SAS functions that you have used, if any?
How do you put a giraffe into the refrigerator?
What is the difference between match merge and one to one merge?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
How do dates work in sas?
To what type of programms have you used scratch macros?
how can you put a "trace" in your program? : Sas programming
how to assign a macro value to a variable?