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 |
What is bms map?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What does a cics translator do?
What is Journal Recovery and Dynamic Transaction Backout?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
Can you simply check if length = 0 for checking if a field was modified?
what are the commands used to gain exclusive control over a resource?
Can you explain communication area?
how we change the vsam file name in cics rigion? anybody elobrate this?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
Mention the content that is present inside a PPT ?
Explain how to build up lu 6.2 communication?