How to rename A1-A30 datasets into B1-B30 using macros?
Answer / rajasekhar m
%macro rename;
%do i=1 %to 30;
proc datatsets;
change a&i. = b&i.;
quit;
%end;
%mend;
%rename;
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i split string in a textbox in windows appication using C#.net
what is the current salary package in India for a lamp programmer
HOW TO BREAK THE FIREWALL?
what are all the ant command options
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
Diff between IF and where ?
is try block possible without catch block?
what is the difference between an application and service??? i mean service which runs as in services.msc.
Why did you ever become involved in QA/testing?
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer