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

Name some of the common tables in CICS and their usage.

1 Answers   IBM,


Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?

2 Answers   IBM,


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?

2 Answers   IBM,


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,






what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers   IBM,


What are the ways fot initiating a transaction?

0 Answers  


What is the difference between START and XCTL ?

3 Answers   IBM,


what is psuedo conversation?

6 Answers   HCL,


What is a transid?

0 Answers  


Define temporary storage?

0 Answers  


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


Categories