In COBOL, the FUNCTION ______ intrinsic function can be used to determine the current date.

  • CURRENT-DATE
  • DATE
  • DAY
  • TIME
The FUNCTION CURRENT-DATE in COBOL is used to retrieve the current date and time. It returns a data structure containing various components such as year, month, day, hour, minute, and second.
Add your answer
Loading...

Leave a comment

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