Can you define multiple maps in a BMS mapset?How,can
anybody sent with syntax?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the component?what are the different components there using cobol and cics
Explain the difference between getting the system time with eibtime and asktime command?
Explain how many conditions can you include in a single handle condition command?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
What is the difference between pseudo-conversational and conversational?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What other file control processing commands are used for file updating?
Explain cedf transaction commands?
What is the difference between FSET and FRSET?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What do the terms locality of reference and working set mean?
When you do a START, what will the value of EIBCALEN?