Separate spool files from the same program

Separate spool files from the same program

In general applications, RPG print programs will generate a spool file with one or more pages. If you want to generate separate spool files from the single run of the program for each single page, or for a group of records, there is a way. By doing Closing and Opening of the Print file, or using FEOD Opcode you can do this. Every time Program Opens and Closes Printer file or executes FEOD command it closes the current spool file and opens the new spool file for the same printer file.

This technique can be use in a situation where the spool file is copied to a database file and then the database file is again spilt into more specific files. To avoid the hassle of splitting into specific files you can code the same logic into the main print program and split the spool file instead. And what you get is filtered data in separate spool files to be copied to different database files.

There can be many more uses for this technique.


    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.

    By submitting your registration information to Search400.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of Search400.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

This was first published in April 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.