Answer Posted / swetha
one can use icetool in matching logic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is Pic 9v99 Indicates in COBOL?
how do you reference the esds vsam file formats from cobol programs
What is a scope terminator give example?
Explain the configuration section of a cobol program with examples of syntax.
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.
HOw can I get the negative sign while deduct high value from low value
What is the utilization of copybook in cobol?
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.
Are you comfortable in cobol or jcl?
how to convert the recors form vsam file to db2 table tru file aid
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the usage of comp fields in cobol?
Write a program to explain size error.
What kind of error is trapped by on size error option?