how can u create zero observation dataset?
Answer Posted / kk
data ans;
input a b;
cards;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is proc Index? and what is proc document?
What does proc print, and proc contents are used for?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Which command is used to perform sorting in sas program?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the difference between SAS functions and procedures?
describe how to adjust the performance of data integrator? : Sas-di
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
List down the reasons for choosing sas over other data analytics tools.
To what type of programms have you used scratch macros?
what is the use of proc contents and proc print in sas? : Sas-administrator
Mention what are the data types does SAS contain?
how to generate the test data in sas without input data? : Sas-administrator
What’s the difference between var b1 – b3 and var b1 — b3?
What is the use of divide function?