i am trying to write a jcl for sorting out data. In my jcl sortin ds is vba file withe 120 byte length and sortout file is alse created with same attributes as sortin. But the problem here is i m using include statment as below.
SORT FIELDS=COPY
INCLUDE COND=(88,14,CH,EQ,C'RECORDS LOADED')
I am getting the error as "INCLUDE/OMIT FIELD BEYOND RECORD"
INCLUDE CONDITION TO SORTOUT DATA FROM VBA FILE
-
- Posts: 239
- Joined: Wed Dec 04, 2013 11:08 pm
- Skillset: COBOL, JCL, ISPF.
- Referer: While searching the Internet for answers.
- Location: Richfield, MN, USA
Re: INCLUDE CONDITION TO SORTOUT DATA FROM VBA FILE
In the future, please post in the appropriate forum: DFSORT, Syncsort, or whatever. And use code tags where applicable.
Are any of your input records less than 101 bytes long?
Are any of your input records less than 101 bytes long?
.... Terry
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: INCLUDE CONDITION TO SORTOUT DATA FROM VBA FILE
Have a look at VLSCMP and VLSHRT in the documentation.
Re: INCLUDE CONDITION TO SORTOUT DATA FROM VBA FILE
Terry,
Sure i will check in future.
Some of the input records are having less than 101 bytes. Please suggest
Sure i will check in future.
Some of the input records are having less than 101 bytes. Please suggest
-
- Posts: 239
- Joined: Wed Dec 04, 2013 11:08 pm
- Skillset: COBOL, JCL, ISPF.
- Referer: While searching the Internet for answers.
- Location: Richfield, MN, USA
Re: INCLUDE CONDITION TO SORTOUT DATA FROM VBA FILE
I think BillyBoyo gave you the answer.
.... Terry
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1416
-
by willy jensen
View the latest post
Sun Nov 13, 2022 9:02 pm
-
-
How to import a ZFS data file into VSAM catalog
by danik56 » Tue Nov 23, 2021 10:29 pm » in VSAM/SMS - 0
- 3398
-
by danik56
View the latest post
Tue Nov 23, 2021 10:29 pm
-
-
-
How to use ASCII condition in DFSORT
by Prasanna G » Tue Sep 20, 2022 10:15 pm » in DFSORT/ICETOOL/ICEGENER - 10
- 2484
-
by prino
View the latest post
Thu Sep 22, 2022 12:53 am
-
-
- 1
- 1833
-
by sergeyken
View the latest post
Mon Nov 23, 2020 7:25 pm
-
-
EZIOE004 Logical I/O error on file occurred reading VB file
by savitha_y » Mon Feb 15, 2021 7:54 pm » in CA-Easytrieve - 3
- 4947
-
by savitha_y
View the latest post
Wed Feb 17, 2021 5:02 am
-