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
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Name some translator and compile options and explain their meaning?
Differentiate between PCT and FCT.
Kindly specify the pic clause for the data type of length option field type of data fields?
what is an mdt (modified data tag)? Its menaing and use?
In a CICS program, how will you read a VSAM file?
Explain the logical message in cics?
Explain how do you dynamically set the cursor position to a specific field?
Why do we need integrated cics translator?
What does the 'cebr:cics' transactions do?
What is a cics task?
what is the differences between getting the system time with eibtime and asktime command?
What are some of the cics commands associated with interval control?
What are the types of processes to create a map in cics?
Can you explain cics translator?