MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SUPERC for multiple elements

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Martin
Beginner


Joined: 20 Mar 2006
Posts: 133
Topics: 58

PostPosted: Tue Nov 10, 2009 12:03 pm    Post subject: SUPERC for multiple elements Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Nov 10, 2009 12:06 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Martin
Beginner


Joined: 20 Mar 2006
Posts: 133
Topics: 58

PostPosted: Tue Nov 10, 2009 12:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Wed Nov 11, 2009 11:20 am    Post subject: Reply with quote

Martin,

You want the output of superc to be converted to a PDS for each member?

FYI , IEBUPDTE with PARM=NEW will let you create the PDS members from a sequential file

Check this link for an example

http://www.mvsforums.com/helpboards/viewtopic.php?p=8260#8260
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group