Can we use both FSET n FRSET together in BMS?
And if yes then what will happen?

Answers were Sorted based on User's Feedback



Can we use both FSET n FRSET together in BMS? And if yes then what will happen?..

Answer / rajesh dutta

yes, frset in dfhmsd macro which will make all fields
present in the mapset, mdt value to 0 and fset in dfhmdf
macro which set the mdt value of that field to 1.fset
oversides frset.

Is This Answer Correct ?    13 Yes 0 No

Can we use both FSET n FRSET together in BMS? And if yes then what will happen?..

Answer / kotegar

well, Rajesh ans is perfect.

Is This Answer Correct ?    0 Yes 0 No

Can we use both FSET n FRSET together in BMS? And if yes then what will happen?..

Answer / karthik

1. In the Mapset definition mention FRSET , all the fields
MDT tags will be reset to 0
DFHMSD CNTL=(FREEKB,PRINT,FRSET)
2.MDT Can be set to 1 in the MAP field definition,
DFHMDF ATTRB = (prot,FSET)
3. MOVE DFHBMSFE to attribute field, before sending the map
4. mention FSET in the Send command itself
EXEC CICS SEND MAP(XXXXX) MAPSET(XXXXXX)FROM(YYYY)FSET
RESP(WS-RESP)
END-EXEC

Is This Answer Correct ?    0 Yes 0 No

Can we use both FSET n FRSET together in BMS? And if yes then what will happen?..

Answer / guest

I am assuming FRSET was specified when you are sending map,
in that case all fields mdt TAG is reset.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More CICS Interview Questions

How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)

4 Answers   HSBC,


Which is the macro used for making an entry in the PPT

1 Answers  


What information can be obtained from the EIBRCODE?

1 Answers  


How do you fire a batch job from a CICS transaction ?

2 Answers   TCS,


Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  






Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

2 Answers   TCS,


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


What is the meaning of the enq command?

0 Answers  


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


Explain the function of the terminal control table?

0 Answers  


Sync points cannot be requested by the application programs? State true or false

0 Answers  


Categories