View previous topic :: View next topic |
Author |
Message |
Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Tue Nov 10, 2009 12:03 pm Post subject: SUPERC for multiple elements |
|
|
Hi All,
I need to create SUPERCs for more than 1000 elements. Is there a way to create individual members for every SUPERC produced using any of the utilities?
EX:
PDS 1 :
AA
AB
AC
AD
.
.
.
.
.
PDS 2 :
AA
AB
AC
AD
.
.
.
.
.
I need to take SUPERC for every member in PDS 1 which has a matching member in PDS 2.
Output :
PDS 3 : ( SUPERC PDS )
AA
AB
AC
AD
.
.
.
.
.
Can this be automated?
Any help is much appreciated!
Thanks,
Martin |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Nov 10, 2009 12:06 pm Post subject: |
|
|
Martin,
1. Flatten the PDS1 and PDS2 to sequential files using IEBPTPCH
2. Using sort add the member name to every record of the member in pos 81
3. Now compare both seq files and list the differences _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Tue Nov 10, 2009 12:42 pm Post subject: |
|
|
Thanks for reply !!
I need help with point #3 here.... How do we create members out of the single PS file..
I searched the forum but couldn't find any similar examples.
TIA.
Martin |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|