The developer is migrating from VisualAge to EGL and to COBOL using the migration utility. He has a mismatch between the current date format in
Visual Age (YYYY-MM-DD) and the COBOL generated format vgVar.currentFormattedGregorianDate DD/MM/YYYY.
He suggests we change the EGL Runtime Option currentFormattedGregorianDate to match the VisualAge format. However I am reluctant to change this as
other EGL COBOL programs may already be using the current EGL Runtime format.
The developer has 300 programs to convert, so it may not be practical to modify every program to the new format.
Is there any other way he can achieve the change in the date format, through parameters in the Migration utility or otherwise.
9RRW_Ron_Mascarenhas