I've just tested CVTRPGSRC and have no problems with the date being changed.
Your not missing the mod number. When viewing or editing an RPGIV program, SEU starts the display in position 6. Type "W1" over a line number to reposition the source to column 1.
===> CVTRPGSRC...
There are a couple of options, but the most common is;
float( decimal( Value1, 13, 2 ) / decimal( Value2, 9, 3 ) )
or a variation of the statement.
decimal changes the value of "Value1" to a 13,2 field
Float floats the decimal point
You could also enter;
decimal(float(~~~~~~~), 13,2) =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.