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 |
how to remove the duplicates by proc sql?
how to generate means for every subject;
What’s the difference between var b1 – b3 and var b1 — b3?
what techniques and/or procs do you use for tables? : Sas programming
Explain the special input delimiters used in sas programming.
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is a post baseline?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
Can you execute macro within another macro? : sas-macro
what are the different ways of merging two datasets.name atleast 4.
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,