What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / 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 |
Post New Answer View All Answers
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How would you identify a macro variable?
Mention what is SAS data set?
What are the functions used for character handling?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Describe the function and untility of the most difficult SAS macro that you have written.
Are you involved in writing the inferential analysis plan? Tables specfications?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What are the data types does SAS contain?
Explain the purpose of substr functions in sas programming.
What is a method to debug and test your SAS program?
How do you specify the number of iterations and specific condition within a single do loop?
Have you ever used the SAS Debugger?
What are the ways to do a “table lookup” in sas?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di