> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Miklos Szigetvari > Sent: Monday, January 28, 2008 8:41 AM > To: [email protected] > Subject: Re: Keep only the tail of the dataset > > > Hi > > I mean the program is ready and working , so no program > modification, and it shoud happen "in flight" > For example keep only the last part of the trace.
Ah! My bad. In that case, I guess you would need to "pipe" the output to another process which would actually implement the "wrap around" logic to a file. I don't know of any such program, off hand. Does the "Batch PIPES" product still exist? That might be easier to implement than doing it yourself using UNIX facilities. The main problem that I see is starting the UNIX receiver process when your program starts. Unless your program is a UNIX program, then it is rather simple to start up the "receiver" using shell piping. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

