
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]
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 …
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 …
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.
How do you sleep on TSO Rexx? | Tek-Tips
Jan 24, 2007 · Hi, I'm using TSO Rexx on z/OS. What is the proper (most efficient) way to sleep for x seconds? I could write a loop that keeps checking the time, but that would take up a hell …
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...
Cursor positioning in ISPF panels using REXX | Tek-Tips
Dec 23, 2002 · Hi, I'm new to rexx and ispf panels. Could you please help me figure out how to position the cursor at a particular field on the panel, when invalid data is entered on the panel …
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 …
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 …
Rexx macros to view given member in a PDS | Tek-Tips
Jun 15, 2012 · Hi, I am new to REXX. I have the below requirement: In ISPF, we enter 3.4, ENTER and give the PDS name and enter, TYPE M or S to display the list of members and …