Dear All
We have requirement in which we need to change the sequence of spool request before printing. The spools will have no immediate printing.
Ex : spool requests
1001
1002
1003
1004
We want the spool printing on actual print should be controlled like :
1003
1001
1004
1002
As per understanding the prints will happen in the ascending order of spool request.
Is is possible to change the this print sequence through some program depending on our logic ?
Thanks in advance.