by Robert Sample » Thu Jul 26, 2012 7:47 pm
Since MOVE is not restricted to numeric variables, you cannot use ROUNDED in a MOVE statement. And there is no such thing as a ROUND function in COBOL. There is a ROUNDED phrase, but functions and phrases are very different. Terminology is critical in IT, where similar terms may mean very different things. And phrase is not related to function in COBOL.
More importantly, why are you unable to look up the syntax for the MOVE statement in the COBOL Language Reference manual yourself? Instead of posting such a question on a forum, your long-term interests would be far better served by learning where the Language Reference manual is (hint: IBM makes all their manuals, pretty much, available on their web site) and then learning how to use it to look up syntax yourself. This is a HELP forum, not a READ-THE-MANUAL-FOR-YOU forum.