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 

Need to insert variable values in the record
Goto page Previous  1, 2
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


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

PostPosted: Wed Dec 26, 2007 10:05 am    Post subject: Reply with quote

Quote:
But you should be able to use SYNCSORT just as well.


Nope. My job uses DFSORT's SQZ function which is not available with Syncsort.

Quote:
This seems that my shop not using DFSORT.So how to invoke DFSORT.


Your site must have a license for DFSORT in order to use it. It appears Syncsort is the primary sort product at your site (the one that gets invoked by PGM=SORT). If your site does have a license for both products (possible, but unlikely), then you'll need to JOBLIB or STEPLIB to the libraries where your system programmers installed DFSORT in order to use it. So ask your System Programmers if DFSORT is available and if so, which libraries to invoke it from.
_________________
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
amargulies
Beginner


Joined: 10 Jan 2007
Posts: 123
Topics: 0

PostPosted: Thu Dec 27, 2007 3:21 pm    Post subject: Reply with quote

sivafdms wrote:
Code:

SYSIN :                                                                     
  OPTION COPY                                                               
   OUTFIL REMOVECC,                                                         
     HEADER1=('LOAD  DATA RESUME YES LOG NO NOCOPYPEND',/,                   
        'INTO TABLE C0C.T5987'),                                             
  IFOUTLEN=80,                                                             
  IFTHEN=(WHEN=INIT,BUILD=(C'PART ',1,10,C' REPLACE KEEPDICTIONARY')),     
                            *                                                           
    IFTHEN=(WHEN=INIT,OVERLAY=(1,80,SQZ=(SHIFT=LEFT,MID=C' ')))             
WER268A  OUTFIL STATEMENT  : SYNTAX ERROR                                   
WER211B  SYNCSMF  CALLED BY SYNCSORT; RC=0000                               
WER449I  SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE                               

Siva,

Th syntax error you encountered is a bug in SyncSort code related to IFTHEN on the OUTFIL statement with a multi-line header. We are currently working on a fix. Please contact SyncSort Mainframe Product Services so that we can provide you with the fix when it becomes available.

Regards,
_________________
Alissa Margulies
SyncSort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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