
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...
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...
Trapping PF keys in mainframes | Tek-Tips
Sep 19, 2001 · I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between the …
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 …
How to read the content of pds member one by | Tek-Tips
Sep 6, 2012 · I need to write the rexx code for reading the content one by of pds member.for example, I have pds with member abctds.join.studen (list),I need to print the value one by one …
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 724 Jul 12, 2012 papadba
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...
How to invoke ISPEXEC EDIT without displaying the panels
Jul 26, 2006 · I have a REXX exec that I am using to process every member of a PDS to do search and replace. However, when I invoke the EDIT command so I can run the edit macros …
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 …
How to write variable length records? | Tek-Tips
Apr 8, 2008 · After 16 years away from REXX, I have an assignment to do, and of course, a problem. The last problem, not getting any data in my output file took me an hour to find the …