Which COBOL intrinsic function is commonly used to convert a numeric value to a character string?

  • FUNCTION EDIT
  • FUNCTION MOVE
  • FUNCTION NUMERIC
  • FUNCTION NUMVAL
The commonly used COBOL intrinsic function for converting a numeric value to a character string is FUNCTION NUMVAL. It allows the conversion of numeric data to its alphanumeric representation, facilitating data manipulation and display.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *