How can you Define and Install the Maps & Mapset ?
Answers were Sorted based on User's Feedback
Answer / mahesh
CEDA DEF map(mapname) g(grpname)
CEDA INS map(mapname) g(grpname)
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / naveen87ginjupalli
CEDA command is used to define and install the Maps &
Mapset.
collection of Maps are called Mapset.
Map is a CICS single screen layout.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / gourishanker
CEDA DEF MAP(mapname) MAPSET(mapsetname) G(groupname)
CEDA INS MAP(mapname) MAPSET(mapsetname) G(groupname)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lakshminarayana
in sending the map&mapset we use 'ceci send map(mapname)
mapset(mapsetname)' what is the vebrivation of CECI?
| Is This Answer Correct ? | 0 Yes | 2 No |
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
how can you prevent more than one user from accessing the same transient data queue?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
How do you use altindxs in batch, cics programs?
Explain how do you set the mdt option to on status, even if data is not entered?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
Explain how do you access storage outside your cics program?
What is a cursor in CICS sql processing?
Explain cebr transaction commands?
Why doesn?t CICS use the Cobol Open and Close statements ?