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

Define the term transaction routing?

0 Answers  


Can ESDS files be accessed from CICS?

0 Answers  


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


What is the difference between link xctl?

8 Answers   IBM, MBNA,


what is the purpose of using link ?

5 Answers   Kanbay,


How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from

1 Answers   IBM,


Give the definition of COMMAREA ?

0 Answers  


What is the difference between a return with transid and xctl?

0 Answers  


For a CICS-DB2 program, how is the plan referenced?

2 Answers   IBM, ITC Infotech,


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


Can you explain cics translator?

0 Answers  


Explain how DSECT parameter is used in BMS ?

0 Answers  


Categories