Answer Posted / joshin
yes it is possible.oly criteria behind the redifine is you
have to follow the same level no
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the fixed block file formats from cobol programs
Whats the difference between search & search ALL?
What is a report item?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are various search techniques in cobol? Explain.
What is comp-1 and comp-2?
Give some examples of command terminators?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Mention the guidelines to write a structured cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Name some of the examples of COBOl 11?