
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 …
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...
ISPEXEC vput and ISPEXEC vget | Tek-Tips
Sep 25, 2006 · Hi, I want to know what is vput and vget statements and how to use it in a REXX program. When i tried using the following lines in my REXX program, i was...
Sending an Email from a z/OS REXX | Tek-Tips
Nov 21, 2003 · Hi I have a need to send an email from a z/OS REXX EXEC. I have the USS environment set up and can happily send an email in batch (using PGM=AOPBATCH), …
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 752 Jul 12, 2012 papadba
Creating an allocation with variable DSN (on zOS) | Tek-Tips
Jan 6, 2009 · REXX routine to strip out the journal, that fires off another job. As the other job can be different for each file, I can hardcode the Journal backup GDG in that JCL.
How to find updated members | Tek-Tips
Jan 18, 2008 · Which function can return me this user id in my Rexx Program. Once again thanks. I dont need the code, I am just trying to learn use Rexx in sync with TSO/ISPF services. Any …
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 …
How to pass value from one program to another | Tek-Tips
Jun 12, 2012 · Hi, I am pretty new in the rexx coding I have a requierement to pass value from one to another program can any one help me out on this ..i tried to wite...