
Several REXX Batch Questions - Tek-Tips
Aug 8, 2007 · My question is about Running REXX in batch. 1) Currently I have the rexx coded to allocate the two input files and one output file in the rexx script using ALLOC command. I …
Date/Time Calculation - REXX | Tek-Tips
Oct 15, 2006 · Rexx routine to get a gdg generation create date. fossowat; Oct 2, 2009; REXX; Replies 1 Views 167. Oct 4 ...
Rexx coding for Scrollable Dynamic panels - Tek-Tips
Jan 22, 2007 · It implies that the scrolling is handled by the REXX application not the Panel. The SCROLL(ON) appears to allow scrolling info to be passed back to the rexx to then control the …
Delete duplicate records - REXX | Tek-Tips
Sep 12, 2003 · Have a huge file that with record length around 366. One field colume 1-20 has the name of a ticket in it. If the name of the ticket appears more than once in the file I want to …
Trapping PF keys in mainframes - REXX | Tek-Tips
Sep 19, 2001 · I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between 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 …
Stems and internal functions - REXX | Tek-Tips
May 3, 2004 · You have probably found a solution to this by now (August) but in case you are still interested, the following code works using IBM Object REXX on Windows XP. The code uses …
Julian Dates - REXX | Tek-Tips
Jan 24, 2003 · From OS/390 V2R10.0 TSO/E REXX Reference Julian date in the format: yyddd. Note: When used for date_format1, this option is valid when input_date is not specified. Based …
Invalid Syntax - REXX | Tek-Tips
Oct 22, 2001 · "A command entered or contained in a CLIST has invalid syntax." That's all my Rexx tells me. It appears to run correctly. The process is to From command line, enter TSO …
ISPEXEC vput and ISPEXEC vget - REXX | Tek-Tips
Sep 25, 2006 · Below I am giving a REXX program which is calling a macro, but I am not getting the expected output. Can anyone tell me whether the below statements are right. My problem …