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

In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


what is the difference between Plan & package?

1 Answers   IBM,


what is srange and nosrange pls reply to ths question ?

2 Answers   L&T,


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

5 Answers   TCS,


Whtz the specialty of 77 level number ?

2 Answers   Infosys,






can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


Define static linking and dynamic linking.

0 Answers  


i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast

4 Answers   L&T,


What is a scope terminator? Give examples.

2 Answers  


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


Categories