how can u create zero observation dataset?
Answer Posted / vishnu
for example
data vishnu;
length name $ age ;
run;
proc print data=vishnu;
run;
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
For clinical entire study how many tables will create approx?
what is hierarchy flattening? : Sas-di
why a stop statement is needed for the point= option on a set statement?
what is operational data and operational system? : Sas-di
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the basic syntax style in SAS?
Mention sas system options to debug sas macros.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What are common programming errors committed in sas
Can you suggest us materials for sdtm mapping?
what versions of sas have you used (on which platforms)? : Sas programming
What do the put and input function do?
what is the difference between nodup and nodupkey options? : Sas programming
What are the functions used for character handling?