
CALLING MACRO IN BATCH | Tek-Tips
Jan 2, 2009 · I'm trying to run an edit macro from batch. Below is the JCL, edit macro, and REXX. It works online but not in batch. It appears the edit macro is not...
PDS member list details | Tek-Tips
Mar 30, 2001 · Hello, I am just a new to using REXX on the mainframe, and hence the following problem has me stumped: Does anybody know if REXX can get the PDS member details for a …
SUBSTR with Delimiter | Tek-Tips
Feb 27, 2006 · Hi group, Im pretty new to rexx-coding. I'm trying to substr 'JKLMN' from abc.def.ghi.JKLMN Is there a way to substr using "." as a delimiter?? Please advice on the ...
Date/Time Calculation | Tek-Tips
Oct 8, 2006 · Similar threads Need to find out the daset memebr name created date shuhaibk54 Jun 12, 2012 REXX Replies 9 Views 798 Jul 12, 2012 papadba
ISPF EDIT Macro | Tek-Tips
May 26, 2009 · Hi, I wrote a isredit macro which will be called from one of my Rexx exec. This rexx will open a member in pds and execute a macro. The macro should find a string and get …
refer to a function in another source file | Tek-Tips
Jul 19, 2011 · OK, I am a newbe to rexx (though a seasoned programmer in many other languages) but I will need to learn fast. I use Reginald to test concepts/create prototypes at …
Stems and internal functions | Tek-Tips
May 3, 2004 · I have done a bit of ObjectREXX development where you can pass stems and arrays between objects and that would just make things entirely too easy. Are IBM planning on …
Rexx for getting a attributes of datasets into a file | Tek-Tips
Nov 15, 2005 · Hi I have a requirements to give a search in my system to find out all datasets that are in tapes which in volume starting with V*. So first I need to get that list of datsets and then …
ISREDIT invoking | Tek-Tips
Jul 7, 2010 · ISREDIT is used to process the commands in the macro against the file you are currently editing. A macro can also be placed in the dataset selection panel and will be …
Find pds member searching a datset name | Tek-Tips
May 2, 2018 · I have zero experience with REXX on mainframe, but on other platforms (iSeries, Windows, Linux). If I want to execute the system command, then first I assemble it from …