Answer Posted / sudhasini
working storage section is not a division in cobol. it
comes under data division
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
What are the rules of the move verb?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the Purpose of Pointer in the string?
What are the different types of condition in cobol and write their forms.
i want a program using by if, evaluate , string, unstring, perform, occurs?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Define cobol?
Are you comfortable in cobol or jcl?
What are all the divisions of a COBOL program?
What is the compute verb? How is it used?
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 local-storage section?
Can a Search can be done on a table with or without Index?
Write a cobol program making use of the redefine clause.