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
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 |
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 |
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 |
What are the situations under which NEWCOPY is required ?
The error code AEIV?
Define an aica abend?
Can you define attribute byte?
What is EXEC CICS RETRIEVE ?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
What is the purpose of the Program List Table?
Explain the uses that are associated to tsq and tdq ?
Which is the program which determines whether a transaction should be restarted ?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
Explain how do you delete item 3 in a five-item tsq?
By which CICS defined field can you determine the position of the cursor on the map ?