State the difference between INFORMAT and FORMAT ?
Answer / Devendra Kumar Yadav
INFORMAT is used to interpret raw data values as variables in SAS, while FORMAT is used to control how output values are displayed. An INFORMAT reads input data from a dataset or external file into SAS variables, and a FORMAT formats the output of those variables for reporting purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to read character value without using substr function in sas ?
How would you define the end of a macro? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
What is the difference between Proc tabulate and Proc print
What does PROC print, and PROC contents do?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
do you prefer proc report or proc tabulate? Why? : Sas programming
. Which date advances a date, time or date/time value by a given interval?
Why double trailing @@ is used in input statement?
Tell e how how dealt with..
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Name and describe three SAS functions that you have used, if any?