Hi,
When i tried using the intrinsic functions such as
COMPUTE WS-INTEGER-DATE = FUNCTION INTEGER-OF-DAY (WS-JULIAN-DATE)
Its giving the following error message:
Error 1: Information: FUNCTION" was specified as an informational word in the current reserved word table.The reserved
word table used may be different from the IBM-supplied default. Refer to VS COBOL II Application
programming language reference for information on reserved words.
Error 2: Severe: FUNCTION" was not defined as a data-name. The statement was discarded.
Error 3: Severe: INTEGER-OF-DAY" was invalid. Skipped to the next verb, period or procedure-name
Does it mean its not supported by my compiler?
Thanks,
Mano