Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Regarding SEQNUM and IF-THEN in SYNCSORT

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
Suguna

New User


Joined: 27 Jun 2005
Posts: 1
Location: Pune

PostPosted: Mon Jun 27, 2005 7:32 pm    Post subject: Regarding SEQNUM and IF-THEN in SYNCSORT
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.
Thanks in advance
Suguna.



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

Code:


//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))                               



*
Back to top
View user's profile Send private message
References
PostPosted: Mon Jun 27, 2005 7:32 pm    Post subject: Re: Regarding SEQNUM and IF-THEN in SYNCSORT Reply with quote

jayesh_g

New User


Joined: 03 Mar 2004
Posts: 25

PostPosted: Mon Jun 27, 2005 10:20 pm    Post subject: Re: Regarding SEQNUM and IF-THEN in SYNCSORT
Reply with quote

AFAIK, IFTHEN is supported only by DFSORT and not SyncSort.

-Jayesh.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1