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 |
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What are the CICS commands available for program control?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How many conditions can you include in a single HANDLE CONDITION command?
What is the primary objective of CICS ?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
Define communication area?
What is the name of the mapset definition macro?
What is the difference between the NOHANDLE option and the IGNORE condition?
Explain the difference between a symbolic map and physical map?
What is an AICA abend?
What are the naming conventions for the Temporary Storage Queues?