what is the usage for assigning error=1 in a dataset ?
Answers were Sorted based on User's Feedback
Answer / poonam
it means only one error of that type will be printed.
| Is This Answer Correct ? | 2 Yes | 5 No |
If a variable contains letters or special characters, can it be numeric data type?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
What is the order of application for output data set options, input data set options and SAS statements?
What does P-value signify about the statistical data?
Are you familiar with special input delimiters? How are they used?
what is the usage for assigning error=1 in a dataset ?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
Code the MEANS to produce output to be used later.
How many ways to overcome a missing values???
What do you feel about hardcoding?
In sas, what are the areas that you are most interested in? : sas-grid-administration