What is the difference between an informat and a format.
Name three informats or formats.
Answer Posted / sudheer
farmat is the option which is used to print the data in the
particular way, if you declare the format option in the
data set block it will stored permanenetly, were as if you
put the format in the procedure block, it will temparary
for the printing purpose.
informat is the option which is used to read the data from
the extral file or data lines(cards0, internal data.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Describe the ways in which you can create macro variables?
Compare sas with other data analytics tools.
What would be the value of month at the end of data step execution and how many observations would be there?
What is the maximum and minimum length of macro variable
what is data access? : Sas-di
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what is star schema? : Sas-di
what is factor analysis? : Sas-administrator
What is the basic structure of a sas program?
Explain what Proc glm does?
Mention what is the difference between nodupkey and nodup options?
Enlist the functions performed by sas.
Mention sas system options to debug sas macros.
Tell e how how dealt with..
how are numeric and character missing values represented internally? : Sas programming