write the logic for PAGEUP and PAGEDOWN by using psuedo
conversatation technique?
Answer Posted / ak
Coding is not possible in this forum. Here is the logic.
Suppose you want you display 10 items at a time on the
scren.
1 Declare an array of occurance 10.
2 Read-Next the file and load the records on Array.
3 Send data in the to screen.
4 If user pressed PF8. Take the last record(i.e. 10th in
our case) and perform READ-NEXT from last record onwards.
Store the records on array and send them to screen.
5 If user pressed PF7. Take the last record(i.e. 1st in our
case) and perform READ-PREV from first record onwards.
Store the records on array and send them to screen.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the syncpoint command?
What is the pic clause for the data type of length option field type of data fields?
In a CICS program, how will you read a VSAM file?
Explain how do you establish a starting position in a browse operation?
Can you define attribute byte?
Name the 3 common ways to create maps?
What is cics load command?
Define an asra?
Explain the difference between link xctl?
What is the meaning of the enq command?
What is the comaera?
what are the differences between and exec cics xctl and an exec cics link command?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
how do you fire a batch job from a cics txn ?
Explain the difference between intra partition tdq and extra partition tdq?