What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / 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 |
Post New Answer View All Answers
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What are the statements that are executed only?
What are the advantages of using sas?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Explain the purpose of substr functions in sas programming.
what r the job openings SAS for fresher graduates !
Explain what is SAS informats?
Mention what is the difference between nodupkey and nodup options?
how do you pull data from equifax?tell me the process?
What is the purpose of _character_ and _numeric_?
Explain how you can debug and test your SAS program?
What is the difference between input and infile statement?
How to specify variables to be processed by the freq procedure?
why a stop statement is needed for the point= option on a set statement?
Can you execute a macro within a macro? Describe. : sas-macro