Is it possible to throw ISPF panels from PL/I programs instead of REXX?
How to do that? Can you provide some examples please?
Please give reply ASAP.
Is it possible to throw ISPF panels from PL/I programs?
Moderator: Moderator Group
Is it possible to throw ISPF panels from PL/I programs?
========
Ranga...:-0)
========
Learn Which You Don't Know - Teach Others Which They Don't Know.
Ranga...:-0)
========
Learn Which You Don't Know - Teach Others Which They Don't Know.
Yes. You do it the same way you do in any other language.
You open an ISPF Edit session for the program source. You use the MODEL command in EDIT to show you the Model Classes. You should see a list of Model Classes for CLIST, COBOL, EXEC, FORTRAN, MSGS, PANELS, PLI, SKELS, PASCAL, REXX, DTL, C, SCLM, and ARCHDEF. You should selection Option 7 for PLI.
Next you'll see the PLI Language Models. Selecting Option D1 will paste the PLI code for the DISPLAY Service into your program. You take it from there.
You open an ISPF Edit session for the program source. You use the MODEL command in EDIT to show you the Model Classes. You should see a list of Model Classes for CLIST, COBOL, EXEC, FORTRAN, MSGS, PANELS, PLI, SKELS, PASCAL, REXX, DTL, C, SCLM, and ARCHDEF. You should selection Option 7 for PLI.
Next you'll see the PLI Language Models. Selecting Option D1 will paste the PLI code for the DISPLAY Service into your program. You take it from there.
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
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page