file status 00 is checked after opening the file or reading
the file
Answer Posted / vamsi
file status codes:
41: already opened trying to open again
02:duplicate key
00:opened sucessfully
21:duplicate record
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
Name some of the examples of COBOl 11?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What type of SDLC u followed? Why?
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.
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.
How to print 10 to 1 if the input have only 10 digit number?
How do you reference the following file formats from cobol programs?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between comp and comp-3 usage?
Write the code implementing the perform … varying.
how do you reference the ksds vsam file formats from cobol programs