Description:
REXX for TSO List
|
|
|
Any LOGREC Code Snippets Out There?
|
| |
Hi,
I have a need to summarize Logrec data based on UCB. So I only care about
hardware records (for now).
If anyone has any pointers - that will be helpful. I am also looking at a
SAS/MXG solution as well.
What I need in my report is the following
Date Time UCB Type Event... more »
|
|
Another efficiencies question
|
| |
It's a small thing, but I do it pretty often so I'm curious about which way is more efficient: I often have to read a dataset with between .5M and 1.5M records (say 100 cylinders), and multiple record types. Usually what I want is only a small subset of the records, so my logic looks like this:... more »
|
|
REXX and SMF
|
| |
Interesting article in IBM Systems Magazine
[link]
Albert
VERLAGSGRUPPE WELTBILD GMBH
Sitz der Gesellschaft: Augsburg
Handelsregister Augsburg HRB 6035 Ust-ID-Nr: DE 127501299
Geschäftsführung:
Carel Halff (Vorsitzender), Dr. Martin Beer... more »
|
|
Getting a list of Datasets from Masks
|
| |
I know there are a couple of ways to do this. Since I have not been successful in the last month, I thought I would ask for some suggestions.
I want to create a REXX/ISPF app that will take in a LIST of Datasets that can be masked
A.B.C
A.**.C
A%%.*.D
And so forth.
I then want to get the list of all datasets under the masks to... more »
|
|
Need assistance with converting Assembler code to Rexx
|
| |
I have an assembler program I am converting to Rexx that issues the following:
SP LASTEXDT,=P'1' SUBTRACT 1 DAY Against a field defined like this:
LASTEXDT DS PL8 This is packed Decimal data. How would I go about doing the same thing in Rexx?
John Trimble, CISSP... more »
|
|
LISTDSI for tape datasets
|
| |
In a batch job, in a REXX program, given a DDname found in the JCL, I can invoke LISTDSI as follows to obtain the DSN for that DDname:
X = LISTDSI(ddname FILE)
But LISTDSI in general and this code in particular fails when the DSN is for a tape dataset.
Is there any equivalent REXX-invokable command that will provide the DSN in the JCL for a tape dataset?... more »
|
|
INFO TSO-REXX
|
| |
Thanks,
Harold Mains
California State Controller's Office
ISD Enterprise Systems Support
Phone (916) 324-7284
------------------------------ ------------------------------ ----------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX... more »
|
|
COBOL calling REXX
|
| |
What code is required in a COBOL program to call a REXX exec? One data item needs to be passed to the REXX and two different data items returned to the COBOL program.
What code is required in the REXX exec to be called from the COBOL program above and handle the data items?
Thanks,
Harold Mains... more »
|
|
better parsing algorithm?
|
| |
I need to process some data which is generated on UNIX. The data is
in tab separated format. That is, each element is separated by a tab
(x'05' in EBCDIC). What I'm doing is similar to:
tab='05'x
/* assume data is in non-stem variable data */
/* I will put each value in data.n where n starts at 1 */... more »
|
|
|