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

How to force a field to be FRSET in an application program?


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

New User


Joined: 28 Oct 2006
Posts: 6

PostPosted: Thu Mar 29, 2007 12:39 pm
Reply with quote

Hi,
I have declared all the input fields in the map with FSET attribute. Now, at some point in my application program, i need to force all the field to be FRSET. Please let me know the BMS constant which has to be moved to the attribute field
Back to top
View user's profile Send private message
dineshness

New User


Joined: 25 Dec 2006
Posts: 63
Location: Perambalur

PostPosted: Thu Mar 29, 2007 11:19 pm
Reply with quote

Normally FRSET is either coded in the BMS map definition macro DFHMDI or specified in the SEND MAP command.

Quote:
Please let me know the BMS constant which has to be moved to the attribute field.


Attribute variable of a field can not be used in setting FRSET as it turns off the MDT for all the input fields in a MAP when the map is sent.

Please refer to the Chapter 34 of "CICS Application Programming Guide" for complete details.

Dinesh.
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 Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top