Posted: Wed Dec 05, 2007 11:03 am Post subject: PLISRTA and CA SORT
Hi,
Before writing this query, I checked all the post regarding PLISRTA in this forum. But I coudn't get exact answer.
My questions is, is there any difference between CA SORT and PLISRTA?
In my shop, intially they used CA Sort(SRTOPEN,SRTGET & SRTFILL) for sorting internal records. Now we are migrating all the sort programs in to PLISRTA call(As per my knowledge, it uses DFSort).
We are facing diffenence in output in sorting between CA SORT output and PLISRTA output.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Dec 05, 2007 11:35 am Post subject:
The difference here seems to be that EQUALS is in effect for CA-SORT, but not for DFSORT. That has nothing to do with PLISRTA. It just means that your site does not have EQUALS=YES as the installation default for DFSORT. You can get what you want by specifying the following in your job:
Code:
//DFSPARM DD *
OPTION EQUALS
/*
This tells DFSORT to use EQUALS which guarantees that records with the same key will be sorted in their original order. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You are exactly right. it works if I introduce 'EQUALS' in the PLISTRA parameter.
Other than this, is there any direct matching(Like, if SRTGET,SRTFILL used in CA SORT, we need to use certain parameter to match the same in PLISRTA) between, CA SORT and PLISRTA ? or its depends up on the sort records ?
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Dec 06, 2007 12:48 pm Post subject:
I can't answer your question. I don't know anything about CA-SORT's SRTGET and SRTFILL. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
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