Interview Questions

What are the 3 common ways to create maps ?

CICS Interview Questions


(Continued from previous question...)

What are the 3 common ways to create maps ?

The first way is to code a physical map and then code a matching symbolic map in your COBOL program. The second way to create a physical map along with a matching symbolic map is to code only the physical map using the and SYSPARM option, CICS will automatically create a member in a COPY library. And the third way is to use a map generator such as SDF ( Screen Definition Facility )

(Continued on next question...)

Other Interview Questions