what is the maximum error code in mainframe
Answers were Sorted based on User's Feedback
Answer / muttaiah
The return code can be from 0000 - 4095 for a step.
Is This Answer Correct ? | 11 Yes | 1 No |
how many divisions are there in cobol
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
How many sections are there in data division?.
How can you pass values from COBOL program to non-COBOL programs?
what is the maximum error code in mainframe
What does MAXCC 3 means? It is used in one my codes.
I have a occurs for 100 times but it has executed 101 time what could be the reason?
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.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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.
why we are using picture clause in the cobol programs?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?