What are the different open modes available in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
How do we get current date from system with century in COBOL?
Define in-line perform?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
S9(5)V9(2) occupies how many bytes memory ?
what is Reentrancy and Quasi-reentrancy?
In COBOL programming, what is PERFORM? What is VARYING?
how to display comp3 variables reply soon ?
Explain about Redefines cluse?
What is file status 39 ?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49