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

What kind of error is trapped by on size error option?

740


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

717


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6831


What rules are to be followed while using the corresponding options?

641






if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5693


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

421


What are the different rules of SORT operation?

699


What is an in line perform? When would you use it? Anything else you wish to say about it.

645


What are declaratives and what are their uses in cobol?

714


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1906


Which mode is used to operate the sequential file?

669


What are the different types of condition in cobol and write their forms.

658


What rules are followed by the search verb.

638


How do you define a variable of comp-1 and comp-2?

705