Page 1 of 1

ISPF panel calling a COBOL Program

PostPosted: Fri Jul 10, 2009 2:58 pm
by fanatik
HOW DO U IN A ISPF PANEL CALL A COBOL PROGRAM?

Re: ISPF

PostPosted: Fri Jul 10, 2009 5:08 pm
by expat
That depends on the type of panel you are using.
Can also be done in the REXX program that may or may not display the panel.

You need to give a lot more detail of your requirement before the correct advice can be given

Re: ISPF panel calling a COBOL Program

PostPosted: Sat Jul 11, 2009 1:15 am
by dick scherrer
Hello,

You need to give a lot more detail of your requirement before the correct advice can be given


And turn your CAPS off. . .

d

Re: ISPF panel calling a COBOL Program

PostPosted: Tue Jul 14, 2009 5:30 pm
by fanatik
Hi

Well lets say i have a panel which accepts values and from that panel it kicks off my cobol program which will display another panel in a report format.

Re: ISPF panel calling a COBOL Program

PostPosted: Wed Jul 15, 2009 2:39 pm
by expat
Then it will be the REXX program to invoke the COBOL program.

Look in the manual for the CALL statement

Re: ISPF panel calling a COBOL Program

PostPosted: Tue Jul 21, 2009 2:09 pm
by fanatik
Ta expat