1,150 pts.
 AS/400 objects
Is there a way to find out from which ASP a object is retrieved on AS/400?

Software/Hardware used:
ibm i
ASKED: July 16, 2011  6:16 PM
UPDATED: March 31, 2012  9:15 PM

Answer Wiki:
You can use the DSPOBJD command for getting the detailed description about the object including the ASP details. You can find the ASP details under storage information. <pre>Storage information: Size . . . . . . . . . . . . . . . . : 110592 Offline size . . . . . . . . . . . . : 110592 Associated space size . . . . . . . : 4096 Optimum space alignment . . . . . . : YES Freed . . . . . . . . . . . . . . . : NO Compressed . . . . . . . . . . . . . : INELIGIBLE Object ASP number . . . . . . . . . : 1 Object overflowed . . . . . . . . : NO Object ASP device . . . . . . . . . : *SYSBAS Object ASP group . . . . . . . . . . : *SYSBAS </pre>
Last Wiki Answer Submitted:  July 18, 2011  6:05 am  by  deepu9321   3,370 pts.
All Answer Wiki Contributors:  deepu9321   3,370 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

You might also prompt the RTVOBJD command and review the help text for the ASP(), LIBASP(), OBJASPDEV() and LIBASPDEV() parameters.

Post back if clarification is needed. Describe the process that needs the information.

Tom

 108,025 pts.