Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
from 2 vsam file to three vsam file based on conditions

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
sasi.palani

New User


Joined: 01 Jun 2005
Posts: 14

PostPosted: Tue Jun 21, 2005 7:27 pm    Post subject: from 2 vsam file to three vsam file based on conditions
Reply with quote

Hi,

I got 2 vsam files, IP1 and IP2 . from these i have to create 3 vsam files namely OP1,OP2,OP3 based on the following conditions

Input files are

IP1 IP2

sub-id sub-id
_______________________
2 2
3 3
4 4
5 9
6 1
7
8
output files are

OP1 OP2 OP3
----------------------------------------------
2 6 9
3 7 1
4 8

OP1 = sub-id in IP1 & IP2 should match.
OP2 = Sub-id which is present in IP1 sholud not present in IP2
OP3 = sub-id which is present in IP2 sholud not present in IP1
Hope u all understand my condition s

please give me a solution as soon. thank you.
Back to top
View user's profile Send private message
References
PostPosted: Tue Jun 21, 2005 7:27 pm    Post subject: Re: from 2 vsam file to three vsam file based on conditions Reply with quote

Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4236
Location: San Jose, CA

PostPosted: Tue Jun 21, 2005 8:54 pm    Post subject:
Reply with quote

This same question was asked yesterday in the "JCL: Sort" topic and I answered it as follows:

You can do this kind of matching using the SPLICE operator of DFSORT's ICETOOL, as discussed in this Smart DFSORT Trick:

http://www.ibm.com/servers/storage/support/software/sort/mvs/tricks/srtmst02.html#t05
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1