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 is the difference between external and global variables in COBOL?

811


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

633


HOw can I get the negative sign while deduct high value from low value

1785


Write a program to enter and display the names of students in a class using the occurs clause.

647


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

674






how can i see junk values in dclgen or in hostvariable of comp ?

2539


State the various causes of s0c1, s0c5 and s0c7.

658


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

853


Give some examples of command terminators?

751


How do u write test cases?

1633


How to remove 2 duplicate records and copy only one using job control language?

739


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17028


how do you reference the variable block file formats from cobol programs

680


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

709


how do you reference the variable unblock file formats from cobol programs

743