What is image copy in db2?
No Answer is Posted For this Question
Be the First to Post Answer
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
What do the initials DDL and DML stand for and what is their meaning?
Give the name of some fields form sqlca.
What are the functions of Bind?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
What is the difference between SYNONYM and ALIAS?
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.
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
what is parm utility
How do I start db2 in windows?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..