EZIOE004 Logical I/O error on file occurred reading VB file

Unicenter CA-Easytrieve Plus Report Generator: CA's information retrieval and data management tool
savitha_y
Posts: 18
Joined: Mon May 11, 2009 3:05 pm
Skillset: jcl,cobol,cics,db2
Referer: google

EZIOE004 Logical I/O error on file occurred reading VB file

Postby savitha_y » Mon Feb 15, 2021 7:54 pm

I am new to easytrieve. Input VB file of length 277 is coded as below in an easytrieve program.

FILE IPFILE VB (281 285) and it is abending with the following error.

EZIOE004 Logical I/O error on file IPFILE
Error indicator returned by access method.
Error: Success
EZABX008 The error occurred at program statement number 41.

Statement#41 is JOB INPUT IPFILE and it is not VSAM file.

Could anyone please let me know how to declare a VB file and read it in easytrieve.

Thank you

User avatar
sergeyken
Posts: 458
Joined: Wed Jul 24, 2019 10:12 pm
Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
Referer: Internet search

Re: EZIOE004 Logical I/O error on file occurred reading VB f

Postby sergeyken » Tue Feb 16, 2021 4:11 am

You MUST use a VSAM file, instead of a PS, or any other type of dataset.

That’s it. Period.

P.S.
VSAM type of file depends on the way it has been created, but not on RECFM=VB attribute!
Javas and Pythons come and go, but JCL and SORT stay forever.

User avatar
sergeyken
Posts: 458
Joined: Wed Jul 24, 2019 10:12 pm
Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
Referer: Internet search

Re: EZIOE004 Logical I/O error on file occurred reading VB f

Postby sergeyken » Tue Feb 16, 2021 4:14 am

sergeyken wrote:You MUST use a VSAM file, instead of a PS, or any other type of dataset.

That’s it. Period.

P.S.
VSAM is the type of file organization, it depends on the way it has been created, but not on RECFM=VB attribute!
Javas and Pythons come and go, but JCL and SORT stay forever.

savitha_y
Posts: 18
Joined: Mon May 11, 2009 3:05 pm
Skillset: jcl,cobol,cics,db2
Referer: google

Re: EZIOE004 Logical I/O error on file occurred reading VB f

Postby savitha_y » Wed Feb 17, 2021 5:02 am

Thank you for the response. I will check it out.


  • Similar Topics
    Replies
    Views
    Last post