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

Document to designing ISPF Panels


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandrakanth_s

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Fri Mar 16, 2007 9:39 pm
Reply with quote

Hi

Could you please send document or link which explains to create Panels.

Chandra
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 16, 2007 9:51 pm
Reply with quote

z/OS V1R7.0 ISPF Dialog Developer's Guide.

/OS V1R7.0 ISPF Services Guide.

z/OS V1R7.0 ISPF Edit and Edit Macros specifically, the chapter on using EDIT models.
Back to top
View user's profile Send private message
chandrakanth_s

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Sat Mar 17, 2007 3:08 am
Reply with quote

Hi,

Thanks for the link.

I also need document which explains how to create Rexx Panels. Through Panels I need to submit jobs. I would like to have information on how to call Panels through Rexx program.

Regards,
Chandrakanth
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Mar 17, 2007 4:19 am
Reply with quote

chandrakanth_s wrote:
I also need document which explains how to create Rexx Panels. Through Panels I need to submit jobs.


There's no such thing as "Rexx Panels"*. Maybe I'm wrong, but I think you're talking about File Tailoring Skeletons, which are described in the Dialog Developer's Guide in the link above.

* Although, there is a *REXX Statement in a panel definition that defines a Panel REXX dialog.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Mar 18, 2007 10:00 am
Reply with quote

ISPF Panels are written in their own "language" (either the "old" language or the "new" DTL).

You can display ISPF panels using any language that can invoke ISPF services, like COBOL, REXX, C, Assembler, NATURAL etc.

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

New User


Joined: 17 Mar 2007
Posts: 29
Location: USA

PostPosted: Fri Mar 23, 2007 1:21 am
Reply with quote

The ISPF Dialog Manager is very powerful. You should also become acquainted with edit macros. Its services can be used to create simple as well as complex applications. The entire ISPF/PDF environment uses the facilities. File Tailoring is the common approach for generating JCL or other datasets. It can be combined with other services.

You need to become familiar with the Dialog Test Facility (Option 7 from the ISPF main menu). Dialogs can be debugged using any interactive debugger and you can combine the debugger with Dialog Test Facility.

You will appreciate how a Dialog application can be integrated with DB2, VSAM or other IBM file structures and supports numerous programming languages (as previously indicated)!

Persistence is the key!

tim
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Is there a way to close VSAM files us... CICS 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top