What is the difference between informat and format statement?
Answer / ankit singh
Formats tells sas how to write the data to the output dataset and converts numeric to character value.
e.g. data out;
x=0;
format x date9.;
run;
Informats directs SAS to how to read the data from the source and converts charater to numeric value.;
| Is This Answer Correct ? | 0 Yes | 0 No |
what is slowly changing dimension? : Sas-di
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What does the trace option do?
What is difference between (a-z) and (a--z)
Name statements that are execution only?
What SAS statements would you code to read an external raw data file to a DATA step?
Describe the function and untility of the most difficult SAS macro that you have written.
How would you define the end of a macro? : sas-macro
explain the concepts and capabilities of business object? : Sas-bi
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
explain what is factor analysis? : Sas-administrator
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???