I have a Main Program which is calling Sub-Program which is
a DB2 pgm. What will happen if I am not closing the cursor
used in the Sub-program? Please advise..
Answer Posted / swati
If Sub-Program executtion is terminated,cursor is
automatically closed.
Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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?
What are the pertinent COBOL commands?
Describe the cobol database components?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Give some examples of command terminators?
Difference between cobol and cobol-ii?
What is comp-1 and comp-2?
How many bytes S(8) comp field occupy and its maximum value?
What is rmode(any) ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you define a variable of comp-1 and comp-2?
What is perform what is varying?