Can we use both FSET n FRSET together in BMS?
And if yes then what will happen?
Answer Posted / 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 |
Post New Answer View All Answers
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is the pic clause for the hhmmss type of data fields?
What is mainframe cics?
Explain what is the massinsert option?
Define TCT.
Explain the difference between and exec cics xctl and exec cics start command?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What does EIB mean in CICS?
Define transient data?
Give certain situations where NEWCOPY is obligatory?
Explain what is a cursor in cics sql processing?
What is frset?
What is DEQ?
How can you access esds files from cics?
Explain how do you intitiate another transaction?