01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / chandrakant sinha
3 and 4
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
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.
example for sub strings ? and refernce modifications whit output pls
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the variable unblock file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is inspect in cobol ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between Global and External Variables?
how to convert the recors form vsam file to db2 table tru file aid
How to remove 2 duplicate records and copy only one using job control language?
what happens if parmparameter passes zero bytes to the program
What are the pertinent COBOL
What is amode(31)
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?