gopikrishna
Programmer
Hi,
I am working on conversion from VSAM to DB2. The VSAM layout has numeric field declarations like
Variable1 PIC S9(05)V99 COMP.
I cannot convert this field into an INTEGER type field in DB2 table because of pic clause S9(05)V99. I could not find any information about how to calculate the size of such declarations. Can anybody help me out in determining the size of such strange declarations?
I am working on conversion from VSAM to DB2. The VSAM layout has numeric field declarations like
Variable1 PIC S9(05)V99 COMP.
I cannot convert this field into an INTEGER type field in DB2 table because of pic clause S9(05)V99. I could not find any information about how to calculate the size of such declarations. Can anybody help me out in determining the size of such strange declarations?