suppose u want to pageup and page down into the bms
screen , for that wat u wud do into the cics application
program?



suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics a..

Answer / sushree sucharita mohanty

First of all store the entire set of data in a TSQ. now
when the first time the screen is invoked, read the first
set of lines that should appear in the detail lines.
Send MAP with the data.

now, check the PF key of attention identifier invoked,
DFHPF8 - page down, then reneter the program by issuing a
Exec CICS RETURN command invoking the same transaction, and
read the next set of data from TSQ and sending accross to
the screen.

You can define a variable in the Working storage section
which holds the number of data read from TSQ and this can
be passed accross through COMMAREA, which can form the
staring point for reading next set of data from TSQ.

Regards,
Sushree

Is This Answer Correct ?    27 Yes 5 No

Post New Answer

More CICS Interview Questions

What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?

1 Answers  


Explain the different system tables used in cics?

0 Answers  


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


What are the types of the dfhmdf present in the cics?

0 Answers  


What is an ASRA?

2 Answers   IBM,






Can you use occurs in bms map?

0 Answers  


Why do we need integrated cics translator?

0 Answers  


What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.

3 Answers   Patni,


How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?

1 Answers   IBM,


Can we use both FSET n FRSET together in BMS? And if yes then what will happen?

4 Answers  


What do you mean by CEMT?

0 Answers  


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


Categories