View previous topic :: View next topic
|
Author |
Message |
chandraBE
New User
Joined: 02 Feb 2010 Posts: 44 Location: Bangalore
|
|
|
|
Can you please explain me how to pass a file name or a string from the rexx routine to the file-Aid browse option. |
|
Back to top |
|
 |
expat
Global Moderator

Joined: 14 Mar 2007 Posts: 8797 Location: Welsh Wales
|
|
|
|
Not without you telling us exactly what it is that you are trying to do, and why also helps to suggest better solutions. |
|
Back to top |
|
 |
chandraBE
New User
Joined: 02 Feb 2010 Posts: 44 Location: Bangalore
|
|
|
|
Hi expat,
In the SDSF spool or while I am in ISPF edit/View panel when I open the JCL, I can quickly open the datasets used in JCL, using a REXX macro. I have developed RExx routine where in the panel I will list few options which I can perform against the dataset. ex. View, browse, delete etc. I am able to start ISPF 3.4 option for the view/browse with Dataset name automatically populated in Dsname Level.
I need same in the File-Aid. i.e when I select some option it directly need to open the dataset using File-Aid.(Because I cant open VSAM dataset using 3.4 option).
Currently I use
ADDRESS "ISPEXEC"
"SELECT PGM(ISPSTRT) PARM(B;F;1) "
But the dataset name will not be populated directly in this. I wanted to pass the dataset name here.
Regards,
Chandrashekhara K. |
|
Back to top |
|
 |
chandraBE
New User
Joined: 02 Feb 2010 Posts: 44 Location: Bangalore
|
|
|
|
Hi,
Any help on this please?
Regards,
Chandrashekhara K |
|
Back to top |
|
 |
Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8692 Location: Dubuque, Iowa, USA
|
|
|
|
Have you raised this issue with File Aid's vendor? If not, that certainly should be the first place you start. |
|
Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6250 Location: Mumbai, India
|
|
Back to top |
|
 |
|