How to rename A1-A30 datasets into B1-B30 using macros?
Answer Posted / 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 |
Post New Answer View All Answers
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
hoe to data grid use in sql server 2000?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
What is test execution and when will we start execution please send me one example for this question
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
how to display xisheet in list box in c# .net
What is the use of Differ interface check box in Ship confirm?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
Is the IT field raise again? What is the position of IT after 4 years?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
What is the difference between COM and CORBA?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)