Scroll logic implementation in DB2

Asked By 50 points N/A Posted on -
qa-featured

Hello. I am using DB2 and CICS. I want to develop scroll logic in DB2 and CICS. Can you tell me the procedure? Thank you in advance.

SHARE
Answered By 0 points N/A #141007

Scroll logic implementation in DB2

qa-featured

Scroll logic is different for different Operating systems. It depends on what type of software packages are you using with your current system that you have mentioned. However doing the following things can get you somewhere.

  1. First open up the help or the index of the DB2.
  2. Search for the scroll keyword throughout the index to see if there is any entry matching it.
  3. If the search gives you some results, then see what is scroll and how it can be implemented using the current system.
  4. It will give you some piece of information about its format and stuff like that. Follow it exactly as it is and do not change anything.
  5. Save the program and exit.

Related Questions