Differentiate between structured cobol programming and object-oriented cobol programming.
No Answer is Posted For this Question
Be the First to Post Answer
What is comp-1 and comp-2?
What is the problem of ordered sequential files access?
How to covert given string into ASCII value in COBOL/MF COBOL
how to know that the file has 300 records how to acess it?
What are the functions like c or c++ in cobol?
What is XDC ?
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 happens of we dont give time stamp in precompilation process
How is sign stored in a comp-3 field?
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
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
how can u pass the values into db2 values from cobol ?