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 |
Name a few CICS programs which are generally used ?
How ENQ and DEQ used in CICS?
Use of DFHCOMMAREA in cics
Define primary objective of cics?
what is psuedo conversation?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
what is the most common way of building queue-id of a tsq?
Explain the term ?MRO? (Multi Region Operation)?
Explain the difference between start and xctl?
What is the function of the Terminal Control Table(TCT)?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??