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
Can you explain the process of calendar?
What is PDV?
How do you use the do loop if you don’t know how many times you should execute the do loop?
explain about various caches available in data integrator? : Sas-di
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the difference between one to one merge and match merge? Give an example.
What does P-value signify about the statistical data?
What is the difference between input and infile statement?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Which function is used to count the number of intervals between two sas dates?
what r the job openings SAS for fresher graduates !
How do you define proc in sas? : sas-grid-administration
What are the table names in oracle database...?
how does sas handle missing values in formats? : Sas programming
State the difference between INFORMAT and FORMAT ?