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. File operations in REXX | Tek-Tips

    Mar 2, 2005 · I was facing a problem while executing a small piece of code written in REXX on Mainframes which had file operation functions like LINES (),LINEIN () and...

  3. 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 field? Here is a …

  4. 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 of a lot of …

  5. Passing Stem Variables between Rexx execs | Tek-Tips

    Oct 10, 2002 · The whole process isn't as easy as you would think it is. If you want to simply read the variables then it is pretty much a case of passing them to the called (external) subroutine. The …

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

  7. Rexx for getting a attributes of datasets into a file | Tek-Tips

    Nov 15, 2005 · Hi I have a requirements to give a search in my system to find out all datasets that are in tapes which in volume starting with V*. So first I need to get that list of datsets and then get the …

  8. Using the REXX Parse command with a text delimited file

    Nov 6, 2013 · Good morning all, After years of using the ProComm app for building scripts I have finally moved across to Zoc Terminal due to the need to use SSH connection. I have only started to play …

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

  10. Rexx and Leading Zero's | Tek-Tips

    Feb 28, 2008 · Hi, I am writing out a number to a file that has a leading Zero eg. 01,02,03 etc only the leading zero is being dropped so I get 1,2,3 which is not what I require. Whats if any code can I put in …