Answer Posted / sushant kumar mohanty
PF key : Wake up the task and transmit modified data.
PA Key : Wake up the task only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 are decleratives in cobol?
) How do u handle errors in BMS macro
what is search and searchall?what is the diffrence between them?give an best example?
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.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to remove 2 duplicate records and copy only one using job control language?
How do you reference the fixed block file formats from cobol programs
What is amode(31)
What the difference is between continue and next sentence?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules to perform a Search?
How to print 10 to 1 if the input have only 10 digit number?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain the configuration section of a cobol program with examples of syntax.