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 |
Describe the ways in which you can create a macro variable?
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
is QUALCOMM using SAS ?
in ods is there any lib's
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Difference between informat and format?
what other SAS features do you use for error trapping and data validation?
what are some good sas programming practices for processing very large data sets? : Sas programming
What are symbol tables?Differemce between Local N Global Symbol tables.....
What would you change about your job?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Diff between proc sql merge and join?