View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Thu May 27, 2010 2:17 pm Post subject: need to know latest version of DFSORT PTF released |
|
|
Kolusu / Frank,
I am trying to run a test job to see what version of DFSORT I have:
Code: |
//STEP010 EXEC PGM=ICEMAN
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SORTIN DD *
YADAV2005
/*
//SORTOUT DD SYSOUT=*
//SYSIN DD *
OPTION COPY
/*
|
I check my SYSOUT and I get to see ICE201I :
Code: |
ICE250I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AND MORE
ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 15:12 ON THU MAY 27, 2010 -
OPTION COPY
ICE201I F RECORD TYPE IS F - DATA STARTS IN POSITION 1
ICE751I 0 C5-K90013 C6-K90013 C7-K90000 C8-K90013 E9-K90013 C9-BASE E5-K31980 E7-K24705
ICE193I 0 ICEAM1 ENVIRONMENT IN EFFECT - ICEAM1 INSTALLATION MODULE SELECTED
|
Does it mean that I do not have latest version of DFSORT.I have read from the SORTTRCK manual PDF that G indicates the November 2009 PTF.How do I know which is the lastest PTF now released. Please help me in this regard. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu May 27, 2010 2:43 pm Post subject: |
|
|
yadav2005,
If you looked at the sticky topics , you would have noticed the release dates next to each PTF
Here is the list
Code: |
PTF G - Nov 2009
PTF F - July 2008
PTF E - April 2006
|
_________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Thu May 27, 2010 3:43 pm Post subject: |
|
|
yadav2005,
ICE201I F means you have the July, 2008 PTF, but not the Nov, 2009 PTF. Ask your System Programmer to install the Nov, 2009 PTF. _________________ 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 |
|
Back to top |
|
|
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Thu May 27, 2010 11:34 pm Post subject: |
|
|
Thanks to both of you. |
|
Back to top |
|
|
|
|