Error: "EZTC0644E >>> $ more qualification required"
search cancel

Error: "EZTC0644E >>> $ more qualification required"

book

Article ID: 53145

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

        56      IF FILE-STATUS NE 0
 EZTC0644E >>>         $ more qualification required

Environment

Release: 11.5-Easytrieve-Report Generator-Option for DB2-MSU

Resolution

  • If more than one file is opened during an activity, FILE-STATUS must be qualified with the appropriate file name as Easytrieve release 11.6.
  • If there is more than one file being used in the program, the file status statement will need to be qualified as:
    IF filename:FILE-STATUS NE 0
       or
    IF FILE-STATUS(filename) NE 0

    so that Easytrieve knows which file's FILE-STATUS is being requested.