Can any one write coding for scrolling logic or page up &
page down?
Answer / harsha
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 ? | 8 Yes | 6 No |
Explain how and where is the twa size set?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
Name some translator and compile options and explain their meaning?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
How do you terminate an already issued DELAY command?
What are the 3 common ways to create maps?
What is the access method used by DB2?
What is the meaning of the SYNCPOINT command?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Difference between TSQ & TDQ
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Mention one alternative aspect of CICS?