| View previous topic :: View next topic |
| Author |
Message |
relaxing Beginner
Joined: 25 Aug 2003 Posts: 73 Topics: 29
|
Posted: Wed Dec 28, 2005 5:52 am Post subject: Count with RC4 |
|
|
Hello Members,
Strange problem.
Below code works well when I don't mention RC4.
| Code: | | COUNT FROM(FILEA) EMPTY RC4 |
I get following syntax error when I include RC4:
| Code: |
COUNT FROM(FILEA) EMPTY RC4
$
ICE604A 0 ERROR IN KEYWORD, PARAMETER, OR DELIMITER
ICE602I 0 OPERATION RETURN CODE: 12
|
Can you please tell me why. My syntax for forced return code looks ok as per the manual.
Regards, Relaxing. |
|
| Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Wed Dec 28, 2005 10:09 am Post subject: |
|
|
COUNT with RC4 requires z/OS DFSORT V1R5 PTF UQ95214 or DFSORT R14 PTF UQ95213 (Dec, 2004). The error message indicates you don't have that PTF installed. 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:
www.ibm.com/servers/storage/support/software/sort/mvs/pdug/ _________________ 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 |
|
 |
relaxing Beginner
Joined: 25 Aug 2003 Posts: 73 Topics: 29
|
Posted: Tue Jan 03, 2006 5:02 am Post subject: |
|
|
| Thanks Frank. I shall contact my system admin |
|
| Back to top |
|
 |
|
|
|