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


Please Help Members By Posting Answers For Below Questions

How to set fixed width in particular in html? if i type more character in this it will not push near . this is my question. can u tell me the answer...

2042


Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..

1640


I am work in it aompenei

961


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?

1645


what are resources in case of Threads

1661






what is meant by life cycle of a business

1694


why we use abstract word in abstract window toolkit in java language.

1757


What is the first message line that any language learning prints on the screen? and why?

1675


1.Mutating table

1372


how to display xisheet in list box in c# .net

1622


How to use string functions in QTP?give some examples

7111


3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....

1663


what are the missinschema properties and should we pass primary key in select command

1407


What are the Short cut Keys of Tally ERP?

1765


Plz sent me in .net 2.0 interview Question & answers?

1632