Created On: 07 October 2011
Problem:
Calling the RM/COBOL subroutine, C$Century, in Visual COBOL (R4) does not return a value to the USING argument.
Resolution:
The following compiler directive has to be set in order to enable the C$Century call to return a value:
RM "GIVING"
RM "GIVING"
Incident #2540577