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 |
how do you fire a batch job from a cics txn ?
What is trigger level in the context of TDQs?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What does the 'cemt:cics' transactions do?
Explain the difference between tsq and tdq
If I create a TSQ from one transaction, can I read it from another transaction?
which is the cics control program that provides communication services between user written application programs and terminals?
How do you terminate an already issued DELAY command?
Mention one alternative aspect of CICS?
What is a transid?
Explain re-entrancy as applies to CICS.
what are transient data sets defined to cics?