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 |
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
what is database?how to tell 3years boy or girl by using toys?
shall we execute our java programmes in jre
how can we implement locks in plsql?
I'm new to ABAP. What is Module pool in SAP?
Corillian's product is a "Component Container." Name at least 3 component
can php support multiple inheritence?
what is class module in vb6? what it's use? with example..
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences