Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Populating the vales in CICS screen

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Zakir Ali

New User


Joined: 29 Jan 2008
Posts: 2
Location: Chennai

PostPosted: Sat Oct 11, 2008 6:47 pm    Post subject: Populating the vales in CICS screen
Reply with quote

Hi,

I need a clarification in populating the fetched column in a table to the screen. Consider screen consists of 75 fields to which i have to populate the fetched 60 records.

If I open a cusor and fetch the column, all the needed records will be fetched. Need clarification to populate the values to output fields or to the screen.

Thanks.
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8644
Location: 221 B Baker St

PostPosted: Sat Oct 11, 2008 9:59 pm    Post subject:
Reply with quote

Hello,

MOVE the values from the host variables to the screen fields, then throw the screen to the user.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 209

PostPosted: Sun Oct 12, 2008 6:04 am    Post subject:
Reply with quote

Quote:
Need clarification to populate the values to output fields or to the screen


As Dick says, move the record fields to the screen map fields.
AND perform CICS SEND MAP.

IN cobol:

MOVE RECORD-FIELD TO MAP-FIELDO.

EXEC CICS SEND MAP(MAPNAME) MAPSET(MPSETNME)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1