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
define the field with ic in the bms map.
Mention the option used in a cics command to retrieve the response code after execution of the command?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What are the types of processes to create a map in cics?
Name the command used for terminating a browse operation?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Specify cics transaction initiation process?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain how do you establish a starting position in a browse operation?
Why do we need integrated cics translator?
Can you define ppt and what are its uses?
In a particular cics program, what is the procedure to allocate dynamic memory?
How to establish dynamic cursor position on a map?
Can you explain primary aspect of cics?
What is mainframe cics?