what is _error_?
Answer Posted / manish thakur
_error_ is created when pdv is generated along with _n_
if the value of _error_ is 0 then there is no error
if the value of _error_ is 1 then there is an error...
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is factor analysis?
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?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
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.
what are sas bi dashboard components? : Sas-bi
what is operational data and operational system? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specifications?
Explain append procedure?
describe about physical data integration? : Sas-di
what is program data vector? : Sas-administrator
What does PROC print, and PROC contents do?
Mention some common errors that are usually committed in sas programming.
what is data governance? : Sas-di
how will you location sas platform applications available from web browser? : Sas-bi
What is the role of administrative users? : sas-grid-administration