what is s000 u4087 error?
please give the all error codes in cobol,jcl.
No Answer is Posted For this Question
Be the First to Post Answer
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What are the different data types in cobol?
why we are using picture clause in the cobol programs?
What are decleratives in COBOL ?
In COBOL "BEFORE" advancing is there or not ?
What are the different ways to run a COBOL DB2 program using JCL?
What is Redefines clause?
What is CALL statement in COBOL?
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
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
why do u need inspect verb?
What is the meaning of 'Eject' verb in cobol?