Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Dec 28, 2005 10:20 am Post subject:
You say it's working fine in one case, but not in the other, but the two cases you show seem to be identical, that is:
Code:
TRAILER1=(1:X'FFFF',COUNT=(M11,LENGTH=8))
If the $ for the syntax error is under the X'FFFF', that would indicate you don't have z/OS DFSORT V1R5 PTF UQ95214 or DFSORT R14 PTF UQ95213 (Dec, 2004) which is needed in order to use hex constants in HEADERx/TRAILERx. Ask your System Programmer to install it (it's free). For complete details on all of the new DFSORT and ICETOOL functions available with the Dec, 2004 PTF, see:
If that's not the problem, then please be more clear about what's working and what's not working. _________________ 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
Hi frank...
It was a typo.. when i tried the same with FB file it worked and didnt gave any syntax error. But this sort card with VB file is giving the problem
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Dec 28, 2005 11:51 am Post subject:
I don't see any reason why that same TRAILER1 operand would get a syntax error with VB, but not with FB. When I run your control statements with DFSORT (I have the PTF of course), it runs fine with VB.
Try the following to find out if you have the DFSORT Dec, 2004 PTF installed:
If you get return code 16, you don't have the PTF so you need to get it installed in order to use X'FFFF' in TRAILER1 (with FB or VB). If you get return code 0, you do have the PTF, so I'd need to see the complete //SYSOUT messages for both the FB run you say didn't get the ICE007A and the VB run you say did. _________________ 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
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Dec 29, 2005 10:43 am Post subject:
Ok. I thought that might be the case (different machines). Thanks for the feedback. _________________ 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