how to generate report for 0 observation dataset?
Answers were Sorted based on User's Feedback
Answer / gaurav sharma
You can generate such report by using 'Like' Clause in Proc SQL.
This will create a dataset of structure similar to one you will ask for, but with zero observations.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suman pinnika
data _null_;
input name$ age sex$;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sakthi
data Employ;
length Eid 4 des $15 salary 7;
delete;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Under what circumstances would you code a SELECT construct instead of IF statements?
Can anyone help me about SAS Realtime scenarios in Clinical field
Which date function advances a date, time or datetime value by a given interval?
what is the use of LRECL option.
What SAS statements would you code to read an external raw data file to a DATA step?
What are the special input delimiters used in SAS?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how to write code for left outer join in SAs using datastep?
What are the main differences between sas versions 8.2, 9.0, 9.1?
define table lookup and how may ways it can be done...explian
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com