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 |
Explain how do you establish a starting position in a browse operation?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
Which is the command that is used to dump the main storage areas related to a task?
Explain the function of the load command?
What are the three ways available for a program to position the cursor on the screen?
What is the command that is used to add a new record to the file?
Name the command which is used to release a record on which exclusive control is gained?
what is partial serch analysys in cics?
Explain how and where is the twa size set?
Explain how do you dynamically set the cursor position to a specific field?
Name some important fields in the EIB block ?
What is the syncpoint command?