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


Please Help Members By Posting Answers For Below Questions

What is a report item?

902


how do you reference the variable block file formats from cobol programs

929


What is Pic 9v99 Indicates in COBOL?

932


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

848


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?

936


What are all the divisions of a COBOL program?

891


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?

7297


Write a program that uses move corresponding.

868


How do define dynamic array in cobol.

857


How many sections are there in data division in COBOL?

886


What are different data types in cobol?

908


Explain how you can characterize tables in cobol?

820


Which division and paragraphs are mandatory for a COBOL program?

921


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?

1410


What is amode(31)

913