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 |
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
describe about metadata object? : Sas-di
Mention few capabilities of sas framework.
how can you improve the performance of a query, If it is excuting very slowly?
how to intersect the tables by using PROC MIXED?
How would you invoke a macro? : sas-macro
What is substr function?
How sas treats the dsd delimiters?
tell me about use of arrays in sas
What is the purpose of the trailing and How would you use them?
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
What is the maximum and minimum length of macro variable