if we dont want to print output what we have to do..???give
syntax..???
Answer Posted / chandu
OPTIONS NOPRINT;
Since the question was not specified the procedure. We can use the global SAS statement where we can specify the noprint option.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the use of sas management console? : Sas-di
Explain input and put function?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
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.
how sas deals with business intelligence? : Sas-bi
What are the advantages of using sas?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Which date function advances a date, time or datetime value by a given interval?
explain the use of % includes a statement in sas? : Sas-administrator
What are the implications?
Name any two sas spawners? : sas-grid-administration
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro