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
Mention what is SAS data set?
What is a pdv and what are its functions?
what is operational data and operational system? : Sas-di
what does the run statement do? : Sas programming
Difference between nodup and nodupkey options?
What is SAS?
what are input dataset and output dataset options? : Sas programming
What do the mod and int function do? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
how are numeric and character missing values represented internally? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How can sas program be validated?
why a stop statement is needed for the point= option on a set statement?
what is sas metadata server? : Sas-di