Multiple choice technology programming languages How to refer to the status of an i-o operation done on a file? DDName::FILE-STATUS FILE-STATUS::DDName DDName:FILE-STATUS 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.