What are 77 levels used for?
No Answer is Posted For this Question
Be the First to Post Answer
which generation language is cobol
) What is the use of IGNORE?
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 pass the values to the parameters in cobol
what are the limitations of Inline Perform?
can i use multiple when statements in search & search all ? justify ur answer?
How do you reference the fixed block file formats from cobol programs
wht is the diff b/w if and evaluate stmts ?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
How to convert bunch of words in a line to relvant ASCII values?
What is "Call by content" and "call by reference"?
Can we move X(9) to 9(9). If yes what are the ways for doing this?