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 the option to be coded on return to associate a transaction identifier with next terminal.
How and where is the TWA size set? .
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
Name some common CICS service programs and explain their usage?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is the different ways to initiate a task?
With the use of an alternate index, how is a VSAM file accessed?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
Which command is used to release a record on which exclusive control is gained?
can anyone tell me about paginglogic in CICS,Please?
What is the difference between getting the system time with EIBTIME and ASKTIME command?