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 many types of page locks can be held in db2?
What is ibm db2 connect?
Is db2 free?
What is UNION,UNION ALL?
What is meant by isolation level?
What is the function of the Data Manager?
Mention the downsides of page level lock.
How do we specify index to include or not during bind process.
What happens to a cursor after a commit?
What information is held in SYSIBM.SYSCOPY?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
Explain the use of the WHERE clause.