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 

SyncSort to DFSORT Help

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


Joined: 08 Oct 2004
Posts: 274
Topics: 52
Location: California

PostPosted: Wed Sep 23, 2009 4:13 pm    Post subject: SyncSort to DFSORT Help Reply with quote

We are tring to find out the impact of switching sort products(SyncSort to DFSORT). So I'm testing a job that runs on a reqular basis. The bacis sorting works without a hitch. The OUTREC statment is having a problem, can someone help?


Code:

C'|',143,2,C'|',147,1,C'|',598,1,           
C'|',139,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
C'|',152,2,C'|',156,1,C'|',599,1,           
C'|',148,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
C'|',161,2,C'|',165,1,C'|',600,1,           
C'|',157,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
C'|',170,2,C'|',174,1,C'|',601,1,           
C'|',166,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
C'|',179,2,C'|',183,1,C'|',602,1,           



                         C'|',143,2,C'|',147,1,C'|',598,1,           
                         C'|',139,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
                                                              $       
ICE007A 6 SYNTAX ERROR                                               
                         C'|',152,2,C'|',156,1,C'|',599,1,           
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',148,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',161,2,C'|',165,1,C'|',600,1,           
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',157,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',170,2,C'|',174,1,C'|',601,1,           
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',166,04,PD,EDIT=(STTTTT.TT),SIGNS(,-,,),
                          $                                           
ICE007A 1 SYNTAX ERROR                                               
                         C'|',179,2,C'|',183,1,C'|',602,1,           
                          $       
                                   

_________________
Thanks,
NASCAR9
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


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

PostPosted: Wed Sep 23, 2009 4:39 pm    Post subject: Reply with quote

The latest release of DFSORT is z/OS DFSORT V1R10 (for z/OS 1.10-1.11). That release supports all forms of the keyword/value syntax. For SIGNS, that would be
SIGNS(...) and SIGNS=(...).

Since you are getting a syntax error for SIGNS(...), you must be using z/OS DFSORT V1R5 (for z/OS 1.5-1.9). That release only supports SIGNS=(...), not SIGNS(...).

Here's the description of that change for z/OS DFSORT V1R10:

Quote:
DFSORT now allows additional syntactical forms for all of its PARM and control statement run-time parameters. Any parameter of the form keyword=value can now also be specified as keyword(value) or keyword=(value). Any parameter of the form keyword=(list) can now also be specified as keyword(list).


BTW, if you send me (yaeger@us.ibm.com) an e-mail requesting it, I will send you some documents that can help with the migration.
_________________
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
NASCAR9
Intermediate


Joined: 08 Oct 2004
Posts: 274
Topics: 52
Location: California

PostPosted: Wed Sep 23, 2009 5:19 pm    Post subject: Reply with quote

Thanks Frank! It works fine. We are in the midst of an upgrade to z/OS 1.11, currently we are 1.8. My systems guy just got the docs from you.
_________________
Thanks,
NASCAR9
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


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

PostPosted: Wed Sep 23, 2009 6:28 pm    Post subject: Reply with quote

Good. Feel free to e-mail me directly if you have any questions about migrating.
_________________
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
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