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 many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


What is file status 39 ?

10 Answers   JPMorgan Chase,


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


Explain how you can characterize tables in cobol?

0 Answers  


Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 Answers  






how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


I have a sequential file of 100 records. How do I load the records into a two dimensional array ?

3 Answers   IBM, Xansa,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


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

2 Answers  


What is level 66 used for ?

3 Answers   TCS,


how will u code parm parameter and where pls ?

3 Answers   DELL,


Categories