How to rename A1-A30 datasets into B1-B30 using macros?



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

Post New Answer

More Programming Languages AllOther Interview Questions

what is the software to run the GSM gate opener program

0 Answers  


how MATLSB software suitable for electrical branch? which tools are useful??

1 Answers  


I'm new to ABAP. What is Module pool in SAP?

0 Answers   TCS,


what is the difference between uservariables and systemvariables (in Environmental variables)???

0 Answers  


what is delimiter in sas ?

0 Answers  






write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

0 Answers   IBM,


how we define two jobs have same name??is it exist??

0 Answers   CTS,


which book we learned this mantis? how many version are realsed this mantis upto now?

0 Answers  


how to add Servlet-api.jar file into eclipse 3.3.2 ?

0 Answers   IBM,


which is the best institute for testing tools in hyderabad?

1 Answers  


How many packages available in java??

7 Answers   CTS,


What is SAP TAO? · Which Version you are using? · What is the Latest Version in SAP TAO? · What are the Advantages in SAP TAO? · What are the Patches required for SAP TAO? · What is BPT? · Difference between BPT & SAP TAO? · Which Framework using for SAP TAO? · What is CBASE? · What is the SAP TAO Architecture? · What are the Prerequisites for SAP TAO? · SAP Solution Manager Mandatory for SAP TAO 1.0? · SAP Solution Manager Mandatory for SAP TAO 2.X? · What is UI Scanner? · What is Inspector? · How many ways to Create a components using TAO 1.0? · How many ways to Create a components using TAO 2.x? · Which service pack required for SAP TAO 2.7? · What is Import/Export? · What is Consolidate?

0 Answers   Cognizant,


Categories