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 |
What is the attribute byte?
Name at least one of the ways by which a transaction can be terminated?
what is psuedo conversation?
What does a cics translator do?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
What is the difference between START and XCTL ?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the meaning of the enq command?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
What is the difference between link xctl?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?