You can determine the number of 4K pages that each spool file command is 
currently using from a Privclass "D" userid with the commands:

CP QUERY RDR EXP
CP QUERY PRT EXP
CP QUERY PUN EXP

The 'SIZE' column has the answers.  This should get you started.

 'PIPE (NAME SumRdr)' , 
    '| CP QUERY RDR EXP' , 
    '| DROP 1' ,                           /* Drop title line */ 
    '| SPECS' ,                            /* Just the size   */ 
    '         PRINTONLY EOF' ,             /* Prt only total  */ 
    '         a: 77.4 .' ,                 /* Just SIZE col.  */ 
    '         SET #0+=a' ,                 /* Add new value   */ 
    '         EOF' ,                       /* Mark EOF        */ 
    '         PRINT #0 1' ,                /* Print total     */ 
    '| CONSOLE'
 
Mike Walter
Aon Hewitt
The opinions expressed herein are mine alone, not my employer's.



"George Henke/NYLIC" <[email protected]> 

Sent by: "The IBM z/VM Operating System" <[email protected]>
10/19/2010 06:50 PM
Please respond to
"The IBM z/VM Operating System" <[email protected]>



To
[email protected]
cc

Subject
Spool File Backup (SFB) BCHTIMER Files







I thought I saw some detail document for SFB which discussed the creation 
and contents of BCHTIMER files. 

My current system has been creating automagically and spooling them to 
MAINT for several years. 

No sure what is triggering the process. 

Also any idea of how much disk space is needed for offloading SPOOL files, 
not SDF?  The same, more, or less? 
  
 




The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 

Reply via email to