Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISPF Dialog Manager 1

Status
Not open for further replies.

kregen

Programmer
Apr 3, 1999
10
DE
Hello,
i'm searching for a good documentation

for ISPF with REXX

cu
kai
 
Hi kregen,

IBM provides really good redbooks:

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/LIBRARY[/URL]


For example:

OS/390 V2R10.0 ISPF Dialog Developer's Guide and Reference

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPDGD04/CCONTENTS?DT=20000717151307[/URL]

OS/390 V2R10.0 ISPF Edit and Edit Macros

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPEDT04/CCONTENTS?DT=20000712131031[/URL]


OS/390 V2R10.0 ISPF Services Guide

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPSER04/CCONTENTS?DT=20000712152926[/URL]


OS/390 V2R5.0-V2R7.0 ISPF Examples

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPEXA02/CCONTENTS?DT=19981119125546[/URL]

If you are on { MVS | OS/390 | z/OS }
you surely know the model command while in ISPF-Editor, don't you?

Use "model class rexx" as primary command (while editing!)
and then e. g. "model after .zf".

There will appeaer a panel, from which you can choose the ISPF-Service that you want to invoke. ISPF will provide some code-models with syntax and meaning.

Have fun!

ps: Sorry for the [ignore]
Code:
[/ignore] tags, but unfortunately this board has no [ignore][/ignore] tags.
 
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top