Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


i Want All cobol ERROR codes?

Answers were Sorted based on User's Feedback



i Want All cobol ERROR codes?..

Answer / swapna

identification division.
program-id. errmsg.

Is This Answer Correct ?    9 Yes 1 No

i Want All cobol ERROR codes?..

Answer / padmanabha naidu.p

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

Is This Answer Correct ?    16 Yes 11 No

i Want All cobol ERROR codes?..

Answer / raju

COMPILE THE FOLLOWING PROGRAM AND IT WILL GIVE ALL THE COBOL
ERRORS IN SYSPRINT OF SDSF SPOOL

IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.



Padmanabha Naidu.p IS EXCELLENT AND SWAPNA FOR PROVIDING
THIS ANSWER

Is This Answer Correct ?    2 Yes 0 No

i Want All cobol ERROR codes?..

Answer / dees

235

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More COBOL Interview Questions

If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


How To move a value to an array using move verb?

3 Answers   IBM,


If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

0 Answers   HeadStrong,


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


what are the working storage fields in BMS macro?

2 Answers   IBM,


what will happen if pass values more than 100 using PARM parameter?

1 Answers  


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


Categories