i Want All cobol ERROR codes?
Answers were Sorted based on User's Feedback
Answer / padmanabha naidu.p
if you want see all cobol errrors,simple
IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.
Is This Answer Correct ? | 16 Yes | 11 No |
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
Under which scenario you would go for a static call as opposed to dynamic call?
how to change picture class of copy book variable inside program?
A table has two indexes defined. Which one will be used by the SEARCH?
Can we redefine the field of x(200) to less than 200?
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
Whats the use of Examine command? can someone help me?
What do you feel makes a good program?
What is a scope terminator give example?
i need a small 3d program using inline and outline.
How to read a 100 record from a file through cobol?