Answer Posted / rekha
new--> delete,delete
old--> catlg,catlg
mod--> uncatlg,keep
shr--> keep,uncatlg
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
What are 77 levels used for?
What rules are followed by the search verb.
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 perform what is varying?
How do you reference the following file formats from cobol programs?
What is rmode(any) ?
) how do u code after getting data?
How many sections are there in data division in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
Why occurs cannot be used in 01 level in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the compute verb? How is it used?
How to know whether the module is dynamical or statistical?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this