how to generate report for 0 observation dataset?

Answers were Sorted based on User's Feedback



how to generate report for 0 observation dataset?..

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

how to generate report for 0 observation dataset?..

Answer / suman pinnika

data _null_;
input name$ age sex$;
delete;
run;

Is This Answer Correct ?    1 Yes 0 No

how to generate report for 0 observation dataset?..

Answer / sakthi

data Employ;
length Eid 4 des $15 salary 7;
delete;
run;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

0 Answers  


Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.

1 Answers  


how the sas basic syntax style described? : Sas-administrator

0 Answers  


How to sort in descending order?

0 Answers  


for whom is sas data integration studio designed? : Sas-di

0 Answers  






Mention the difference between ceil and floor functions in sas?

0 Answers  


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


What is the difference between INPUT and INFILE ?

0 Answers  


What is the function of output statement in a SAS Program?

0 Answers  


how to change the execute of macro

0 Answers   Mind Tree,


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.

2 Answers   Cap Gemini, L&T,


explain the key concept of sas? : Sas-administrator

0 Answers  


Categories