The explanation: "A required keyword has not been specified on a Sync-Sort control statement."
It would be helpful to know which one.
Here's the code:
SORT FIELDS=(1,2,CH,A, ** BATCH NUMBER
3,4,BI,A, ** ACCOUNT NUMBER
7,2,CH,A, ** STMNT LINE TYPE
12,10,CH,A) ** CLAIM #/ACTY DTE
INCLUDE COND=(1,2,CH,EQ,C'01',
OR,1,2,CH,EQ,C'02',
OR,1,2,CH,EQ,C'05',
OR,1,2,CH,EQ,C'06')
DYNALLOC=(SYSDA,6)
3,4,BI,A, ** ACCOUNT NUMBER
7,2,CH,A, ** STMNT LINE TYPE
12,10,CH,A) ** CLAIM #/ACTY DTE
INCLUDE COND=(1,2,CH,EQ,C'01',
OR,1,2,CH,EQ,C'02',
OR,1,2,CH,EQ,C'05',
OR,1,2,CH,EQ,C'06')
DYNALLOC=(SYSDA,6)
Can anyone spot what's wrong? Or even offer a clue as to where to look?
Thanks.
George