DB2 VARCHAR Data Type use in COBOL-DB2

DB2 VARCHAR data type is used to store a string with variable-length characters but a maximum of the string length is specified. If the length of the string is less than set or fixed-length then it will store as it is without padded with extra blank spaces. The storage size of the VARCHAR data type […]

DB2 VARCHAR Data Type use in COBOL-DB2 Read More »