230 pts.
 Report size(spooled file size)
How do I determine a report size from a spool file in CL(using a CL command) Thanks

Software/Hardware used:
ASKED: September 9, 2011  5:20 PM
UPDATED: April 9, 2012  3:20 PM

Answer Wiki:
How do I convert a layer 3 switch to a layer 2 switch? Can I just configure the layer 3 switch as if it were a layer 2 switch? <a href="http://www.pipefittingchn.com/">pipe fitting</a> <a href="http://www.pipefittingchn.com/elbow.html">Pipe Elbow</a> | |<a href="http://www.pipefittingchn.com/tee.html">Pipe Tee</a> | |<a href="http://www.pipefittingchn.com/bend.html">Pipe Bend</a> | |<a href="http://www.pipefittingchn.com/cross.html">Pipe Cross</a> | |<a href="http://www.pipefittingchn.com/reducer.html">Pipe Reducer</a> | |<a href="http://www.pipefittingchn.com/cap.html">Pipe Cap</a> | |<a href="http://www.pipefittingchn.com/lapjoint.html">Lap joint</a> | |<a href="http://www.pipefittingchn.com/sliponflange.html">Slip on flange</a> |
Last Wiki Answer Submitted:  January 31, 2012  9:25 am  by    0 pts.
All Answer Wiki Contributors:    0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

How do I determine a report size…

Please define “report size”.

How many pages? How many lines? How many bytes? How wide a printline is? How many lines on a page?

Essentially everything can be retrieved by calling the Retrieve Spooled File Attributes (QUSRSPLA) API requesting format SPLA0100 for the spooled file that you’re interested in.

Look over the fields in that format to see if any combination matches what you need.

Tom

 110,115 pts.