What is dbrm in db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
How do you pull up a query which was previously saved in qmf?
What is bind in db2?
What is DYNSLT keyword? How do you perform selection using DYNSLT
What is an alias and how does it differ from a synonym?
What happens in bind step in a db2 program?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
how can we retrieve the 100 records of the file ?
What information is contained in a SYSCOPY entry?
How do you prepare a COBOL + DB2 program from coading till execution ?