In a program, variables are used but no DB2 involved in it.
Can you call it as host variables??
Answer Posted / mdvasanth86
In a Cobol-DB2 program, which is essentially a COBOL program
with SQL statements embedded into it, COBOL is the host
language and DB2 is the guest ( 'non-host' for lack of a
better word ).
When it is a pure COBOL program , there really is no point
in calling it a host variables, however, you can still call it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
What is the local-storage section?
What is the difference between perform … with test after and perform … with test before?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
State the various causes of s0c1, s0c5 and s0c7.
What are the different open modes available in cobol?
Define cobol?
What is rmode(24)
What are 77 levels used for?
What is amode(31)
example for sub strings ? and refernce modifications whit output pls
In COBOL programming, what is PERFORM? What is VARYING?
What are the different rules to perform a Search?
What is the difference between comp and comp-3?