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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top