MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to identify the PTF or Version of DFSORT in the shop

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Maheshwari
Beginner


Joined: 19 Oct 2004
Posts: 21
Topics: 3

PostPosted: Tue Jan 25, 2005 11:18 pm    Post subject: How to identify the PTF or Version of DFSORT in the shop Reply with quote

Hi Frank,

Is there an easy way to identify the Version or PTF of DFSORT available in the shop.

Thanks
_________________
Amit
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Wed Jan 26, 2005 6:36 am    Post subject: Reply with quote

Maheswari,

May be Frank will show you an easier way to determine the PTF's. You can run a sample job to determine each PTF.

To determine if your shop had PTF UQ95214 and PTF UQ95213,(Dec, 2004)

Code:

//STEP0100  EXEC  PGM=ICEMAN
//SYSOUT    DD SYSOUT=*
//SORTIN    DD *
0001 20041210
0004
0007 20041110
//SORTOUT  DD SYSOUT=*
//SYSIN    DD    *
  SORT FIELDS=COPY
  INREC IFTHEN=(WHEN=(6,8,CH,EQ,C' '),OVERLAY=(6:DATE1))
/*


If you get a syntax error on IFTHEN parm, then your shop does not have the PTF installed.

To determine if your shop had PTF UQ90053 (Feb, 2003)

Code:

//STEP0100  EXEC  PGM=ICEMAN
//SYSOUT    DD SYSOUT=*
//SORTIN    DD *
2003-04-19-16.52.45
//SORTOUT  DD SYSOUT=*
//SYSIN    DD    *
  SORT FIELDS=COPY
  INCLUDE COND=(1,19,CH,GT,DATE4) 
/*


If you get a syntax error on DATE4 parm, then your shop does not have the PTF installed.

If your sysout has messages starting WERxxx, then you're using Syncsort, so you won't be able to use ALL the features of DFSORT.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Wed Jan 26, 2005 10:59 am    Post subject: Reply with quote

Quote:
Is there an easy way to identify the Version or PTF of DFSORT available in the shop.


Quote:
May be Frank will show you an easier way to determine the PTF's. You can run a sample job to determine each PTF.


z/OS DFSORT V1R5 has UQ90053 as part of the base so it doesn't need to be installed. UQ95214 needs to be installed for z/OS DFSORT V1R5. UQ95213 and UQ90053 need to be installed for DFSORT R14.

Your System Programmer should be able to tell you which DFSORT PTFs are installed. But you can use the jobs Kolusu shows to tell if UQ95214/UQ95213 is installed (which would mean that UQ90053 is installed), or if just UQ90053 is installed.

However, I ususally suggest this simpler OVERLAY job to determine if UQ95214/UQ95213 is installed rather than the IFTHEN job, although both are ok.

Code:

//S1  EXEC  PGM=ICEMAN
//SYSOUT    DD SYSOUT=*
//SORTIN    DD *
//SORTOUT  DD DUMMY
//SYSIN    DD    *
  OPTION COPY
  INREC OVERLAY=(5:C'A')
/*


If you don't have UQ95214 or UQ95213, you'll get a syntax error for the new OVERLAY parameter.

If you don't have UQ95214 (z/OS DFSORT V1R5) or UQ95213 (DFSORT R14), ask your System Programmer to install it (it's free). Installing it will bring in all the earlier functional PTFs (e.g. UQ90053).
_________________
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
View user's profile Send private message Send e-mail Visit poster's website
Maheshwari
Beginner


Joined: 19 Oct 2004
Posts: 21
Topics: 3

PostPosted: Wed Jan 26, 2005 7:31 pm    Post subject: Reply with quote

Kolusu and Frank,

Thanks for your inputs.

I had test run the jobs provided and OVERLAY and IFTHEN function do give me the error whereas later job from kolusu was successesful. I will contact my System Programmer for this. Thanks for your help.
_________________
Amit
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> 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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group