Can you define multiple maps in a BMS mapset?How,can
anybody sent with syntax?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how do you handle errors in cics programs?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain cedf transaction commands?
List out all the tables that are a part of cics ?
Define temporary storage?
What does EIB mean in CICS?
Explain ceci transaction commands?
name the command that is used to dump the main storage areas related to a task?
Name at least one of the ways by which a transaction can be terminated?
Particular area has been affected in cics screen, what is the process to find?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Can you explain communication area?
Explain the difference between the into and the set option in the exec cics receive map command?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
what is the most common way of building queue-id of a tsq?