Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Sharing the database connection across different COBOL Modules in IBM AIX.
I have tried linking all the modules as follows :
"cob2 A.cbl B.cbl C.cbl -o ABC".
The executable file "ABC" is executing the module 'A' first and then it calls 'B'. But the ORACLE SQL statements in the module 'B' is not getting executed because of the absence of DATABASE CONNECTION.
Can anyone tell me how to share the database connection across the different COBOL Modules in IBM AIX ?
--
Kind Regards,
Mohan
Profile Answers by mohanaraj_j Questions by mohanaraj_j
Questions by mohanaraj_j
This Question is not yet answered!
Related Answered Questions
Related Open Questions