0% found this document useful (0 votes)
15 views1 page

Cics

To execute a CICS program, you must: 1) Create source, copy, and load libraries to store program source code, copybooks, and load modules. 2) Design and code a BMS map using assembler macros, then compile it twice to generate a symbolic copybook and physical load module. 3) Write COBOL programs that use the copybook and reference the load module to interact with the map.

Uploaded by

Satya Pratap
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Cics

To execute a CICS program, you must: 1) Create source, copy, and load libraries to store program source code, copybooks, and load modules. 2) Design and code a BMS map using assembler macros, then compile it twice to generate a symbolic copybook and physical load module. 3) Write COBOL programs that use the copybook and reference the load module to interact with the map.

Uploaded by

Satya Pratap
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.Steps required to executive cics program Steps to follow to execute a cics program 1. Create the below libraries a.

Source Library To create BMS maps and COBOL+CICS programs b. Copy Library - To create copybooks for files To create DCLGEN Copybooks for DB2 tables To route symbolic map(copybook) from MAP compilation

c.

Load Library -

To create load module of BMS map(phiysical map) To create load module of cobol+cics.

2. BMS map design coding and preparing a.design a map according to ur requirement b.code the map in bms assembler macros c.compile bms map twise 1.on the 1st time it will create a copy book that is nothing but the symbolic map. 2.on the 2nd time it will create a load module that is nothing but the physical map.

You might also like