i know the stpes 2 create an executable CICS/DB2 cobol code.

1. DB2 Precompiler converts the SQL Statements into COBOL
API statements and creates another member with Acess plans.
CodeA results in CodeB (code with API calls) & CodeC (
Access Plans )
2.Code B is compiled/linked 2 create an exceutable.(codeE)
3.Now CodeC is binded to the database on which CodeE will
be run.

Can somebody provide me the sample JCLs for
precompile/compile/link/bind.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More DB2 Interview Questions

How to compare data between two tables in db2?

0 Answers  


Why do chiropractors use drop table?

0 Answers  


Define predicate?

0 Answers  


What is difference between isnull and coalesce?

0 Answers  


Where is the access path logic created by the DB2 Optimizer stored?

1 Answers  


Do we need cursor for Count(*)?

4 Answers   iGate,


What language is db2 written in?

0 Answers  


What is a clustering index?

2 Answers  


How to update more then one record using update?

5 Answers   IBM,


What is the meaning concurrency in the db2 database?

0 Answers  


i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?

2 Answers   EDS,


Can I use LOCK TABLE on a view?

1 Answers  


Categories