The number of copies you want to print is an attribute of the spool file, not the program that produced it.
If the SPLF is still in the spool queue, you can change number of copies by using option 2=change and doing F4 prompt and chane COPIES from 1 to whatever number you want.
If this is something that prints as soon as it it is produced, you need to use the OVRPRTF command just before you call the program.
Or if the PRTF is only used in the program, you can do CHGPRTF and make the change to COPIES
Last Wiki Answer Submitted: September 26, 2011 12:08 pm by CharlieBrowne33,730 pts.
All Answer Wiki Contributors: CharlieBrowne33,730 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Is there a command to mass print…Are you needing to mass-print with multiple copies? If not, then this seems unrelated to this question thread. Open a new question thread to get better attention to your question and to make future searches easier for others.Tom
You issued the OVRPRTF with the correct file name with no of copies as ’10′.before calling the COBOL program in the same job stream? That should do what you want.
How is your printer configured? If it is an IP attached printer, you may only get one copy regardless of the copies specified in the OVRPRTF command. It depends on your configuration.
If IP attached printer, did you code anything in the Destination Options?
I have used OVRPRTF with no of copies as ’10′.
Is there a command to mass print your entire spool without having to mark each and every file in queue?
Is there a command to mass print…Are you needing to mass-print with multiple copies? If not, then this seems unrelated to this question thread. Open a new question thread to get better attention to your question and to make future searches easier for others.Tom
You issued the OVRPRTF with the correct file name with no of copies as ’10′.before calling the COBOL program in the same job stream? That should do what you want.
How is your printer configured? If it is an IP attached printer, you may only get one copy regardless of the copies specified in the OVRPRTF command. It depends on your configuration.
If IP attached printer, did you code anything in the Destination Options?