Hi all, I'm working on a migration of Cobol programs from HP3000 to HP9000. Up till now the inetractive programs work fine (using eloquence). The batch program work fine too. When I have a print job it looks like something like this: /samco/pol/ppol9002 | lp -dlj402 OUTSAM As you can see it creates a spoolfile OUTSAM. Now I would like to give this another name like I can do on the HP3000 (file outsam=opol9002;dev=....). Another thing is: how can I print directly within an interactive program which creates several output files whitout stopping the program? Kind Regards Rob Daniels