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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define cobol?

872


What are the pertinent COBOL commands?

2630


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2131


What is the difference between comp and comp-3 usage?

683


Difference between cobol and cobol-ii?

715






What is Pic 9v99 Indicates in COBOL?

733


What is a report item?

745


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8674


What is the difference between PIC 9.99 and 9v99 in COBOL?

739


) How do u handle errors in BMS macro?

1433


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1178


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1960


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

715


What is the difference between a binary search and a sequential search what are the pertinent cobol?

737


what is the use of outrecord?

1776