IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Populating the vales in CICS screen


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Zakir Ali

New User


Joined: 29 Jan 2008
Posts: 2
Location: Chennai

PostPosted: Sat Oct 11, 2008 6:47 pm
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
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Oct 11, 2008 9:59 pm
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: 475

PostPosted: Sun Oct 12, 2008 6:04 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top