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

To create a new field on a Screen


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

New User


Joined: 05 Dec 2005
Posts: 7

PostPosted: Mon Apr 24, 2006 12:46 pm
Reply with quote

Hi

Can anyone let me know how to create a new field on a CICS screen as am new to it.

Thanks in advance.

SK.
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Mon Apr 24, 2006 3:19 pm
Reply with quote

Edit the existing map, add the new field, regenerate the physical and symbolic components of the map, new copy the new physical in the CICS region.

If the new field is a variable whose value is passed to/from the (host) program, then modify the program(s) using the map accordingly.

If the map(set) is generated using BMS macros, then to add the new field, one would have to use the appropriate BMS macros (DFHMDF alone in most cases) to add the new field.

If the map(set) is generated using tools like SDF, then the screen will have to be edited in the utility and the map regenerated.

Hope this helps.
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 Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
Search our Forums:

Back to Top