Hallo,
hier gibt es zwei Möglichkeiten, die vielleicht helfen:

Duplicate spool file.

System iNetwork - AS/400 ( AS400 ), iSeries, and i5 news, products, technical help DUPCHGSPLF (Duplicate and Change Spool File) Utility Article Information Article ID: 15870 Pub: Club Tech Systems Management Tips Newsletter Date: January 07, 2003 There are several ways to duplicate a spool file: * Use CPYSPLF to copy it to a physical file, then using CPYF to copy back to another spool file. * Use the SNDNETSPLF command. * Use the SNDTCPSPLF command. Another method has been posted in the iSeries Network forums by prolific utility author Herman Van der Staey. His DUPCHGSPLF utility not only duplicates spool files, but also expands the number of spool attributes you can change beyond those offered by the CHGSPLFA (Change Spooled File Attributes) command. Here's a sample DUPCHGSPLF command: DUPCHGSPLF JOB(123456/QSYSOPR/BACKUP) SPLFILE(QPJOBLOG) + SPLNBR(*LAST) LPI(8) CPI(12) FONT(*CPI) PAGRTT(90) + OUTQ(MYLIB/MYOUTQ) DRAWER(2) OUTBIN(3) + NEWUSER(JOE) NEWSPLNAME(BACKUPLOG) The source code for DUPCHGSPLF, along with an explanation of the other methods to duplicate a spool file, are available at http://www.iseriesnetwork.com/Forums...ID=30314&mc=16. There's also at least one shareware utility available to duplicate files: Duplicate Spooled File (SPL2SPL) BVS Tools http://www.bvstools.com/spl2spl.html .. Penton Technology Media Copyright � 2007 - Penton Technology Media System i is a trademark of International Business Machines Corporation and is used by Penton Media, Inc., under license. SystemiNetwork.com is published independently of International Business Machines Corporation, which is not responsible in any way for the content. Penton Media, Inc., is solely responsible for the editorial content and control of the System iNetwork.