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

How can I open a VSAM file in Fileaid using REXX?


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
comp_ashok

New User


Joined: 30 Nov 2007
Posts: 15
Location: India

PostPosted: Tue Jan 13, 2009 3:16 pm
Reply with quote

How can I open a VSAM file in Fileaid using REXX?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jan 13, 2009 3:35 pm
Reply with quote

How do you do that without REXX?

O.
Back to top
View user's profile Send private message
comp_ashok

New User


Joined: 30 Nov 2007
Posts: 15
Location: India

PostPosted: Tue Jan 13, 2009 3:43 pm
Reply with quote

For that we go to fileman or fileaid in TSO and open it in View or Edit mode.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jan 13, 2009 9:48 pm
Reply with quote

Hello,

You may get more usable replies if you explain what you are trying to accomplish. . . .

If you launch FileAid via some rexx code, you will still have launched FileAid. . . icon_confused.gif
Back to top
View user's profile Send private message
comp_ashok

New User


Joined: 30 Nov 2007
Posts: 15
Location: India

PostPosted: Wed Jan 14, 2009 11:59 am
Reply with quote

I am making a REXX tool. I am fetching the Physical Name of DSN.
eg. A='"PRD.KSDS.TEST"'

If now I use command LISTDSI(A), I can have the Organization of the file.

In case if SYSDSORG variable has a value of 'VS', I want to open the file in Fileaid.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jan 14, 2009 2:40 pm
Reply with quote

It seems strange to develop a tool which invokes a proprietary tool? Have you considered the freely-available RXVSAM interface? This allows REXX applications access VSAM files. Google RXVSAM for more information.

Garry.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 14, 2009 2:45 pm
Reply with quote

in a properly customized ISPF environment from a 3.4 screen

using a B ( browse command ) in front of any dataset will invoke the appropriate program for the function requested

for vsam browse You could use ditto or IBM filemanager if installed
Looking at the appropriate ISPF and fileaid docs You should be able to make
fileaid the default browse application for vsam dataset
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top