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 |
How do i find out the number of parameters passed into function?
What is the Difference between in memory database and physical database
pleasew define carrier scope in abap (sap).
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
What are scrubbing procedures in SAS
Diff between IF and where ?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
How to create a new dataset only duplicate observations in proc sort procedure?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
Plz Show notepad Coding using c# in window based application