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

In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  


Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)

2 Answers  


What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


What is the attribute byte?

2 Answers   IBM,


Explain the function of the cics translator?

1 Answers  


How do you handle errors in CICS pgms ?

1 Answers   IBM,


how do you fire a batch job from a cics txn ?

1 Answers   IBM,


What is the pcp in the cics?

1 Answers  


What is Quasi-reentrancy?

2 Answers   IBM,


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


which transient data queue support ati?

1 Answers   IBM,


Categories