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.
How to compare data between two tables in db2?
Why do chiropractors use drop table?
Define predicate?
What is difference between isnull and coalesce?
Where is the access path logic created by the DB2 Optimizer stored?
Do we need cursor for Count(*)?
What language is db2 written in?
What is a clustering index?
How to update more then one record using update?
What is the meaning concurrency in the db2 database?
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 ?
Can I use LOCK TABLE on a view?