What are the 3 common ways to create maps?
The 3 common ways to create MAPs are as below,
1> The 1'st way is to use MAP generator such as SDF(Screen
Defination Facility.
2> The 2'nd way is using BMF facility in which create a
Physical MAP along with a matching Symbolic MAP is to code
only the Physical MAP using the &SYSPRAM option in code,
CICS will automatically create a member in a COPY library.
3> The 3'rd way is to code a Physical MAP and then code a
matching Symbolic MAP in your COBOL program.
these are the most common ways to create maps.
| Is This Answer Correct ? | 14 Yes | 0 No |
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
What is ENQ, DEQ ?
Which is the command that is used to dump the main storage areas related to a task?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
When there are 2 records with the same key specified in a DELETE operation what will happen?
How is the stopper byte different from an auto skip byte ?
What is the command which will delete a program LOADed into the main storage using LOAD command?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is program reentrance?
What is the use of DCT?
what is the cics command used to access current date and time?
what is mapfail and when we get this error? during send map or receive map?