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 |
What divisions, sections and paragraphs are mandatory for a COBOL program?
How do you reference the fixed block file formats from cobol programs
When and how can we use index & subscript ?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
what is the advantage of using redefines instead of delaring the variables ?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how will u code parm parameter and where pls ?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
How to retrive the 9th records out of ten records using the cobol program ?
Why there is no questions in this column?