thanks for your response. Here's what I don't understand. If I create a dbspace for the DB, the dbspace is actually empty until I load data. Once data is in, then the space is filled up.
Using that idea, when I create dbspace for physical logging, the dbspace is empty, but when I use onparams, it becomes 50% full before I populate the database with data. If its 50% full, what is it full of?
The only thing I can figure is that the onparams utility reserves page-space, and that "fills" up the dbspace, so to speak. Is that true or false?