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 |
With the use of an alternate index, how is a VSAM file accessed?
How to define a vsam file in cics getting into cics to define a vsam file.
What is the use of tdq and tsq?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
Can you simply check if length = 0 for checking if a field was modified?
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.
hi,what is the module? how many modules in mainframe based banking projects
Explain how can you accomplish breakpoint in intertest?
What are the main uses of the transaction in the cics?
What is the difference between START and XCTL ?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
What is a transid?