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
How to resolve -407 sql code in DB2?
How to find schema of a table in db2?
What is scrollable cursor in db2?
What are the three lock types?
What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
What is the SQL Communications Area and what are some of its key fields?
How can record locking be achieved in those DB2 versions which do not support it?
Which component is responsible for processing sql statements and selecting access paths?
Give the name of some fields form sqlca.
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What are db2 objects?