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
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
What is a synonym ?
can any one give the list of some important sql abend codes which r frequently asked in interviews?
cursor with hold explain ?
Is db2 a database?
What is a precompiler?
How to find the maximum value in a column in the db2 database?
How to see the structure of db2 table??
Where is the output of EXPLAIN stored?
What is an alias?
What is Declaration Generator(DCLGEN)?
Why cursor is used in db2?