Error ICE007A on ICETOOL OMIT sentence

2016-02-08 Thread Bill Woodger
You have unintentionally confused "the step runs to the end" with "run correctly". If I put in your three sets of Control Cards, in the SYSOUT output for each I get "ICE002I 0 DUPLICATE OR CONFLICTING OMIT STATEMENT". That's an informational message, and it doesn't explicitly tell you what

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-08 Thread Sri h Kolusu
on 02/08/2016 12:37:02 AM: > From: Hilario Garcia <libr...@gmail.com> > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 02/08/2016 12:37 AM > Subject: Re: Error ICE007A on ICETOOL OMIT sentence > Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> > > Hello, >

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-08 Thread Scott Barry
On Mon, 8 Feb 2016 01:37:02 -0600, Hilario Garcia wrote: >Hello, > >On book "Application Programmer Guide" appear the text: > >"You can specify either an INCLUDE statement or an OMIT statement in the same >DFSORT run, but not both". > >I read that before, but this is not

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-07 Thread Hilario Garcia
Hello, On book "Application Programmer Guide" appear the text: "You can specify either an INCLUDE statement or an OMIT statement in the same DFSORT run, but not both". I read that before, but this is not really truth. Dfsort run correctly if I write an INCLUDE and an OMIT like this examples:

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Sri h Kolusu
.EDU > Date: 02/05/2016 06:13 AM > Subject: Error ICE007A on ICETOOL OMIT sentence > Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> > > Hello, > > I need to omit records with some users that are located on SMF type > 30 records. > > The cod

Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Bill Woodger
From the DFSORT Application Programming Guide description of INCLUDE: "You can specify either an INCLUDE statement or an OMIT statement in the same DFSORT run, but not both" -- For IBM-MAIN subscribe / signoff / archive access

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Lizette Koehler
gt; Subject: Error ICE007A on ICETOOL OMIT sentence > > Hello, > > I need to omit records with some users that are located on SMF type 30 > records. > > The code that I have is: > > //STEP0010EXEC PGM=ICETOOL > //TOOLMSGDD SYSOUT=* > //DFSMSG DD

Re: Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Elardus Engelbrecht
Hilario Garcia wrote: >//STEP0010EXEC PGM=ICETOOL >//TOOLMSGDD SYSOUT=* >//DFSMSG DD SYSOUT=* >//VLSHCNTL DD * > OPTION COPY,VLSHRT > INCLUDE

Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Hilario Garcia
Hello, I need to omit records with some users that are located on SMF type 30 records. The code that I have is: //STEP0010EXEC PGM=ICETOOL //TOOLMSGDD SYSOUT=* //DFSMSG DD SYSOUT=* //VLSHCNTL DD *

Error ICE007A on ICETOOL OMIT sentence

2016-02-05 Thread Bill Woodger
You can't have both INCLUDE and OMIT in the same step. You'll need to work your omissions into the INCLUDE or your inclusions into the OMIT. On Friday, 5 February 2016 13:13:41 UTC, Hilario Garcia wrote: > Hello, > > I need to omit records with some users that are located on SMF type 30 >