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 |
What is the Difference between in memory database and physical database
Corillian's product is a "Component Container." Name at least 3 component
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
Explain the types of operations? Draw the figure for shift and rotate operations?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
How to display questions one by one in jsp and I wants to store the answers in my database?
which book we learned this mantis? how many version are realsed this mantis upto now?
Write a pascal program to calculate the sum of the first 100 even number and odd number
give idea for creating screen in abap