|  
                   SET ENDIAN <BIG | LITTLE | NATIVE | OPPOSITE> 
                  The ENDIAN set option defines the byte-ordering for fetched 
                    data. Native is the default setting for this option. 
                  BIG will cause data to be 
                    fetched in BIG_ENDIAN format. 
                  LITTLE will cause data to 
                    be fetched in LITTLE_ENDIAN format. 
                  NATIVE will cause data to 
                    be fetched in the format native to the operating system. 
                  OPPOSITE will cause data 
                    to be fetched in the format opposite the native operating 
                    system. 
                   
                   |