Can you define multiple maps in a BMS mapset?How,can
anybody sent with syntax?
Answer Posted / manish_cics
we can define multiple maps by BMS MAPSET. there is a rule
for d order of BMS macros which must be followed. that is ,
with in one mapset defenition , the map definition can be
specified as many times as u wish. within one map
defeinition , d field definition can be specified as many
times as u wish. this rules as follows:
DFHMSD TYPE=DSECT OR MAP OR &SYSPARM <-- A MAPSET
DFHMDI ---------- <-- A MAP
DFHMDF ---------- <-- A FIELD
:
DFHMDI ---------
DFHMDF ---------
:
DFHMDI ---------
DFHMDF ---------
DFHMSD TYPE=FINAL
END
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What are the cics transactions?
Explain the maps in cics?
Explain ceci transaction commands?
Define the term transaction routing?
Explain the mdt in cics?
Explain the uses that are associated to tsq and tdq ?
Highlight the points of differences between XCTL and START?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What are the terms cics generally means?
Explain the difference between dfhcommarea and tsq?
Can you define cemt?
What are the common tables in cics and their usage?
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?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
what is an mdt (modified data tag)? Its menaing and use?