Reg Scroll back Logic @ Dick Brenholtz

About CICS and BMS - In this Mainframe Forum - You can post your queries on CICS

Moderators: DikDude, Natarajan, Moderator Group

Post Reply
krispp3mar
Member
Posts: 5
Joined: Tue Jul 12, 2011 7:41 pm

Reg Scroll back Logic @ Dick Brenholtz

Post by krispp3mar » Tue Jul 12, 2011 9:09 pm

Am not saving the entire array. Am saving only the occurrence which I need to read.

Say for eg my array is like below

AREA TYPE ZONE WORK-NO USERID

1 4 G2 006 1586
1 4 G2 006 1530
1 5 G2 005 1945
1 5 G3 000 1864
1 2 G6 1765
1 5 G6 004 7689
******************************** I need to display the type zero first and its in the last part of array
1 0 Z1 003 1598
1 0 Z2 005 1578
1 0 Z2 005 4598



My Map would be

ZONE TYPE WORK USER ID (heading in map is default) Its desinged in map itself
Z1 Type 0 010-020 (data taken from file)
3 1598
SPACE when zone changes
Z2 Type 0 020-030 (data taken from file)
5 1578
4598
SPACE when zone changes
G2 Othr typ A01- A02 (data taken from file)
Type 4 6 1586
1530(displayd since the ID is of same type)
Type 5 5 1945
SPACE when zone changes






Like wise the screen goes. We cant predict how many occurrences will come in one screen since that depends on zone changes and no.of associates in the zone.

For scroll forward I need to set flag since my each line of map is different and should be populated as per data.

If there is any way to do F7 for this dynamically changing screen(according to data)
Poornima. K

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others