Can you define multiple maps in a BMS mapset?How,can
anybody sent with syntax?

Answers were Sorted based on User's Feedback



Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?..

Answer / 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

Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?..

Answer / kumar

we can define multiple maps using BMS mapset
The DFHMSD macro defines a map set. A map set contains one
or more maps.


MAPSET DFHMSD....
.
.
MAP DFHMDI....
.
.
DD DFHMDF GRPNAME=DATE,POS=(6,40),LENGTH=2,ATTRB=...
.
MM DFHMDF GRPNAME=DATE,POS=(6,46),LENGTH=2
.
YY DFHMDF GRPNAME=DATE,POS=(6,52),LENGTH=2
.
FIELD DFHMDF LENGTH=5,COLOR=GREEN,...
DFHMSD TYPE=FINAL

Is This Answer Correct ?    9 Yes 7 No

Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?..

Answer / anna

Yes, we can define multiple maps by BMS MAPSET.
with in one mapset defenition we can have up to 7 or 9 maps
(better to have all maps are separetly).

but TYPE=DSECT means symbolic map
TYPE=&SYSPARM physical and symbolic maps will be
generated at the time of assembly.

The rest are right in ans2.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More CICS Interview Questions

What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)

5 Answers   CICS,


In a CICS program, how will you read a VSAM file?

0 Answers  


How to get the sign-on user-id from an application program?

1 Answers  


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,






Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


Particular area has been affected in cics screen, what is the process to find?

3 Answers   Cap Gemini,


How ENQ and DEQ used in CICS?

0 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?

1 Answers   IBM,


Categories