i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

Answers were Sorted based on User's Feedback



i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / rama krishna

for cobol you can compile a program to get all warnings,
errors, severe errors and fatal errors.

IDENTIFICATION DIVISION.
PROGRAM-ID. ERRMSG.

compile the above two statements and you will see the magic.

Is This Answer Correct ?    5 Yes 1 No

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / gyothi n rao

no not at all i got errors on this.

Is This Answer Correct ?    2 Yes 1 No

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / vasanth

Rama krishna,

The conventional program name suggested by you is already
configured in your system, it doesnot happen to all.

Is This Answer Correct ?    1 Yes 0 No

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS..

Answer / sivaramakrishna

sivaramakrishna,
i think the answer for the above question is correct.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


What are declaratives and what are their uses in cobol?

0 Answers  


What is the difference between copy and include in cobol?

1 Answers  


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

1 Answers   Syntel,






When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,


record length in spool?

2 Answers   Infosys,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


what is S04E error in jcl?

11 Answers   IBM, L&T,


Categories