i Want All cobol ERROR codes?

Answers were Sorted based on User's Feedback



i Want All cobol ERROR codes?..

Answer / swapna

identification division.
program-id. errmsg.

Is This Answer Correct ?    9 Yes 1 No

i Want All cobol ERROR codes?..

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

i Want All cobol ERROR codes?..

Answer / raju

COMPILE THE FOLLOWING PROGRAM AND IT WILL GIVE ALL THE COBOL
ERRORS IN SYSPRINT OF SDSF SPOOL

IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.



Padmanabha Naidu.p IS EXCELLENT AND SWAPNA FOR PROVIDING
THIS ANSWER

Is This Answer Correct ?    2 Yes 0 No

i Want All cobol ERROR codes?..

Answer / dees

235

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More COBOL Interview Questions

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.

4 Answers   Wipro,


Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.

3 Answers  


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


how to change picture class of copy book variable inside program?

2 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  






Can we redefine the field of x(200) to less than 200?

0 Answers  


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

5 Answers   Broadridge, TCS,


Whats the use of Examine command? can someone help me?

1 Answers   IBM,


What do you feel makes a good program?

2 Answers  


What is a scope terminator give example?

0 Answers  


i need a small 3d program using inline and outline.

0 Answers  


How to read a 100 record from a file through cobol?

2 Answers  


Categories