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 |
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
What is temporary storage?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
how can we display negative sign in a map?
Can you define attribute byte?
How vsam files are read in cics pgms?
Explain the various ways data can be passed between CICS programs.
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Explain how do you control cursor positioning?
Which is the EIB field that gives the date when a task was started?