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 |
How do you set the MDT option to ?ON? status, even if data is not entered?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
What is the function of the CICS translator?
What is the MASSINSERT option?
What is the use of the eibaid field?
How do you execute a background CICS transaction ?
list the sequence of steps used to achieve modiication in skip sequential mode?
What are the uses of ppt in cics?
CICS and DB2 can exist in the same region under the Operating system (True or False)
Explain floating maps with illustration.
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
At which situation we need to use the push and pop conditions...pls tell me with exampls.