View previous topic :: View next topic
|
Author |
Message |
Mindless Tree
New User
Joined: 25 Jun 2022 Posts: 5 Location: India
|
|
|
|
I am a beginner in JCL.
Using DFSORT/ICETOOL, how do i get the following output?
Input File 1:
Code: |
P_KEY COLA1 COLA2
0A 55 26
0B 52 26
|
Input File 2:
Code: |
P_KEY COLB1 COLB2
0A 55 26
0C 57 22
|
Output File:
Code: |
P_KEY COLA1 COLA2 COLB1 COLB2
0A 55 26 55 26
0B 52 26
0C 57 22
|
[/code] |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
1) You CANNOT do it using JCL, either you are a beginner, or not.
2) You can do it using JOIN operation provided by any SORT tool. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1335 Location: Bamberg, Germany
|
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
They can still post here and I move them to students section if it’s beginner level post. |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1335 Location: Bamberg, Germany
|
|
|
|
Basically this means everyone can post to the experts forum, the beginners forum (website) is obsolete. If a question here seems to be at students/beginners level, it's being moved to a subsection. |
|
Back to top |
|
|
|