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

CICS-difference b/w FSET and FRSET


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

New User


Joined: 03 Aug 2005
Posts: 23

PostPosted: Thu Aug 18, 2005 6:20 pm
Reply with quote

Hi folks,
What is the difference between fset and frset?
Back to top
View user's profile Send private message
eashwar

New User


Joined: 21 May 2005
Posts: 26
Location: Bangalore

PostPosted: Thu Aug 18, 2005 8:16 pm
Reply with quote

FSET and FRSET both are the concepts related to the BMS.

FSET is Fieldset is used in the ATTRB parameters of the field definition of the BMS maps(DFHMDF)
FRSET is Field Reset is used in the CNTL parameters of the map definition (DFHMDI) or mapset definition(DFHMSD)

FSET sets to the related flag bit (7th bit of Attribute character) to 1.
if you dont give this in the attrb of the dfhmdf the seventh bit( or last bit) of the attribute character is set to zero this means that the particular field is not modified by the end user, and if the enduser is entered some data in that particular field this bit will be set to 1, with out giving the FSET in its attrb parameters.

this option is very useful in setting the MDT to set on so that while receiving the map all the fields which have been given FSET are recived irrespective of their modification at the terminal by the end user so that the mapfail condition could not occur.

FRSET does nothing but resets all the fields attribute characters of the maps to 0.
Back to top
View user's profile Send private message
Kavitha Palani

New User


Joined: 16 Nov 2005
Posts: 8

PostPosted: Wed Nov 23, 2005 4:20 pm
Reply with quote

FSET specifies that the modified data tag should be turned on before the map is sent to the screen. FRSET turns off
the attribute byte; it's used to transmit only changed data from the terminal.
Back to top
View user's profile Send private message
appasi

New User


Joined: 12 Dec 2005
Posts: 20
Location: Bangalore

PostPosted: Thu Dec 15, 2005 7:04 pm
Reply with quote

Hi,
FRSET is used in either DFHMSD or DFHMDI for making
MDT off for all the fields used in the map.

FSET is used in DFHMDF to make MDT on for that particular field
only
Back to top
View user's profile Send private message
vinodmaanju

New User


Joined: 10 May 2005
Posts: 28
Location: Pune

PostPosted: Thu Dec 29, 2005 12:01 pm
Reply with quote

FSET means the MDT will always be on and applicable only particular field foe which it has been defined.

FRSET means the MDT will be off but if u make any change in any field than it will be on and it minimize unnecessary traffic and applicable for MAP or MAPSET.
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