IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need to match only the program names


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gopalakrishnan V

Active User


Joined: 28 Jun 2010
Posts: 102
Location: chennai

PostPosted: Wed Nov 26, 2014 1:14 pm
Reply with quote

Hello,
I need to write a jcl.
Suppose i have an input ps file named INPUT1. INPUT1 contains the names of 20 programs. Example :
prog1
prog2
prog3
...
prog20.
Now i need to compare these program names of ps file named INPUT1 with another existing pds for ex: INPUT2.PDS which contains 30 members of which 20 members are having the same program name as INPUT1.
example : INPUT2.PDS
prog1
prog2
prog3

prog20
prog21
...
prog30
I need to match only the program names that are in INPUT1 with INPUT2.PDS. That is 20 program names will match.Now i need to copy the
contents of the 20 programs to my output pds file.
Please help me with the code.Thanks in advance
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Nov 26, 2014 1:29 pm
Reply with quote

It's a simple JOINKEYS to do the match, then generate some cards for something else. IEBCOPY for one example.
Back to top
View user's profile Send private message
Gopalakrishnan V

Active User


Joined: 28 Jun 2010
Posts: 102
Location: chennai

PostPosted: Wed Nov 26, 2014 4:31 pm
Reply with quote

That was helpful.i got the output.Thank you
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Nov 26, 2014 4:38 pm
Reply with quote

Can you post what you used, please. It can help someone in the future with a similar task.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top