Multiple choice technology programming languages

How to refer to the status of an i-o operation done on a file?

  1. DDName::FILE-STATUS

  2. FILE-STATUS::DDName

  3. DDName:FILE-STATUS

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To check the status of an I/O operation on a file in Easytrieve, you use the syntax DDName:FILE-STATUS. This references the file status field associated with a specific DDName. The colon is the correct delimiter.