Ezyedit selsection panel

Ask/Clarify the questions on TSO, CLIST & REXX

Moderators: Veera, Moderator Group

Post Reply
jumana haseen
Member
Posts: 6
Joined: Thu Jul 30, 2009 3:12 pm
Location: Bangalore

Ezyedit selsection panel

Post by jumana haseen » Sat Sep 19, 2009 8:11 pm

Hi All,

Iam new to REXX and need help...

My requirement is as below.

If i enter a member name and a dataset name in the panel, then the dataset shd be opened with that particular member.

And also i need a logic for handling member name less than 8 characters.

Please help...
Jumana

MrSpock
Active Member
Posts: 273
Joined: Wed Jun 27, 2007 5:37 pm

Post by MrSpock » Mon Sep 21, 2009 12:35 am

This sounds like something that would be coded using ISPF, ISPF Services, and maybe an ISPF Edit Macro, not REXX. I don't know of any REXX or TSO commands or functions to do what you want.

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Mon Sep 21, 2009 2:51 pm

Hi Jumana,

Do You mean

Dataset Name : xxx.yyyy.zzzz

Mamber Name: xyz123

Then, xxx.yyyy.zzzz(xyz123), should be opened for edit/browse/view mode????

In that case, a simple REXX code can be written or you can use
EPDF 'xxx.yyyy.zzzz(xyz123)' view/edit option to do the same!!

Thanks,
Chanti

jumana haseen
Member
Posts: 6
Joined: Thu Jul 30, 2009 3:12 pm
Location: Bangalore

Post by jumana haseen » Mon Sep 21, 2009 5:48 pm

Hi All.

Thanks for the reply..

I want to display a panel similar to 3.4 option.

For example,

E XXXX.ISPF.PANELS

So this would open all the members in the dataset.

Similarly i want to open a dataset with a specified member only.(This is my requirement) similar to 3.4.

After that, i can open the member in edit/view/broswe mode.

I think that can be done by ISPF Service, but not sure how to do it.

Please help..

Thanks,
Jumana

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others