What is difference between COBOL and VS COBOL II?.
Answer Posted / ravishankar1972
COBOL is developed and deployed in 1985. It runs in 24 bit addressing mode. But VS COBOL - II runs in 31 bit addressing mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do define dynamic array in cobol.
What is amode(31)
What is rmode(24)
How do you reference the fixed block file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is the difference between COBOL2 AND COBOL390?
Describe the cobol database components?
How do you reference the following file formats from cobol programs?
How to know whether the module is dynamical or statistical?
What is the difference between Call and a Link?
Write a program to explain size error.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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.