JOIN 3 FILES USING JOINKEYS
-
- Posts: 21
- Joined: Tue Dec 24, 2013 4:33 pm
- Skillset: COBOL, JCL, VSAM, DB2, CICS
- Referer: Google
JOIN 3 FILES USING JOINKEYS
Can we join 3 files using JOINKEYS in a single step?
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: JOIN 3 FILES USING JOINKEYS
Yes and No.
No, you can't specify three JOINKEYS statements.
Yes, you may be able to concatenate two files on on JOINKEYS and arrange to distinguish between the records. Depends on the detail of what you want.
No, you can't specify three JOINKEYS statements.
Yes, you may be able to concatenate two files on on JOINKEYS and arrange to distinguish between the records. Depends on the detail of what you want.
- 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: JOIN 3 FILES USING JOINKEYS
avinashmusic wrote:Can we join 3 files using JOINKEYS in a single step?
Try to use either ICETOOL, or SYNCTOOL, whatever is available to you.
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1235
-
by sergeyken
View the latest post
Tue Nov 08, 2022 7:22 pm
-
- 1
- 3160
-
by sergeyken
View the latest post
Wed Jun 16, 2021 5:13 pm
-
- 5
- 4608
-
by arya_starc
View the latest post
Thu Sep 23, 2021 4:37 pm
-
- 6
- 2329
-
by engh
View the latest post
Wed Sep 04, 2024 7:41 pm
-
-
Join parts of two records from same file
by Mickes » Thu Apr 27, 2023 3:47 am » in DFSORT/ICETOOL/ICEGENER - 3
- 1212
-
by sergeyken
View the latest post
Sat Apr 29, 2023 1:32 pm
-