Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


Remove Duplicates and rewrite file unsorted

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DFSORT , ICETOOL & Utilities
  View previous topic :: View next topic  
Author Message
maing
Member


Joined: 09 Nov 2006
Posts: 3

PostPosted: Thu Nov 09, 2006 5:33 pm    Post subject: Remove Duplicates and rewrite file unsorted Reply with quote

Hi,

I have a file that I need to remove duplicates from. When the duplicates are removed, I need an output file that is unsorted - that is, it hasn't changed the order of the original file - that I'm getting the original file minus the duplicates.

Is this possible? Any ideas would be great! Surprised
Back to top
View user's profile Send private message

dbzTHEdinosauer
Moderator


Joined: 02 Oct 2006
Posts: 406

PostPosted: Thu Nov 09, 2006 6:07 pm    Post subject: Reply with quote

use two sorts.

SORT 1:
  • add 6 char to length of output file
  • put seqno in new 6 char
  • SORT file based on keys that will identify dups
  • use drop dups


SORT 2:
  • SORT key is seqno added by first sort
  • use original record length (input to SORT 1) as length of OUTPUT, thus truncating the seqno added by SORT 1.


output of SORT 2 is a copy of your original minus the dups.
_________________
Dick Brenholtz
American in Varel, Germany
Back to top
View user's profile Send private message
maing
Member


Joined: 09 Nov 2006
Posts: 3

PostPosted: Thu Nov 09, 2006 6:24 pm    Post subject: Reply with quote

Thanks!

It kinda does do it - it gives me the orignal file minus the duplicates but the file is sorted - I need the file in it's original order. I don't want the file sorted sequentially. Is there something I can add to the first sorting? :o
Back to top
View user's profile Send private message
dbzTHEdinosauer
Moderator


Joined: 02 Oct 2006
Posts: 406

PostPosted: Thu Nov 09, 2006 6:28 pm    Post subject: Reply with quote

The seqno added (appended) to the output record needs to be added in the input phase of the sort, not the output phase, that way the seqno represents the original order.
_________________
Dick Brenholtz
American in Varel, Germany
Back to top
View user's profile Send private message
maing
Member


Joined: 09 Nov 2006
Posts: 3

PostPosted: Thu Nov 09, 2006 6:45 pm    Post subject: Reply with quote

Excellent! That has worked a treat!

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DFSORT , ICETOOL & Utilities 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

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Easytrieve program for getting Recound counts. 1 prakash.subramaniam 1578 Mon Oct 05, 2009 5:09 pm
Natarajan View latest post
No new posts Getting Error while using ICEMAN tool 4 giri211 2138 Mon Aug 31, 2009 3:59 pm
giri211 View latest post
No new posts Replacing characters Using JCL 5 rachitsethcse 2942 Thu Jul 23, 2009 9:46 pm
Frank Yaeger View latest post
No new posts Getting no of records in a file 8 Rajapriyaa 2479 Mon May 18, 2009 11:30 am
Anuj Dhawan View latest post
No new posts Calling COBOL from C - getting SOC1 0 balajiiinx 2673 Tue Sep 23, 2008 10:25 am
balajiiinx View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB