
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]
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 …
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...
Rexx coding for Scrollable Dynamic panels | Tek-Tips
Jan 22, 2007 · I'm trying to write a rexx application to display variable output. I was hoping that defining a panel with a dynamic area,which was scrollable, would allow the panel to navigate …
Using REXX to get data where the cursor is positioned
Jul 19, 2011 · I am trying to write a rexx macro that can be used on any TSO panel and will pull the string where the cursor is positioned. I want it to pull the data from the first blank to the last …
Using Rexx how can I read and write to a member | Tek-Tips
May 15, 2003 · I'm trying to read a record from a member (Like "This is a Test), and then write the record to a new member. However, it seems that the Rexx code converts the text into upper …
Passing Stem Variables between Rexx execs | Tek-Tips
Oct 10, 2002 · How do you create a stem variable in a rexx module to be used by another rexx module? I tried "call xxx (stem.)" and "stem.=xxx ()" but it didn't work. btw, this is in TSO Rexx.
Cursor positioning in ISPF panels using REXX | Tek-Tips
Dec 23, 2002 · In the rexx, I check if the membername (&pname) exists in the dsn (&ploc) by using the sysdsn function. If the member is not found then I need to position the cursor at the …
Date/Time Calculation | Tek-Tips
Oct 8, 2006 · Does anyone have a routine to calculate the number of hours between two dates and times?
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 …