Description:
REXX for TSO List
|
|
|
RPF to REXX Question
|
| |
Hello List, A friend ask to me, and I don't know if this exist. So, I try find this here, because after some searches, can't find none. Anybody already saw a program that convert RPF to REXX ? Thanks very Much Sergio Lima Costa System Support Sao Paulo - Brazil Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.... more »
|
|
CALL a REXX program in COBOL
|
| |
Hello list, Can I use COBOL to execute a REXX program having the REXX source in a copybook ? Thanks for the help ! Atenciosamente, João Carvalho DSI-DSTS-DST-TAG * - mailto:joao.matos.carva...@cai xaseguros.pt "A mente é como um pára-quedas, só funciona se estiver aberta" (Thomas Dewar) P Antes de imprimir este e-mail pense bem se tem mesmo que o fazer. Há cada vez menos árvores... more »
|
|
z/OS 1.10 Features of interest
|
| |
This past several weeks, I've been updating all the courses I'm responsible for to reflect changes brought about by z/OS 1.10 in each course's subject area. Actually, z/OS 1.10, HLASM 1.6, and the new z10 machines are all converging at about this time. Since most folks don't get a chance to explore the new... more »
|
|
Rexx Stream-IO Function Package
|
| |
I am a new subscriber, so I appologize if this is a recent rerun: Does anyone out there know the current IBM.COM location for the Rexx Stream-io function package download? Thanks in advance, Tom Sims ------------------------------ ------------------------------ ---------- For TSO-REXX subscribe / signoff / archive access instructions,... more »
|
|
Verify function
|
| |
An interesting thing about Rexx is that there aren't really a lot of built-in functions, so it doesn't take long to learn most of them. Some I've never used before, though, but not because I didn't want to. I'm getting the jobname from a control block but in some cases (don't know why, don't too much care) it is all garbage. So I wanted to... more »
|
|
Pattern matching in rexx
|
| |
I've found myself in a position where I have to perform some filtering on a list. Essentially, I need to read a list of jobnames into a stem and pluck from that stem, every member which matches a pattern such as "L5%%D*P" where % substitutes for one character and an asterisk is a standard wildcard of 0 or more...... more »
|
|
IGD103I Message
|
| |
In REXX, when I use the ADDRESS TSO "ALLOC DA('"filename"') F(PARFILE) SHR" instruction, it generates a IGD103I message in the Output JOB. Can I prevent doing that. I'm asking because I'm running a REXX in Batch mode, and it produce more than 70.000 lines of this messages. Thank you in advance !... more »
|
|
Edit Macro Question
|
| |
I'm trying to write an edit macro in REXX to make a change to all lines that have a "$" in columns 1 and 5. I know I can "read" through the dataset (member) being edited with "ISREDIT (var) = LINE label", and process each line with REXX functions, and the rewrite each line. However, I'd really like to do it using EDIT... more »
|
|
How to ABEND in batch REXX
|
| |
I am writing a REXX program designed to be called from batch, with end-user input statements. If those statements fail validity checking, I'd like to issue diagnostic messages and terminate with a user abend. Is there a clean way to do that? Issue a user abend from REXX? I know I can run under IKJEFT1B, exit with a bad return code, it will be... more »
|
|
How to use ISPF and TSO Services in REXX exuted by JCL
|
| |
Hello List Can someone tell me how execute a REXX program in a JCL. This REXX uses ISPF and TSO services and when I execute it in a JCL, it returns error when I try to call this services. Part of the code is like this: ADDRESS ISPEXEC "LMINIT DATAID(inpds) DATASET('"dtsetpgm"') ENQ(SHR)"... more »
|
|
|