Joined: 09 Feb 2009 Posts: 1 Location: Chennai,Kolkata
Hi!..
I am trying to write a CICS+COBOL program which will show a report.
How to make it multipage.(just like F7 and F8 key pressed in ISPF editor).
Please someone help me.
Joined: 23 Nov 2006 Posts: 19270 Location: Inside the Matrix
Hello and welcome to the forums,
There is nothing automatic. You must write scrolling logic to move the data "forward" and "backward".
Most organizations have coding standards that are to be followed when writing such applications. Suggest you talk with one of your co-workers or your cics support for the preferred way of implementing scrolling in your code.