Feb 16, 2003 #1 rfr100 MIS Joined Oct 19, 2001 Messages 608 Location GB Hi, We have an AS400 running BPCS ERP System, I need to find the total size of our live database. What is the command for displaying total library size ? Thanks, Rob
Hi, We have an AS400 running BPCS ERP System, I need to find the total size of our live database. What is the command for displaying total library size ? Thanks, Rob
Feb 18, 2003 #2 MikeV2 MIS Joined May 17, 2002 Messages 4 Location GB If you do a DSPLIB LIB(yourlib) OUTPUT(*PRINT), you will see the library size at the bottom of the spool file which is produced. HTH. Mike V. Upvote 0 Downvote
If you do a DSPLIB LIB(yourlib) OUTPUT(*PRINT), you will see the library size at the bottom of the spool file which is produced. HTH. Mike V.