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 |
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
how the sas basic syntax style described? : Sas-administrator
How to sort in descending order?
for whom is sas data integration studio designed? : Sas-di
Mention the difference between ceil and floor functions in sas?
proc means? proc sort? proc append? proc freq? proc print? proc content?
What is the difference between INPUT and INFILE ?
What is the function of output statement in a SAS Program?
how to change the execute of macro
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
explain the key concept of sas? : Sas-administrator