Support This Project Get i5/OS Programmer's Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads

QShell Commands miobjtype and exobjtype

Go back to main page of i5/OS Programmer's Toolkit.

QShell commands miobjtype and exobjtype convert an external object type to MI (Machine Interface) object type and vice versa. The term MI object type is also refered to as internal object type which consists of two bytes of hexadecimal type codes. The first byte is type code, the second is sub-type code. For example, external object type *USRQ's MI object type is hex 0A02 in which hex 0A is *USRQ's type code (the same with all other types of i5/OS queue objects), and hex 02 is *USRQ's sub-type code (different from all other types of queue objects).

Examples

   > qsh
     $           
   > miobjtype *USRQ
     0A02
     $           
   > miobjtype *OCUR
     0DEF
     $           
   > exobjtype 0401
     *LIB
     $           
   > exobjtype 0A01
     *DTAQ
     $           

Support This Project
Generated on Thu Oct 27 08:16:55 2011 for i5/OS Programmer's Toolkit: QShell Utilities by  doxygen 1.5.9