Is it possible to throw ISPF panels from PL/I programs?

Post your questions on PL/I.

Moderator: Moderator Group

Post Reply
User avatar
rangab
Active Member
Posts: 56
Joined: Fri Mar 17, 2006 3:21 pm

Is it possible to throw ISPF panels from PL/I programs?

Post by rangab » Wed Mar 22, 2006 3:04 pm

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.
========
Ranga...:-0)
========
Learn Which You Don't Know - Teach Others Which They Don't Know.

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

Post by MrSpock » Thu Aug 20, 2009 11:55 pm

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.

academyindia4

Topic deleted by Admin

Post by academyindia4 » Tue Jan 19, 2016 12:51 pm

<< Content deleted By Admin >>

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