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 study design in while working with SAS? what are screening variables in SAS?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
Which command is used to perform sorting in sas program?
how do you debug and test your sas programs? : Sas programming
Code a PROC MEANS that shows both summed and averaged output of the data.
In sas admin differentiate between roles and capabilities? : sas-grid-administration
How to Rename Library?
How long can a macro variable be? A token? : sas-macro
Differentiate input and infile.
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
Explain how you can debug and test your SAS program?
Which is the best training Institute for SAS Business Intelligence course?