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 are the applications primarily used by business analyst? : Sas-bi
what are all the default values getting in PROC MEANS...???
Identify statements whose placement in the DATA step is critical?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
Do you need to know if there are any missing values?
where to use sas business intelligence? : Sas-bi
One way of creating a new variable in Macros is by % Let....What is the other way..?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
what is the formula to measure Baseline
Mention few capabilities of sas framework.
What are the new features included in the new version of SAS Programming Language?
How do you add a number to a macro variable?