Can you define multiple maps in a BMS mapset?How,can
anybody sent with syntax?
Answer Posted / 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 |
Post New Answer View All Answers
What are some of the cics commands associated with interval control?
Explain the difference between physical map and symbolic map?
How is Telon(CA-Telon) used to build map?
What is CICS ?
Explain what is a cursor in cics sql processing?
Explain the thress bms options?
What is the difference between pct and fct?
How to get the cursor position when we receive a map?
Which commend used for terminating a browser operation?
What do you mean by the term fct?
Kindly specify the pic clause for the hhmmss type of data fields?
In a particular cics program, what is the procedure to allocate dynamic memory?
what is effect on receive map when
Explain how do you dynamically set the cursor position to a specific field?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??