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 the function of DFHMDF BMS macro?

2 Answers  


What are the common cics service programs and explain their usage?

0 Answers  


How would you release control of the record in a READ for UPDATE?

2 Answers   IBM,


What is the difference between START and XCTL? How do you determine when to use either option?

2 Answers  


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

4 Answers  






What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

0 Answers   iGate,


whar is the difference bwn LINK() and XCTL()?

7 Answers   Cap Gemini, CGI, IBM,


What is the type of ppt in the cics?

0 Answers  


What is meant by an AICA ABEND?

0 Answers  


Which is the program which determines whether a transaction should be restarted ?

1 Answers  


Can you define mdt?

0 Answers  


Categories