Answer Posted / manasi
The Reclaim Spool Storage (RCLSPLSTG) command reclaims unused storage for spooled files that have not been used for more than the number of days specified by the user.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
describe the difference between the dowxx and douxx operations?
What is the difference between non-join logical files and join logical files?
what are all the contents of subfile?
what the purpose of ovrdta, ovrata keywords?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
how can I predict the performance of my cgis?
define a shared access path?
what are the important factors in error message subfile ?
how does the runqry show the output?
which are the figurative constants used in rpg?
why is as/400 called object oriented machine?
What is file access opcodes?
Difference Between Ca & Cf?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
define what a data queue is along with a brief example of what it may be used for?