View previous topic :: View next topic |
Author |
Message |
deadlycoder Beginner
Joined: 25 May 2006 Posts: 24 Topics: 11
|
Posted: Thu Sep 14, 2006 2:14 am Post subject: DFSORT --- JFY |
|
|
Hi all,
I was using JFY keyword of DFSORT to justify left one field in my file layout.
There was a syntax error while acknowledging JFY. I don't know why.
SYSIN :
OPTION COPY
OUTREC FIELDS=(5,20,JFY=(SHIFT=LEFT))
*
WER268A OUTREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
Plz provide me a solution for this. _________________ 'Achievement is almost automatic when the goal becomes an inner commitment' |
|
Back to top |
|
|
acevedo Beginner
Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Thu Sep 14, 2006 2:30 am Post subject: |
|
|
Just one note: the WER* messages indicates you're using SyncSort. |
|
Back to top |
|
|
deadlycoder Beginner
Joined: 25 May 2006 Posts: 24 Topics: 11
|
Posted: Thu Sep 14, 2006 2:39 am Post subject: |
|
|
Hi acevedo,
The system messages do contain syncsort.
I am confused whether after using the DFSORT keyword JFY, is the system recognizing it? If not why.
How can i left justify my field?
Plz help me in this case. _________________ 'Achievement is almost automatic when the goal becomes an inner commitment' |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Sep 14, 2006 5:31 am Post subject: |
|
|
deadlycoder,
You are using Syncsort and it does NOT support the features like JFY and parse and many other functions of DFSORT. you need to write a program to justify your field
Kolusu _________________ 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 Sep 14, 2006 11:11 am Post subject: |
|
|
deadlycoder,
Your control statements work fine with DFSORT. But the WER messages indicate you're using Syncsort, not DFSORT. DFSORT supports JFY. Syncsort doesn't.
If you or anyone else on this board would like some documents prepared by the DFSORT Team that describe what we see as the advantages of DFSORT over Syncsort, as well as considersations for migrating from Syncsort to DFSORT, send me an e-mail offline (yaeger@us.ibm.com). Please put "DFSORT" somewere in your Subject line to catch my attention. _________________ 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 |
|
|
|
|