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 is an ASRA abend ?
Do you require a table entry for a TSQ?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain the purpose of the program list table?
Explain how do you intitiate another transaction?
Define communication area?
What are the uses of ppt in cics?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
What is program reentrance?
What happens to resources supplied to a transaction when an XCTL command is executed?