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

CICS dynamic filed movement using map/page


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

New User


Joined: 29 Nov 2011
Posts: 1
Location: INDIA

PostPosted: Thu Apr 10, 2014 4:25 pm
Reply with quote

Hi all,

I have requirement like am having 100 fields. I need to display the particular fields from the 100 based on customer requirement in a screen. for example if a customer select 20 fields then, i need to populate the selected field and i need to receive the value for corresponding selected field. so how can i proceed. whether we have any option to use in map/page. please advice.
Thanks in advance.

Regards,
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: Thu Apr 10, 2014 7:03 pm
Reply with quote

Hello and welcome to the forum,

Rather than one do-it-all screen, suggest you consider multiple screens and the user picks which of these better meets their need.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3049
Location: NYC,USA

PostPosted: Fri Apr 11, 2014 1:18 am
Reply with quote

Muthu,

A web enabled apps have this capabilities of what you asked for and BMS would not be capable of doing that as exactly as you expect.

Please refer to below posts for more information

1) ibmmainframes.com/post-88454.html
2) ibmmainframes.com/about35248.html

However, still if this needs to be done then you can try suggesting the optimised way like,

1) Suggest you to make the combination of fields per MAP (call it as combination-1)
2) Create as many as you need as per the combinations required as per the application requirement or get that informations from the users and name those combinations(MAP) 2,3,4 and so on....
3) Now approach would be to send a screen which says about these combinations with numbers asking users to select a specific number to enter
4) Now Receive that number and then based on the number entered Send the corresponding MAP and carry on your further processing

Note: you may also look at below link for latest changes or capabilities which might be useful,

publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=%2Fcom.ibm.cics.ts31.doc%2Fdfhp3%2Fdfhp3ol.htm
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 Using Dynamic file handler in the Fil... COBOL Programming 2
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
Search our Forums:

Back to Top