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

i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

899


What are the rules of the move verb?

712


Have you used comp and comp-3 in your project? And how?

2014


Can we change the password using ALTER? anyone tried and changed?

1556


What is perform what is varying?

715






What do you understand by psb and acb?

674


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1939


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

656


Write the code to count the sum of n natural numbers.

705


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

731


What is the difference between perform … with test after and perform … with test before?

895


What is the difference between binary search and sequential search?

651


What is rmode(24)

686


In COBOL, what is the different between index and subscript?

769


) what is the difference between AID and HANDLE AID?

1641