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
EZIOE004 Logical I/O error on file occurred reading VB file
- 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
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!
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.
- 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
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.
Re: EZIOE004 Logical I/O error on file occurred reading VB f
Thank you for the response. I will check it out.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 3985
-
by zbius
View the latest post
Wed Nov 06, 2024 2:16 pm
-
-
File Handling 3 input files and 1 output file by using EZT
by pavan426 » Thu Sep 09, 2021 12:17 am » in CA-Easytrieve - 0
- 4409
-
by pavan426
View the latest post
Thu Sep 09, 2021 12:17 am
-
-
-
Need to check whether file is ESDS file or not by using REXX
by Devrana » Sat Oct 05, 2024 2:28 pm » in CLIST & REXX - 6
- 3031
-
by sergeyken
View the latest post
Tue Oct 08, 2024 5:25 pm
-
-
- 1
- 2471
-
by enrico-sorichetti
View the latest post
Fri Apr 02, 2021 6:56 pm
-
-
Code conversion issue while reading JCL using REXX
by vsgurunath » Fri Jun 19, 2020 10:19 pm » in CLIST & REXX - 11
- 4256
-
by vsgurunath
View the latest post
Thu Jun 25, 2020 4:08 pm
-