
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]
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 …
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. All …
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.
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 …
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 …
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 …
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 …
Does REXX contain a means to set an alternate load Library?
Mar 2, 2004 · If I call the REXX program using batch JCL and specify the vendor library as the STEPLIB then everything is OK - the assembler program can find the vendor module via the STEPLIB DD …
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 …