
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) manish_igs1@yahoo.com
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 …
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 …
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.
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 - convert COBOL layout to Easytrieve+ | Tek-Tips
Jun 10, 2003 · Hi, Has anyone got any REXX exec that will convert any standard Cobol record layout(i.e copybook as usually known) to a format that can be used in easytrieve. Rgds
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 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 …
How to read the content of pds member one by | Tek-Tips
Sep 6, 2012 · I need to write the rexx code for reading the content one by of pds member.for example, I have pds with member abctds.join.studen (list),I need to print the value one by one which are all …
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...