i Want All cobol ERROR codes?

Answer Posted / padmanabha naidu.p

if you want see all cobol errrors,simple
IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.

Is This Answer Correct ?    16 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1343


What is the use of intialize verb?

964


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

915


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

1057


i want a program using by if, evaluate , string, unstring, perform, occurs?

4334


What is difference between static and dynamic call in cobol?

1013


What is a report item?

893


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

838


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

915


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1066


How can you get the ksds file records into your cobol program?

834


What is the difference between comp and comp-3?

886


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1970


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5589


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

617