db2 variable decimal(15,2) what is the equalent size of
cobol variable

Answer Posted / ch.mohan

9(13)v9(2)

Is This Answer Correct ?    12 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

641


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

607


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1923


Define static linking and dynamic linking.

658


) How do u handle errors in BMS macro

1503






what happens if parmparameter passes zero bytes to the program

1658


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.

2050


In COBOL programming, what is PERFORM? What is VARYING?

668


HOw can I get the negative sign while deduct high value from low value

1784


What is length is cobol?

641


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

739


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

992


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.

2001


What is the difference between PIC 9.99 and PIC9v99?

771


How do define dynamic array in cobol.

667