Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

finding the member nama or dataset name currently editing

Status
Not open for further replies.

niru4u

Programmer
Dec 4, 2006
3
IN
Hi,

The requirement is I have to write a macro which will give the dataset name , which I am editing. I found the following code from a website, but it is not working, can somebody sujjest me , whether I need to do any change.


/********************REXX***********************/
ADDRESS ISREDIT "MACRO PROCESS"
ADDRESS ISREDIT "(PGMLIB) = DATASET"
SAY "THIS IS THE FILE YOU ARE EDITING " PGMLIB
ADDRESS ISREDIT "(MEMBER) = MEMBER"
SAY "THIS IS THE MEMBER YOU ARE EDITING " MEMBER

 
The macro looks correct.
Are you getting an error message when you use the macro?
 
You probably don't need the "PROCESS'...


Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top