what is the maximum error code in mainframe

Answers were Sorted based on User's Feedback



what is the maximum error code in mainframe..

Answer / muttaiah

The return code can be from 0000 - 4095 for a step.

Is This Answer Correct ?    11 Yes 1 No

what is the maximum error code in mainframe..

Answer / karan

4095

Is This Answer Correct ?    9 Yes 5 No

Post New Answer

More COBOL Interview Questions

how many divisions are there in cobol

3 Answers   ADP,


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


How can you pass values from COBOL program to non-COBOL programs?

2 Answers  


what is the maximum error code in mainframe

2 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


I have a occurs for 100 times but it has executed 101 time what could be the reason?

4 Answers  


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

0 Answers   Cap Gemini,


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

0 Answers  


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


why we are using picture clause in the cobol programs?

2 Answers  


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


Categories