In a program, variables are used but no DB2 involved in it.
Can you call it as host variables??
Answers were Sorted based on User's Feedback
Answer / shilpa
no it is not a host variable it is a working storage
variable or variables used in the program
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
can we redefine 77 level item is it possible
how do u list the abended jobs?
record length in spool?
How you can read the file from bottom?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
period is missing in the cobol program which error we getting
How do you come out of an EVALUATE statement?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
01 a pic s9(5) value '-12345' how it will be stored
What will happen if we generate GDG (+2) version without generating (+1) version?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,