What is the purpose of the FUNCTION PRESENTATION intrinsic function in COBOL?

  • It calculates the present value of an investment
  • It converts a character string to a numeric value
  • It retrieves the current presentation layer
  • It returns the presentation of a numeric value as a character string
The FUNCTION PRESENTATION intrinsic function in COBOL is used to return the presentation of a numeric value as a character string, allowing for custom formatting.
Add your answer
Loading...

Leave a comment

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