CEECBLDY converts a string representing a date into a COBOL Integer format, which is the number of days since 1 January 1601. This service is similar to CEEDAYS, except that it provides a string in COBOL Integer
importjava.sql.Date; publicclassTypeChange{ publicTypeChange(){ } //changethestringtypetotheinttype publicstaticintstringToInt(Stringintstr) { Integerinteger; integer=Integer.valueOf(intstr); ...