how to generate report for 0 observation dataset?
Answer Posted / 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 |
Post New Answer View All Answers
How would you determine the number of missing or nonmissing values in computations?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
List out some key concept of SAS
What are the 3 components in sas programming?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is the function of output statement in a SAS Program?
How to convert a numeric variable to a character variable?
What do you know about sas data set?
AE datasets names? how many types?
Explain substr function?
Given an unsorted data set, how to read the last observation to a new data set?
What is the difference between nodupkey and nodup options?
Which function is used to count the number of intervals between two sas dates?
What are the functions used for character handling?
Tell me about % include and % eval? : sas-macro