|
It's close. Al Mac* was hitting on the same idea. Is it as simple as calculating the product of Block Length and File Length, then summing all of those up? Then subtracting that sum from the listed tape capacity? I.e., does BlockLength * FileLength = number of tape bytes taken? Does tape hardware compression need to be considered when dealing with those numbers? /pseudo-code: DSPTAP *LABELS CPYSPLF the DSPTAP output, capture the Block Length and File Length for each label, calculate product and accumulate "TotalBytesSavedOnTape". Calculate tape's listed capacity to the byte level (i.e., 10GB = 10 * 1024 * 1024 * 1024) and subtract "TotalBytesSavedOnTape" from that to get the remaining space on the tape. /end of pseudo-code Seems too easy - if this works, someone should have published this before now. Dan Bale IT - AS/400 Handleman Company 248-362-4400 Ext. 4952 -------------------------- Original Message -------------------------- The closest I can come to a method for finding how much tape you have left, would be to use the OUTPUT parms on your save commands. Output them to a file, which you can than either download into EXCEL or use Query to do your math. I'm not sure if this is what you are looking for but I think it might be the closest (easy) way to find the information that you want.... Bruce Shultz Interkal, Kalamazoo,MI +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.