I am completely new to natural. I have to write a natural program, which will call a COBOL DB2 program to fetch values from DB2 tables. Can anyone help me with the following questions:
1.I came to know that a DB2 DBRM can not be linked directly to Natural nucleaus. Is it true?
-
If natural program has to get values from DB2 table, a COBOL DB2 program should be written and used as a stored procedure and called inside the natural program. Is it correct?
-
If I have to call a DB2 stored procedure in a natural program, is it eseential that DB2 should be installed in my natural?