We recently moved from MF COBOL to Visual COBOL(Eclipse). When we were doing testing between MF COBOL and Visual COBOL we identified few differences in the extracts which are generated. In numeric variables the trailing zeros are missing in visual cobol
eg:
MF COBOL: 9848300
Visual COBOL: 98483
Whether i need to change any compiler option, so that this issue will be solved?




