How could you generate test data with no input data?

Answer Posted / chandra sekar

data test;
delete;
run;

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2261


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

755


Explain bmdp procedure?

614


Explain proc sort?

666


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1966






how to do user inputs and command line arguments in sas?

2428


for report generation which one you used proc report or data_null_?

6580


How would you invoke a macro? : sas-macro

549


What is SAS?

617


Give some ways by which you can define the variables to produce the summary report (using proc report)?

596


Describe the function and untility of the most difficult SAS macro that you have written.

1720


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1654


How do you specify the number of iterations and specific condition within a single do loop?

618


which date function advances a date, time or datetime value by a given interval? : Sas programming

592


How to convert a numeric variable to a character variable?

630