What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / 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 |
Post New Answer View All Answers
What does the trace option do?
what is data governance? : Sas-di
What are the different types of sas functions?
How can you create a macro variable with in data step? : sas-macro
What do you code to create a macro? : sas-macro
what is change analysis in sas di ? : Sas-di
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Name types of category in which SAS Informats are placed?
What are all the problems you faced while validating tables and reports?
What is SAS informats?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How to include or exclude specific variables in a data set?
How we can call macros with in data step? : sas-macro
explain the use of % includes a statement in sas? : Sas-administrator
How to create a permanent sas data set?