|
View previous topic :: View next topic
|
| Author |
Message |
scorp_rahul23
New User

Joined: 06 May 2008 Posts: 96 Location: Delhi
|
|
|
|
| Can anyone please suggest if RRDS can be accessed in REXX. |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10902 Location: italy
|
|
|
|
NO.
REXX has no <builtin> access to VSAM
but there are external function packages that can do that
for <bulk> VSAM processing just repro to a PS file, process, and repro back to VSAM
but if You are authorized to install <free> software You can tale a look at
| Quote: |
| //*+File 268: REXX function package to access VSAM files * DOC FILE |
at cbttape.org |
|
| Back to top |
|
 |
Pandora-Box
Global Moderator
.jpg)
Joined: 07 Sep 2006 Posts: 1592 Location: Andromeda Galaxy
|
|
|
|
| or You can build a COBOL to access the vsam and pass the needed data to Rexx |
|
| Back to top |
|
 |
|
|