Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can any one write coding for scrolling logic or page up &
page down?



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

Post New Answer

More CICS Interview Questions

I have to run a select query on DB2 table and show its data on CICS map. Please tell me.

2 Answers  


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers   IBM,


How to prevent user to access a screen directly from cics Native screen by using Trans Id?

2 Answers   IBM,


What is temporary storage?

1 Answers   IBM,


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


how can we display negative sign in a map?

2 Answers   TCS,


Can you define attribute byte?

0 Answers  


How vsam files are read in cics pgms?

0 Answers  


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


Explain how do you control cursor positioning?

0 Answers  


Which is the EIB field that gives the date when a task was started?

1 Answers  


Categories