if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
Answer Posted / naresh
Use options OBS = 0, no replace; Execute your prog. To set normally options OBS = MAX replace;
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is the basic syntax style in SAS?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What makes sas stand out to be the best over other data analytics tools?
What is the maximum length of the macro variable?
Which command is used to save logs in the external file?
How necessary is it to be creative in your work?
If a variable contains letters or special characters, can it be numeric data type?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is program data vector (pdv) and what are its functions?
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.
For what purpose would you use the RETAIN statement?
What is the difference between match merge and one to one merge?
What is the purpose of _character_ and _numeric_?
Explain the main difference between the sas procedures and functions? : Sas-administrator
describe how to adjust the performance of data integrator? : Sas-di