
Sample REXX Code for JCl Submission | Tek-Tips
Jul 27, 2005 · Can I get sample REXX code for JCL Submission, in which I can bypass the steps (Conditonal Overrides) [email protected]
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...
VGET - JCL | Tek-Tips
Feb 13, 2007 · Hello Everyone, I have a problem using VGET. I have two REXX codes, I am submitting the second REXX (batch mode) using the first REXX. I want to pass few values to …
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 ...
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 …
refer to a function in another source file | Tek-Tips
Jul 10, 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 …
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 …
REXX with LISTDS | Tek-Tips
Feb 23, 2005 · I need a REXX exec to run in a batch TSO job to do a LISTDS and show the DSN and the allocation type, and number of tracks. Example: LISTDA ZJWS002.DATA.FILE …
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 …
Write dataset | Tek-Tips
Apr 13, 2009 · Hello, I am trying to write into a dataset with a rexx program.