Ed Gould wrote: > If we want to delete the skip to channel 1 then I think you want to omit it > not include.
Thanks for spotting my error (I *said* my memory is not that good, mind you... ;-D ) INCLUDE COND=(1,7,CH,EQ,C'1IDCAMS') must be actually INCLUDE COND=(1,7,CH,NE,C'1IDCAMS') or something like that. You can split up the output using any of DFSORT or ICETOOL's statements. You can even subset some of IDCAMS's output to show only some fields you're interested to by using the correct INCLUDE statements. >However if the idea is to make you own decision on where to skip to channel 1 >you would have to insert at a later time the skip to channel one and the >header yourself. True. This gory stuff is for the OP. ;-D You can have ICETOOL use or omit titles/headers with/without date/time/headers/etc. You can have ICETOOL to use NOCC (no channel character). You can use LINES(n) to specify the lines per page. It is up to the OP to decide what he/she wants to use. As someone else said - there are more than one way to skin a cat. Ed, many thanks for spotting my syntax error. I really need your eyes, can I have them? :-D Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

