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
What does db2 mean?
How to connect to db2 database from windows command line?
What is dpf in db2?
Explain what are the various isolation levels possible?
What is a base table?
How to get Top 10 Salaries from a Table
Explain about cursor stability?
Which are the db2 tools to protect integrity of the database?
what is the Foreign key? explain?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What is the use of reorg in db2?
What should be specified along with a cursor in order to continue updating process after commit?