About 50 results
Open links in new tab
  1. 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]

  2. 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 member in a …

  3. 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...

  4. 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 pname field on …

  5. 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 up and down …

  6. 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 the second REXX. …

  7. 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 blank.

  8. 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 then select E or B or …

  9. 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.

  10. 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 case …