IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is it possible to Read a RRDS file Using REXX functions


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
scorp_rahul23

New User


Joined: 06 May 2008
Posts: 96
Location: Delhi

PostPosted: Wed Apr 24, 2013 7:24 pm
Reply with quote

Can anyone please suggest if RRDS can be accessed in REXX.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10902
Location: italy

PostPosted: Wed Apr 24, 2013 7:27 pm
Reply with quote

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
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Apr 24, 2013 7:44 pm
Reply with quote

or You can build a COBOL to access the vsam and pass the needed data to Rexx
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts REXX to get all Dataset names from a ... CLIST & REXX 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts Instream REXX? JCL & VSAM 13
Search our Forums:


Back to Top