In a program, variables are used but no DB2 involved in it.
Can you call it as host variables??
Answer Posted / 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 |
Post New Answer View All Answers
What is a report item?
how do you reference the variable block file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are all the divisions of a COBOL program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write a program that uses move corresponding.
How do define dynamic array in cobol.
How many sections are there in data division in COBOL?
What are different data types in cobol?
Explain how you can characterize tables in cobol?
Which division and paragraphs are mandatory for a COBOL program?
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?
What is amode(31)