IIRC - Not difficult if you are not using anything unique to CA Sort. All sort
products (DFSORT, SYNCSORT, and CA SORT) are mostly interchangeable. The
PGM=SORT is the same in all three and I think the Control Cards are mostly the
same. Sort is one product where interchangeability seemed to rule.
If DFSORT is not installed as your primary z/OS sort product do one of the
following:
Add the DFSORT SORTLPA library to the link pack area list; then add the
DFSORT SICELINK library to the link list.
OR
Add the DFSORT SICELINK library to the link list; then add the DFSORT
SORTLPA library to the link list.
Important: If any non-IBM primary sort product is installed in the link
list, install DFSORT in the link list, in system search order.
Recommendation: If any non-IBM primary sort product is installed in the
link pack area, add the DFSORT libraries to the link list.
For testing, you can
Add the DFSORT SICELINK library to the JOBLIB statement; then add the
DFSORT SORTLPA library to the JOBLIB statement.
Add the DFSORT SICELINK library to the STEPLIB DD statement; then add the
DFSORT SORTLPA library to the STEPLIB DD statement.
Add the DFSORT modules to a private library that is equivalent to one of
the above configurations.
You may need to update IFAPRDxx in SYS1.PARMLIB to enable DFSORT.
Review any configuration done in CA Sort with ICEMACx members. I think you
need a usermod for these.
But you can test with STEPLIBs for a few of your sort jobs. Once you know those
work, you can probably just change the CA Sort to be below DFSORT in LINKLST
and LPALST
I think the DFSORT libraries are part of the system install so you may already
have them in your system.
You may just need to review how to locate them and plan how to swap out the CA
Sort information.
Review the SVC 17 ESR and see if that is still needed.
Review any configuration and see how ICEMACx may need to be updated.
I think IBM Support may have info on this process.
Lizette
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Denis Manach
> Sent: Wednesday, December 04, 2013 6:34 AM
> To: [email protected]
> Subject: Migration from Ca-sort to Dfsort (z/os) : any experience or paper ?
>
> Hi,
> We run z/os 1.13 with ca-sort 7.1 (a Computer Associates product).
> This sort software is discontinued since January 30, 2012 and I’m trying to
> evaluate
> the project of migration to dfsort in order to be full compatible and
> supported when
> z/os 2.1 will come.
> Before starting migration, I should be happy finding some document or
> experience
> about compatibility between these two sort softwares (supported files, sort
> functions
> and parameters, default sort options) in order to help me answer such
> questions:
> - Are there parameters wrotten differently ?
> - Are there some ca-sort parameter which has no equivalent in dfsort ?
> - how long migration can spend ?
> Ibm support could not help me in this task.
> This IBM-MAIN Forum topic "Has anyone replaced ca-sort with ibm sort recently?
> any issues?" says it is not very difficult without bringing more information.
> We use ca-sort in a basic way :
> - Svc 17 esr loaded at ipl time
> - a module defining default sort options
> - 4000 batch sort steps
> o //STEP030 EXEC PGM=SORT
> o //SORTIN DD DSN=FPAIMA.AIMA864A,DISP=SHR
> o //SORTOUT DD DSN=FPAIMA.AIMA864A,DISP=SHR
> o //SORTWK01 DD UNIT=SYSWK,SPACE=(CYL,(25,1),RLSE)
> o //SORTWK02 DD UNIT=SYSWK,SPACE=(CYL,(25,1),RLSE)
> o //SORTWK03 DD UNIT=SYSWK,SPACE=(CYL,(25,1),RLSE)
> o //SYSOUT DD SYSOUT=*
> o //SYSIN DD *
> o SORT FIELDS=(1,38,A),FORMAT=CH
> - SUM FIELDS=NONE
> o /*
> - Sort modules are in linklist
> - Of course above sysin changes according to application’s need
> - We don’t use sort exits and very few sorts are invoked by programs
> rather
> than by JCLs
> Regards
> Denis
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN