Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Dec 26, 2007 10:05 am Post subject:
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
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.
All times are GMT - 5 Hours Goto page Previous1, 2
Page 2 of 2
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