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 differences between and exec cics xctl and exec cics start command?
Define TCT.
How vsam files are read in cics pgms?
Can you explain dfhmdf bms macro?
How to get the cursor position when we receive a map?
What is meant by a ‘Transid’ ?
difference between tsq and tdq?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
What is the cics command that is used to access current date and time?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain the difference between link and xctl?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is the pic clause for the hhmmss type of data fields?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Can ESDS files be accessed from CICS?