In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
Define db2.
what is Static and dynamic linking
What are data types?
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
What is dbrm? What it contains?
What is a precompiler?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1
what is copy pending and check pending ?