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 |
To what type of programms have you used scratch macros?
Mention what are the data types does SAS contain?
Name statements that function at both compile and execution time.
What is the length assigned to the target variable by the scan function?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What do the mod and int function do? : Sas programming
in which companies SAS openings are there? List of companies using SAS technology.
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Describe how you would pass data to macro.
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?