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

from 2 vsam file to three vsam file based on conditions


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sasi.palani

New User


Joined: 01 Jun 2005
Posts: 14

PostPosted: Tue Jun 21, 2005 7:27 pm
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
Frank Yaeger

DFSORT Developer


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

PostPosted: Tue Jun 21, 2005 8:54 pm
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:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/srtmst02.html#t05
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts Write record twice based on condition... SYNCSORT 7
No new posts Sort card to know that creation date ... DFSORT/ICETOOL 10
Search our Forums:


Back to Top