Re: DFSORT and SS

2006-08-06 Thread Frank Yaeger
Radoslaw Skorupka wrote on 08/03/2006 01:24:00 AM: The step is ended OK (RC=0), but the records are not OMITted. I suspect, that records shorter than 32000 are not filtered. BTW: I think I got the solution. Someone sent it to me offline (THANK YOU!). I just did quick test and it seems to be

Re: DFSORT and SS

2006-08-03 Thread R.S.
David Betten wrote: Frank Yaeger is always the best at answering these types of questions but he's on vacation this week. So I forwarded your question to Vicky Vezinaw and she supplied the following answers. ANSWER to Q1: When you say: I used the following syntax: OMIT

Re: DFSORT and SS

2006-08-02 Thread David Betten
Frank Yaeger is always the best at answering these types of questions but he's on vacation this week. So I forwarded your question to Vicky Vezinaw and she supplied the following answers. ANSWER to Q1: When you say: I used the following syntax: OMIT

Re: DFSORT and SS

2006-08-02 Thread Reda, John
, John Reda Software Services Manager Syncsort Inc. 201-930-8260 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of R.S. Sent: Tuesday, August 01, 2006 12:42 PM To: IBM-MAIN@BAMA.UA.EDU Subject: DFSORT and SS I have variable length

DFSORT and SS

2006-08-01 Thread R.S.
I have variable length records to filter. I should omit all records containing given string, i.e. SMITH. I used the following syntax: OMIT COND=(5,32000,SS,EQ,C'SMITH') OPTION COPY,VLSHRT Unfortunately it doesn't work. When I changed the lenght: OMIT COND=(5,900,SS,EQ,C'SMITH') then some