IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

User Abend S0016 while using DFSORT


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suthandira

New User


Joined: 06 Apr 2005
Posts: 10

PostPosted: Tue Jul 05, 2005 11:54 am
Reply with quote

Hi,

I am getting foll error msg and it returns Abend code s0016.when i am executing the Sortcard.
i couldn't able to find it out.


PRODUCT LICENSED FOR CPU SERIAL NUMBER 11DD4, MODEL 2064 1C8
SYSIN :
OPTION COPY
OUTREC IFTHEN=(WHEN=(1,3,CH,EQ,C'SUD'),
*
OVERLAY=(6:SEQNUM,2,ZD))
WER268A OUTREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000

/



//PS9728AC JOB (U,4019),'DEVI',CLASS=0,MSGCLASS=X,MSGLEVEL=(1,1),
// NOTIFY=&SYSUID
//S1 EXEC PGM=SORT
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=PS9728A.DEVI.PS1,DISP=SHR
//SORTOUT DD DSN=PS9728A.DEVI.AA,DISP=(NEW,CATLG),
// SPACE=(TRK,(2,2)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)
//SYSIN DD *
OPTION COPY
OUTREC IFTHEN=(WHEN=(1,3,CH,EQ,C'SUD'),
OVERLAY=(6:SEQNUM,2,ZD))


/*

Thanks in advance
Suguna.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Jul 05, 2005 12:11 pm
Reply with quote

Hi Suthandira,

Quote:
WER268A OUTREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000


SYNCSORT doesn't support IFTHEN.

Regards,

Priyesh.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Jul 05, 2005 9:38 pm
Reply with quote

Suguna,

Contrary to your Topic heading of "User Abend S0016 while using DFSORT", you are NOT using DFSORT.

The WER messages indicate you're using Syncsort, not DFSORT. DFSORT and Syncsort are competitive products. DFSORT supports the IFTHEN feature. Syncsort does not support the IFTHEN feature.
Back to top
View user's profile Send private message
Suthandira

New User


Joined: 06 Apr 2005
Posts: 10

PostPosted: Wed Jul 06, 2005 10:59 am
Reply with quote

Hi Frank and Priyesh,

Thanks a lot, I have confused.

Thanks and Regards,
Suthandira.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
Search our Forums:

Back to Top