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 CICS command that is used to receive the un- formatted data from the terminal?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What is an ASRA abend ?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Explain the difference between getting the system time with eibtime and asktime command?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What is the function of the Terminal Control Table(TCT)?
What is the access method used by DB2?
hi,what is the module? how many modules in mainframe based banking projects
Add a field to screen when what's the flow of impact?