Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Retention of spool request for 30 days

0 Kudos

How to retain spool request for 1 month?

In structure PRI_PARAMS (Structure for Passing Print Parameters) we can mention spool retention period. But its NUMC field with length 1.

I want spool request to expire after 30 days.

Please help

Regards,

Umesh

3 REPLIES 3

Former Member
0 Kudos

Hello Umesh ,

I belive you can try write simple program to catch the spool request using the name defined in PLIST and hold it longer

Regards

Zeev

Former Member
0 Kudos

Hello,

you could have a look to OSS-Note 64333. According to this spool retention period = '9' means 'eternal' lifetime. But you would need to delete these spool request's manually.

Regards

Wolfgang

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Just try making it as 9 days.After every 9 days , keep extending it to another 9 days .

Check this standard program.

RSPO0041 - Delete Old Spool Requests