Answer Posted / vampire
3 numeric values
result
01 a pic 9v99 value 123
result
1.23
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What the difference is between continue and next sentence?
How do u write test cases?
Can a Search can be done on a table with or without Index?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how do you reference the fixed unblock file formats from cobol programs
What is difference between static and dynamic call in cobol?
What is static and dynamic call in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between goback, stop run and exit program in cobol?
What is the LINKAGE SECTION used in COBOL?
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.