What are function use in cobol ?

Showing Answers 1 - 1 of 1 Answers

max

  • Oct 17th, 2006
 

An intrinsic function is a function that performs a mathematical, character, or logical operation, and thereby allows you to make reference to a data item whose value is derived automatically during execution.
The functions can be grouped into six categories, based on the type of service performed:

  • Mathematical
  • Statistical
  • Date/time
  • Financial
  • Character-handling
  • General

You can reference a function by specifying its name, along with any required arguments, in a procedure division statement.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions