How is the storage determined in the symbolic map, if you
have multiple maps?
Answers were Sorted based on User's Feedback
Answer / rams
It Depends on the valude STORAGE parm in DFHMSD.
if STORAGE=AUTO ( map1, map2, map3 will get seperate
storage space, not redefined )
if STORAGE=BASE ( map1, map2, map3 will share the storage
space, the space required for largest map will be
allocated )
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / annie
The storage is determined by the length of the data for
largest map and that map should be defined first.
| Is This Answer Correct ? | 6 Yes | 1 No |
Explain how do you dynamically set the cursor position to a specific field?
What is the use of the program list table?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What is the cics command level?
define the field with ic in the bms map.
Name some commands used for CICS file browsing.
What is the EXEC CICS HANDLE ABEND?
What is the name of the mapset definition macro?
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
Explain how to handle exceptional conditions in CICS.
How to build up LU 6.2 communication?"
What information can be obtained from the EIBRCODE?