>>---------------------------------------------------------------------
>>-- File: SQLQAT14                Formerly $cats.testest.qat011t
>>-- Component: NonStop SQL Regression Test Suite
>>-- Description:
>>--    This test unit is a positive local test for the select statement.
>>-- It tests join select statements (selects based on 2 or more tables)
>>-- in simple form (no clauses other than SELECT-FROM).  In particular,
>>-- the select statements in this test unit have no where, group by, or
>>-- order by clauses.
>>--    This test unit uses the select global data base (<subvol>). Each
>>-- test case in this test unit tests a particular feature of simple
>>-- join select statements.  For each test case, the following combinations
>>-- of objects are tested:
>>--       base table - base table
>>--       base table - protection view
>>--       base table - shorthand view
>>--       protection view - protection view
>>--       protection view - shorthand view
>>--       shorthand view - shorthand view
>>--       base table with itself
>>--       protection view with itself
>>--       shorthand view with itself
>>--       3 or more base tables
>>
>>--    The test cases in this test unit are as follows:
>>
>>--       A0: select an explicit column list from the above object combinations
>>--       A1: select distinct, select all
>>--       A2: select SYSKEY
>>--       A3: select *
>>--       A4: select expressions of columns
>>--       A5: use of for browse access,for stable access,for repeatable access
>>--       A6: select aggregate functions
>>
>>-- All testcases are documented further below.
>>
>>-- ******************     end test unit comments     ********************
>>
>>-- <testunit-summary>
>>-- select #4 pos/loc ufi joins simple
>>
>>-- <testunit-specs>
>>
>>-- mode-type ufi
>>-- test-type functional
>>-- form-type pos/loc
>>
>>-- <testcase A0>
>>
>>--    <detail>
>>--        joins simple select test - select an explicit column list from
>>--        the above listed combination of objects. Test the selection of
>>--        qualified same named columns, unqualified different named columns,
>>--        and qualified different named columns.
>>
>>--    <switches>
>>--        pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--        US00
>>
>>--    <ufi-input>
>>       select  btsel01.binary_32_u, btsel03.binary_32_u
+>       from btsel01,btsel03;

BINARY_32_U  BINARY_32_U
-----------  -----------

      90.00         5.00
      90.00        70.00
      90.00         6.00
      90.00         6.00
      90.00        50.00
      90.00      1000.00
      90.00         6.00
      90.00         6.00
      50.00         5.00
      50.00        70.00
      50.00         6.00
      50.00         6.00
      50.00        50.00
      50.00      1000.00
      50.00         6.00
      50.00         6.00
      60.00         5.00
      60.00        70.00
      60.00         6.00
      60.00         6.00
      60.00        50.00
      60.00      1000.00
      60.00         6.00
      60.00         6.00
      80.00         5.00
      80.00        70.00
      80.00         6.00
      80.00         6.00
      80.00        50.00
      80.00      1000.00
      80.00         6.00
      80.00         6.00
      90.00         5.00
      90.00        70.00
      90.00         6.00
      90.00         6.00
      90.00        50.00
      90.00      1000.00
      90.00         6.00
      90.00         6.00
      80.00         5.00
      80.00        70.00
      80.00         6.00
      80.00         6.00
      80.00        50.00
      80.00      1000.00
      80.00         6.00
      80.00         6.00
      40.00         5.00
      40.00        70.00
      40.00         6.00
      40.00         6.00
      40.00        50.00
      40.00      1000.00
      40.00         6.00
      40.00         6.00
      70.00         5.00
      70.00        70.00
      70.00         6.00
      70.00         6.00
      70.00        50.00
      70.00      1000.00
      70.00         6.00
      70.00         6.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select  btsel01.var_char, btsel03.pic_9_7
+>       from btsel01,btsel03;

VAR_CHAR                                                                                                                                                                                                                                                       PIC_9_7
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------

thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
B                                                                                                                                                                                                                                                                   90
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                  100
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   90
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                  100
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
jimmy                                                                                                                                                                                                                                                               90
jimmy                                                                                                                                                                                                                                                               50
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               50
jimmy                                                                                                                                                                                                                                                              100
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               80
christopher                                                                                                                                                                                                                                                         90
christopher                                                                                                                                                                                                                                                         50
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         50
christopher                                                                                                                                                                                                                                                        100
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         80
marilyn                                                                                                                                                                                                                                                             90
marilyn                                                                                                                                                                                                                                                             50
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             50
marilyn                                                                                                                                                                                                                                                            100
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             80
thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select var_char,pic_9_7
+>       from btsel01,btsel03;

VAR_CHAR                                                                                                                                                                                                                                                       PIC_9_7
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------

thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
B                                                                                                                                                                                                                                                                   90
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                  100
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   90
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   50
B                                                                                                                                                                                                                                                                  100
B                                                                                                                                                                                                                                                                   80
B                                                                                                                                                                                                                                                                   80
jimmy                                                                                                                                                                                                                                                               90
jimmy                                                                                                                                                                                                                                                               50
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               50
jimmy                                                                                                                                                                                                                                                              100
jimmy                                                                                                                                                                                                                                                               80
jimmy                                                                                                                                                                                                                                                               80
christopher                                                                                                                                                                                                                                                         90
christopher                                                                                                                                                                                                                                                         50
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         50
christopher                                                                                                                                                                                                                                                        100
christopher                                                                                                                                                                                                                                                         80
christopher                                                                                                                                                                                                                                                         80
marilyn                                                                                                                                                                                                                                                             90
marilyn                                                                                                                                                                                                                                                             50
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             50
marilyn                                                                                                                                                                                                                                                            100
marilyn                                                                                                                                                                                                                                                             80
marilyn                                                                                                                                                                                                                                                             80
thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              90
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              50
thomas                                                                                                                                                                                                                                                             100
thomas                                                                                                                                                                                                                                                              80
thomas                                                                                                                                                                                                                                                              80

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select  btsel01.medium_int, btsel01.large_int,
+>               pvsel01.medium_int, pvsel01.binary_signed
+>       from btsel01,pvsel01;

MEDIUM_INT  LARGE_INT             MEDIUM_INT  BINARY_SIGNED
----------  --------------------  ----------  -------------

      8000                   200        8000          -5000
      8000                   200       10000           8000
      8000                   200        5000           4000
      8000                   200        1000           3000
      8000                   200        8000           2000
      8000                   200        9000           1000
      8000                   200        8000             60
      8000                   200       10000             50
     10000            1000000000        8000          -5000
     10000            1000000000       10000           8000
     10000            1000000000        5000           4000
     10000            1000000000        1000           3000
     10000            1000000000        8000           2000
     10000            1000000000        9000           1000
     10000            1000000000        8000             60
     10000            1000000000       10000             50
      8000                 -1000        8000          -5000
      8000                 -1000       10000           8000
      8000                 -1000        5000           4000
      8000                 -1000        1000           3000
      8000                 -1000        8000           2000
      8000                 -1000        9000           1000
      8000                 -1000        8000             60
      8000                 -1000       10000             50
      9000                   999        8000          -5000
      9000                   999       10000           8000
      9000                   999        5000           4000
      9000                   999        1000           3000
      9000                   999        8000           2000
      9000                   999        9000           1000
      9000                   999        8000             60
      9000                   999       10000             50
      8000              -1000000        8000          -5000
      8000              -1000000       10000           8000
      8000              -1000000        5000           4000
      8000              -1000000        1000           3000
      8000              -1000000        8000           2000
      8000              -1000000        9000           1000
      8000              -1000000        8000             60
      8000              -1000000       10000             50
      1000                  2000        8000          -5000
      1000                  2000       10000           8000
      1000                  2000        5000           4000
      1000                  2000        1000           3000
      1000                  2000        8000           2000
      1000                  2000        9000           1000
      1000                  2000        8000             60
      1000                  2000       10000             50
      5000                     0        8000          -5000
      5000                     0       10000           8000
      5000                     0        5000           4000
      5000                     0        1000           3000
      5000                     0        8000           2000
      5000                     0        9000           1000
      5000                     0        8000             60
      5000                     0       10000             50
     10000                  1000        8000          -5000
     10000                  1000       10000           8000
     10000                  1000        5000           4000
     10000                  1000        1000           3000
     10000                  1000        8000           2000
     10000                  1000        9000           1000
     10000                  1000        8000             60
     10000                  1000       10000             50

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select  btsel01.medium_int, pvsel03.new_name_1
+>       from btsel01,pvsel03;

MEDIUM_INT  NEW_NAME_1
----------  ----------

      8000          90
      8000          80
      8000          80
      8000          80
     10000          90
     10000          80
     10000          80
     10000          80
      8000          90
      8000          80
      8000          80
      8000          80
      9000          90
      9000          80
      9000          80
      9000          80
      8000          90
      8000          80
      8000          80
      8000          80
      1000          90
      1000          80
      1000          80
      1000          80
      5000          90
      5000          80
      5000          80
      5000          80
     10000          90
     10000          80
     10000          80
     10000          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>       select btsel01.medium_int,new_name_1
+>       from btsel01,pvsel03;

MEDIUM_INT  NEW_NAME_1
----------  ----------

      8000          90
      8000          80
      8000          80
      8000          80
     10000          90
     10000          80
     10000          80
     10000          80
      8000          90
      8000          80
      8000          80
      8000          80
      9000          90
      9000          80
      9000          80
      9000          80
      8000          90
      8000          80
      8000          80
      8000          80
      1000          90
      1000          80
      1000          80
      1000          80
      5000          90
      5000          80
      5000          80
      5000          80
     10000          90
     10000          80
     10000          80
     10000          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>       select  btsel01.pic_x_7, svsel13.pic_x_7
+>       from btsel01,svsel13;

PIC_X_7  PIC_X_7
-------  -------

michael  A      
9        A      
johnny   A      
jimmy    A      
sue      A      
7        A      
bobby    A      
walter   A      
michael  7      
9        7      
johnny   7      
jimmy    7      
sue      7      
7        7      
bobby    7      
walter   7      
michael  7      
9        7      
johnny   7      
jimmy    7      
sue      7      
7        7      
bobby    7      
walter   7      
michael  B      
9        B      
johnny   B      
jimmy    B      
sue      B      
7        B      
bobby    B      
walter   B      

--- 32 row(s) selected.
>>--    <ufi-input>
>>       select  btsel01.decimal_1, svsel13.new_name_1
+>       from btsel01,svsel13;

DECIMAL_1  NEW_NAME_1
---------  ----------

        7          90
        7          90
        9          90
        8          90
        1          90
        5          90
        5          90
        4          90
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>       select decimal_1,new_name_1
+>       from btsel01,svsel13;

DECIMAL_1  NEW_NAME_1
---------  ----------

        7          90
        7          90
        9          90
        8          90
        1          90
        5          90
        5          90
        4          90
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80
        7          80
        7          80
        9          80
        8          80
        1          80
        5          80
        5          80
        4          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>       select  pvsel01.medium_int, pvsel04.pic_x_7
+>       from pvsel01,pvsel04;

MEDIUM_INT  PIC_X_7
----------  -------

      8000  7      
      8000  green  
      8000  black  
      8000  white  
      8000  B      
      8000  A      
     10000  7      
     10000  green  
     10000  black  
     10000  white  
     10000  B      
     10000  A      
      8000  7      
      8000  green  
      8000  black  
      8000  white  
      8000  B      
      8000  A      
      9000  7      
      9000  green  
      9000  black  
      9000  white  
      9000  B      
      9000  A      
      8000  7      
      8000  green  
      8000  black  
      8000  white  
      8000  B      
      8000  A      
      1000  7      
      1000  green  
      1000  black  
      1000  white  
      1000  B      
      1000  A      
      5000  7      
      5000  green  
      5000  black  
      5000  white  
      5000  B      
      5000  A      
     10000  7      
     10000  green  
     10000  black  
     10000  white  
     10000  B      
     10000  A      

--- 48 row(s) selected.
>>--    <ufi-input>
>>       select  pvsel01.binary_signed, pvsel04.var_char
+>       from pvsel01,pvsel04;

BINARY_SIGNED  VAR_CHAR
-------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

           60  tom                                                                                                                                                                                                                                                        
         4000  tom                                                                                                                                                                                                                                                        
         2000  tom                                                                                                                                                                                                                                                        
         3000  tom                                                                                                                                                                                                                                                        
        -5000  tom                                                                                                                                                                                                                                                        
         1000  tom                                                                                                                                                                                                                                                        
           50  tom                                                                                                                                                                                                                                                        
         8000  tom                                                                                                                                                                                                                                                        
           60  bob                                                                                                                                                                                                                                                        
         4000  bob                                                                                                                                                                                                                                                        
         2000  bob                                                                                                                                                                                                                                                        
         3000  bob                                                                                                                                                                                                                                                        
        -5000  bob                                                                                                                                                                                                                                                        
         1000  bob                                                                                                                                                                                                                                                        
           50  bob                                                                                                                                                                                                                                                        
         8000  bob                                                                                                                                                                                                                                                        
           60  bill                                                                                                                                                                                                                                                       
         4000  bill                                                                                                                                                                                                                                                       
         2000  bill                                                                                                                                                                                                                                                       
         3000  bill                                                                                                                                                                                                                                                       
        -5000  bill                                                                                                                                                                                                                                                       
         1000  bill                                                                                                                                                                                                                                                       
           50  bill                                                                                                                                                                                                                                                       
         8000  bill                                                                                                                                                                                                                                                       
           60  christopher                                                                                                                                                                                                                                                
         4000  christopher                                                                                                                                                                                                                                                
         2000  christopher                                                                                                                                                                                                                                                
         3000  christopher                                                                                                                                                                                                                                                
        -5000  christopher                                                                                                                                                                                                                                                
         1000  christopher                                                                                                                                                                                                                                                
           50  christopher                                                                                                                                                                                                                                                
         8000  christopher                                                                                                                                                                                                                                                
           60  william                                                                                                                                                                                                                                                    
         4000  william                                                                                                                                                                                                                                                    
         2000  william                                                                                                                                                                                                                                                    
         3000  william                                                                                                                                                                                                                                                    
        -5000  william                                                                                                                                                                                                                                                    
         1000  william                                                                                                                                                                                                                                                    
           50  william                                                                                                                                                                                                                                                    
         8000  william                                                                                                                                                                                                                                                    
           60  marilyn                                                                                                                                                                                                                                                    
         4000  marilyn                                                                                                                                                                                                                                                    
         2000  marilyn                                                                                                                                                                                                                                                    
         3000  marilyn                                                                                                                                                                                                                                                    
        -5000  marilyn                                                                                                                                                                                                                                                    
         1000  marilyn                                                                                                                                                                                                                                                    
           50  marilyn                                                                                                                                                                                                                                                    
         8000  marilyn                                                                                                                                                                                                                                                    

--- 48 row(s) selected.
>>--    <ufi-input>
>>       select binary_signed,var_char
+>       from  pvsel01,pvsel04;

BINARY_SIGNED  VAR_CHAR
-------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

           60  tom                                                                                                                                                                                                                                                        
         4000  tom                                                                                                                                                                                                                                                        
         2000  tom                                                                                                                                                                                                                                                        
         3000  tom                                                                                                                                                                                                                                                        
        -5000  tom                                                                                                                                                                                                                                                        
         1000  tom                                                                                                                                                                                                                                                        
           50  tom                                                                                                                                                                                                                                                        
         8000  tom                                                                                                                                                                                                                                                        
           60  bob                                                                                                                                                                                                                                                        
         4000  bob                                                                                                                                                                                                                                                        
         2000  bob                                                                                                                                                                                                                                                        
         3000  bob                                                                                                                                                                                                                                                        
        -5000  bob                                                                                                                                                                                                                                                        
         1000  bob                                                                                                                                                                                                                                                        
           50  bob                                                                                                                                                                                                                                                        
         8000  bob                                                                                                                                                                                                                                                        
           60  bill                                                                                                                                                                                                                                                       
         4000  bill                                                                                                                                                                                                                                                       
         2000  bill                                                                                                                                                                                                                                                       
         3000  bill                                                                                                                                                                                                                                                       
        -5000  bill                                                                                                                                                                                                                                                       
         1000  bill                                                                                                                                                                                                                                                       
           50  bill                                                                                                                                                                                                                                                       
         8000  bill                                                                                                                                                                                                                                                       
           60  christopher                                                                                                                                                                                                                                                
         4000  christopher                                                                                                                                                                                                                                                
         2000  christopher                                                                                                                                                                                                                                                
         3000  christopher                                                                                                                                                                                                                                                
        -5000  christopher                                                                                                                                                                                                                                                
         1000  christopher                                                                                                                                                                                                                                                
           50  christopher                                                                                                                                                                                                                                                
         8000  christopher                                                                                                                                                                                                                                                
           60  william                                                                                                                                                                                                                                                    
         4000  william                                                                                                                                                                                                                                                    
         2000  william                                                                                                                                                                                                                                                    
         3000  william                                                                                                                                                                                                                                                    
        -5000  william                                                                                                                                                                                                                                                    
         1000  william                                                                                                                                                                                                                                                    
           50  william                                                                                                                                                                                                                                                    
         8000  william                                                                                                                                                                                                                                                    
           60  marilyn                                                                                                                                                                                                                                                    
         4000  marilyn                                                                                                                                                                                                                                                    
         2000  marilyn                                                                                                                                                                                                                                                    
         3000  marilyn                                                                                                                                                                                                                                                    
        -5000  marilyn                                                                                                                                                                                                                                                    
         1000  marilyn                                                                                                                                                                                                                                                    
           50  marilyn                                                                                                                                                                                                                                                    
         8000  marilyn                                                                                                                                                                                                                                                    

--- 48 row(s) selected.
>>--    <ufi-input>
>>       select  pvsel04.medium_int, svsel13.pic_x_7
+>       from pvsel04,svsel13;

MEDIUM_INT   PIC_X_7
-----------  -------

       1000  A      
       2000  A      
       1000  A      
       1000  A      
       2000  A      
        999  A      
       1000  7      
       2000  7      
       1000  7      
       1000  7      
       2000  7      
        999  7      
       1000  7      
       2000  7      
       1000  7      
       1000  7      
       2000  7      
        999  7      
       1000  B      
       2000  B      
       1000  B      
       1000  B      
       2000  B      
        999  B      

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select  svsel13.new_name_1, svsel13.new_name_2
+>       from pvsel04,svsel13;

NEW_NAME_1  NEW_NAME_2 
----------  -----------

        90         5.00
        90         5.00
        90         5.00
        90         5.00
        90         5.00
        90         5.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select new_name_1,new_name_2
+>       from pvsel04,svsel13;

NEW_NAME_1  NEW_NAME_2 
----------  -----------

        90         5.00
        90         5.00
        90         5.00
        90         5.00
        90         5.00
        90         5.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00
        80         6.00

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select col_1, svsel13.new_name_1, svsel13.new_name_2
+>       from svsel11,svsel13;

COL_1   NEW_NAME_1  NEW_NAME_2 
------  ----------  -----------

 -5000          90         5.00
 -5000          80         6.00
 -5000          80         6.00
 -5000          80         6.00
    50          90         5.00
    50          80         6.00
    50          80         6.00
    50          80         6.00
    60          90         5.00
    60          80         6.00
    60          80         6.00
    60          80         6.00
    60          90         5.00
    60          80         6.00
    60          80         6.00
    60          80         6.00
  1000          90         5.00
  1000          80         6.00
  1000          80         6.00
  1000          80         6.00
  2000          90         5.00
  2000          80         6.00
  2000          80         6.00
  2000          80         6.00
  2000          90         5.00
  2000          80         6.00
  2000          80         6.00
  2000          80         6.00
  3000          90         5.00
  3000          80         6.00
  3000          80         6.00
  3000          80         6.00
  4000          90         5.00
  4000          80         6.00
  4000          80         6.00
  4000          80         6.00
  8000          90         5.00
  8000          80         6.00
  8000          80         6.00
  8000          80         6.00

--- 40 row(s) selected.
>>--    <ufi-input>
>>       select  svsel11.col_2, svsel11.col_3,
+>               svsel13.pic_comp_1
+>       from svsel11,svsel13;

COL_2                 COL_3       PIC_COMP_1          
--------------------  ----------  --------------------

                 200        8000                   300
                 200        8000                   500
                 200        8000                   200
                 200        8000                   200
          1000000000       10000                   300
          1000000000       10000                   500
          1000000000       10000                   200
          1000000000       10000                   200
               -1000        8000                   300
               -1000        8000                   500
               -1000        8000                   200
               -1000        8000                   200
               -1000        8000                   300
               -1000        8000                   500
               -1000        8000                   200
               -1000        8000                   200
                 999        9000                   300
                 999        9000                   500
                 999        9000                   200
                 999        9000                   200
            -1000000        8000                   300
            -1000000        8000                   500
            -1000000        8000                   200
            -1000000        8000                   200
            -1000000        8000                   300
            -1000000        8000                   500
            -1000000        8000                   200
            -1000000        8000                   200
                2000        1000                   300
                2000        1000                   500
                2000        1000                   200
                2000        1000                   200
                   0        5000                   300
                   0        5000                   500
                   0        5000                   200
                   0        5000                   200
                1000       10000                   300
                1000       10000                   500
                1000       10000                   200
                1000       10000                   200

--- 40 row(s) selected.
>>--    <ufi-input>
>>       select col_2,col_3,pic_comp_1
+>       from svsel11,svsel13;

COL_2                 COL_3       PIC_COMP_1          
--------------------  ----------  --------------------

                 200        8000                   300
                 200        8000                   500
                 200        8000                   200
                 200        8000                   200
          1000000000       10000                   300
          1000000000       10000                   500
          1000000000       10000                   200
          1000000000       10000                   200
               -1000        8000                   300
               -1000        8000                   500
               -1000        8000                   200
               -1000        8000                   200
               -1000        8000                   300
               -1000        8000                   500
               -1000        8000                   200
               -1000        8000                   200
                 999        9000                   300
                 999        9000                   500
                 999        9000                   200
                 999        9000                   200
            -1000000        8000                   300
            -1000000        8000                   500
            -1000000        8000                   200
            -1000000        8000                   200
            -1000000        8000                   300
            -1000000        8000                   500
            -1000000        8000                   200
            -1000000        8000                   200
                2000        1000                   300
                2000        1000                   500
                2000        1000                   200
                2000        1000                   200
                   0        5000                   300
                   0        5000                   500
                   0        5000                   200
                   0        5000                   200
                1000       10000                   300
                1000       10000                   500
                1000       10000                   200
                1000       10000                   200

--- 40 row(s) selected.
>>--    <ufi-input>
>>       select firstt.char_1,secondd.char_10,third.pic_x_7
+>       from btsel01 firstt,btsel01 secondd,
+>            btsel01 third;

CHAR_1  CHAR_10     PIC_X_7
------  ----------  -------

D       michelle    michael
D       michelle    9      
D       michelle    johnny 
D       michelle    jimmy  
D       michelle    sue    
D       michelle    7      
D       michelle    bobby  
D       michelle    walter 
D       michelle    michael
D       michelle    9      
D       michelle    johnny 
D       michelle    jimmy  
D       michelle    sue    
D       michelle    7      
D       michelle    bobby  
D       michelle    walter 
C       michelle    michael
C       michelle    9      
C       michelle    johnny 
C       michelle    jimmy  
C       michelle    sue    
C       michelle    7      
C       michelle    bobby  
C       michelle    walter 
C       michelle    michael
C       michelle    9      
C       michelle    johnny 
C       michelle    jimmy  
C       michelle    sue    
C       michelle    7      
C       michelle    bobby  
C       michelle    walter 
E       michelle    michael
E       michelle    9      
E       michelle    johnny 
E       michelle    jimmy  
E       michelle    sue    
E       michelle    7      
E       michelle    bobby  
E       michelle    walter 
D       michelle    michael
D       michelle    9      
D       michelle    johnny 
D       michelle    jimmy  
D       michelle    sue    
D       michelle    7      
D       michelle    bobby  
D       michelle    walter 
A       michelle    michael
A       michelle    9      
A       michelle    johnny 
A       michelle    jimmy  
A       michelle    sue    
A       michelle    7      
A       michelle    bobby  
A       michelle    walter 
A       michelle    michael
A       michelle    9      
A       michelle    johnny 
A       michelle    jimmy  
A       michelle    sue    
A       michelle    7      
A       michelle    bobby  
A       michelle    walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
C       steven      michael
C       steven      9      
C       steven      johnny 
C       steven      jimmy  
C       steven      sue    
C       steven      7      
C       steven      bobby  
C       steven      walter 
C       steven      michael
C       steven      9      
C       steven      johnny 
C       steven      jimmy  
C       steven      sue    
C       steven      7      
C       steven      bobby  
C       steven      walter 
E       steven      michael
E       steven      9      
E       steven      johnny 
E       steven      jimmy  
E       steven      sue    
E       steven      7      
E       steven      bobby  
E       steven      walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
A       steven      michael
A       steven      9      
A       steven      johnny 
A       steven      jimmy  
A       steven      sue    
A       steven      7      
A       steven      bobby  
A       steven      walter 
A       steven      michael
A       steven      9      
A       steven      johnny 
A       steven      jimmy  
A       steven      sue    
A       steven      7      
A       steven      bobby  
A       steven      walter 
D       bobby       michael
D       bobby       9      
D       bobby       johnny 
D       bobby       jimmy  
D       bobby       sue    
D       bobby       7      
D       bobby       bobby  
D       bobby       walter 
D       bobby       michael
D       bobby       9      
D       bobby       johnny 
D       bobby       jimmy  
D       bobby       sue    
D       bobby       7      
D       bobby       bobby  
D       bobby       walter 
C       bobby       michael
C       bobby       9      
C       bobby       johnny 
C       bobby       jimmy  
C       bobby       sue    
C       bobby       7      
C       bobby       bobby  
C       bobby       walter 
C       bobby       michael
C       bobby       9      
C       bobby       johnny 
C       bobby       jimmy  
C       bobby       sue    
C       bobby       7      
C       bobby       bobby  
C       bobby       walter 
E       bobby       michael
E       bobby       9      
E       bobby       johnny 
E       bobby       jimmy  
E       bobby       sue    
E       bobby       7      
E       bobby       bobby  
E       bobby       walter 
D       bobby       michael
D       bobby       9      
D       bobby       johnny 
D       bobby       jimmy  
D       bobby       sue    
D       bobby       7      
D       bobby       bobby  
D       bobby       walter 
A       bobby       michael
A       bobby       9      
A       bobby       johnny 
A       bobby       jimmy  
A       bobby       sue    
A       bobby       7      
A       bobby       bobby  
A       bobby       walter 
A       bobby       michael
A       bobby       9      
A       bobby       johnny 
A       bobby       jimmy  
A       bobby       sue    
A       bobby       7      
A       bobby       bobby  
A       bobby       walter 
D       melissa     michael
D       melissa     9      
D       melissa     johnny 
D       melissa     jimmy  
D       melissa     sue    
D       melissa     7      
D       melissa     bobby  
D       melissa     walter 
D       melissa     michael
D       melissa     9      
D       melissa     johnny 
D       melissa     jimmy  
D       melissa     sue    
D       melissa     7      
D       melissa     bobby  
D       melissa     walter 
C       melissa     michael
C       melissa     9      
C       melissa     johnny 
C       melissa     jimmy  
C       melissa     sue    
C       melissa     7      
C       melissa     bobby  
C       melissa     walter 
C       melissa     michael
C       melissa     9      
C       melissa     johnny 
C       melissa     jimmy  
C       melissa     sue    
C       melissa     7      
C       melissa     bobby  
C       melissa     walter 
E       melissa     michael
E       melissa     9      
E       melissa     johnny 
E       melissa     jimmy  
E       melissa     sue    
E       melissa     7      
E       melissa     bobby  
E       melissa     walter 
D       melissa     michael
D       melissa     9      
D       melissa     johnny 
D       melissa     jimmy  
D       melissa     sue    
D       melissa     7      
D       melissa     bobby  
D       melissa     walter 
A       melissa     michael
A       melissa     9      
A       melissa     johnny 
A       melissa     jimmy  
A       melissa     sue    
A       melissa     7      
A       melissa     bobby  
A       melissa     walter 
A       melissa     michael
A       melissa     9      
A       melissa     johnny 
A       melissa     jimmy  
A       melissa     sue    
A       melissa     7      
A       melissa     bobby  
A       melissa     walter 
D       monica      michael
D       monica      9      
D       monica      johnny 
D       monica      jimmy  
D       monica      sue    
D       monica      7      
D       monica      bobby  
D       monica      walter 
D       monica      michael
D       monica      9      
D       monica      johnny 
D       monica      jimmy  
D       monica      sue    
D       monica      7      
D       monica      bobby  
D       monica      walter 
C       monica      michael
C       monica      9      
C       monica      johnny 
C       monica      jimmy  
C       monica      sue    
C       monica      7      
C       monica      bobby  
C       monica      walter 
C       monica      michael
C       monica      9      
C       monica      johnny 
C       monica      jimmy  
C       monica      sue    
C       monica      7      
C       monica      bobby  
C       monica      walter 
E       monica      michael
E       monica      9      
E       monica      johnny 
E       monica      jimmy  
E       monica      sue    
E       monica      7      
E       monica      bobby  
E       monica      walter 
D       monica      michael
D       monica      9      
D       monica      johnny 
D       monica      jimmy  
D       monica      sue    
D       monica      7      
D       monica      bobby  
D       monica      walter 
A       monica      michael
A       monica      9      
A       monica      johnny 
A       monica      jimmy  
A       monica      sue    
A       monica      7      
A       monica      bobby  
A       monica      walter 
A       monica      michael
A       monica      9      
A       monica      johnny 
A       monica      jimmy  
A       monica      sue    
A       monica      7      
A       monica      bobby  
A       monica      walter 
D       maureen     michael
D       maureen     9      
D       maureen     johnny 
D       maureen     jimmy  
D       maureen     sue    
D       maureen     7      
D       maureen     bobby  
D       maureen     walter 
D       maureen     michael
D       maureen     9      
D       maureen     johnny 
D       maureen     jimmy  
D       maureen     sue    
D       maureen     7      
D       maureen     bobby  
D       maureen     walter 
C       maureen     michael
C       maureen     9      
C       maureen     johnny 
C       maureen     jimmy  
C       maureen     sue    
C       maureen     7      
C       maureen     bobby  
C       maureen     walter 
C       maureen     michael
C       maureen     9      
C       maureen     johnny 
C       maureen     jimmy  
C       maureen     sue    
C       maureen     7      
C       maureen     bobby  
C       maureen     walter 
E       maureen     michael
E       maureen     9      
E       maureen     johnny 
E       maureen     jimmy  
E       maureen     sue    
E       maureen     7      
E       maureen     bobby  
E       maureen     walter 
D       maureen     michael
D       maureen     9      
D       maureen     johnny 
D       maureen     jimmy  
D       maureen     sue    
D       maureen     7      
D       maureen     bobby  
D       maureen     walter 
A       maureen     michael
A       maureen     9      
A       maureen     johnny 
A       maureen     jimmy  
A       maureen     sue    
A       maureen     7      
A       maureen     bobby  
A       maureen     walter 
A       maureen     michael
A       maureen     9      
A       maureen     johnny 
A       maureen     jimmy  
A       maureen     sue    
A       maureen     7      
A       maureen     bobby  
A       maureen     walter 
D       marcia      michael
D       marcia      9      
D       marcia      johnny 
D       marcia      jimmy  
D       marcia      sue    
D       marcia      7      
D       marcia      bobby  
D       marcia      walter 
D       marcia      michael
D       marcia      9      
D       marcia      johnny 
D       marcia      jimmy  
D       marcia      sue    
D       marcia      7      
D       marcia      bobby  
D       marcia      walter 
C       marcia      michael
C       marcia      9      
C       marcia      johnny 
C       marcia      jimmy  
C       marcia      sue    
C       marcia      7      
C       marcia      bobby  
C       marcia      walter 
C       marcia      michael
C       marcia      9      
C       marcia      johnny 
C       marcia      jimmy  
C       marcia      sue    
C       marcia      7      
C       marcia      bobby  
C       marcia      walter 
E       marcia      michael
E       marcia      9      
E       marcia      johnny 
E       marcia      jimmy  
E       marcia      sue    
E       marcia      7      
E       marcia      bobby  
E       marcia      walter 
D       marcia      michael
D       marcia      9      
D       marcia      johnny 
D       marcia      jimmy  
D       marcia      sue    
D       marcia      7      
D       marcia      bobby  
D       marcia      walter 
A       marcia      michael
A       marcia      9      
A       marcia      johnny 
A       marcia      jimmy  
A       marcia      sue    
A       marcia      7      
A       marcia      bobby  
A       marcia      walter 
A       marcia      michael
A       marcia      9      
A       marcia      johnny 
A       marcia      jimmy  
A       marcia      sue    
A       marcia      7      
A       marcia      bobby  
A       marcia      walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
C       steven      michael
C       steven      9      
C       steven      johnny 
C       steven      jimmy  
C       steven      sue    
C       steven      7      
C       steven      bobby  
C       steven      walter 
C       steven      michael
C       steven      9      
C       steven      johnny 
C       steven      jimmy  
C       steven      sue    
C       steven      7      
C       steven      bobby  
C       steven      walter 
E       steven      michael
E       steven      9      
E       steven      johnny 
E       steven      jimmy  
E       steven      sue    
E       steven      7      
E       steven      bobby  
E       steven      walter 
D       steven      michael
D       steven      9      
D       steven      johnny 
D       steven      jimmy  
D       steven      sue    
D       steven      7      
D       steven      bobby  
D       steven      walter 
A       steven      michael
A       steven      9      
A       steven      johnny 
A       steven      jimmy  
A       steven      sue    
A       steven      7      
A       steven      bobby  
A       steven      walter 
A       steven      michael
A       steven      9      
A       steven      johnny 
A       steven      jimmy  
A       steven      sue    
A       steven      7      
A       steven      bobby  
A       steven      walter 

--- 512 row(s) selected.
>>--    <ufi-input>
>>       select firstt.var_char,secondd.var_char
+>       from pvsel04 firstt,pvsel04 secondd;

VAR_CHAR                                                                                                                                                                                                                                                     VAR_CHAR
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

tom                                                                                                                                                                                                                                                          tom                                                                                                                                                                                                                                                        
tom                                                                                                                                                                                                                                                          marilyn                                                                                                                                                                                                                                                    
tom                                                                                                                                                                                                                                                          william                                                                                                                                                                                                                                                    
tom                                                                                                                                                                                                                                                          christopher                                                                                                                                                                                                                                                
tom                                                                                                                                                                                                                                                          bill                                                                                                                                                                                                                                                       
tom                                                                                                                                                                                                                                                          bob                                                                                                                                                                                                                                                        
bob                                                                                                                                                                                                                                                          tom                                                                                                                                                                                                                                                        
bob                                                                                                                                                                                                                                                          marilyn                                                                                                                                                                                                                                                    
bob                                                                                                                                                                                                                                                          william                                                                                                                                                                                                                                                    
bob                                                                                                                                                                                                                                                          christopher                                                                                                                                                                                                                                                
bob                                                                                                                                                                                                                                                          bill                                                                                                                                                                                                                                                       
bob                                                                                                                                                                                                                                                          bob                                                                                                                                                                                                                                                        
bill                                                                                                                                                                                                                                                         tom                                                                                                                                                                                                                                                        
bill                                                                                                                                                                                                                                                         marilyn                                                                                                                                                                                                                                                    
bill                                                                                                                                                                                                                                                         william                                                                                                                                                                                                                                                    
bill                                                                                                                                                                                                                                                         christopher                                                                                                                                                                                                                                                
bill                                                                                                                                                                                                                                                         bill                                                                                                                                                                                                                                                       
bill                                                                                                                                                                                                                                                         bob                                                                                                                                                                                                                                                        
christopher                                                                                                                                                                                                                                                  tom                                                                                                                                                                                                                                                        
christopher                                                                                                                                                                                                                                                  marilyn                                                                                                                                                                                                                                                    
christopher                                                                                                                                                                                                                                                  william                                                                                                                                                                                                                                                    
christopher                                                                                                                                                                                                                                                  christopher                                                                                                                                                                                                                                                
christopher                                                                                                                                                                                                                                                  bill                                                                                                                                                                                                                                                       
christopher                                                                                                                                                                                                                                                  bob                                                                                                                                                                                                                                                        
william                                                                                                                                                                                                                                                      tom                                                                                                                                                                                                                                                        
william                                                                                                                                                                                                                                                      marilyn                                                                                                                                                                                                                                                    
william                                                                                                                                                                                                                                                      william                                                                                                                                                                                                                                                    
william                                                                                                                                                                                                                                                      christopher                                                                                                                                                                                                                                                
william                                                                                                                                                                                                                                                      bill                                                                                                                                                                                                                                                       
william                                                                                                                                                                                                                                                      bob                                                                                                                                                                                                                                                        
marilyn                                                                                                                                                                                                                                                      tom                                                                                                                                                                                                                                                        
marilyn                                                                                                                                                                                                                                                      marilyn                                                                                                                                                                                                                                                    
marilyn                                                                                                                                                                                                                                                      william                                                                                                                                                                                                                                                    
marilyn                                                                                                                                                                                                                                                      christopher                                                                                                                                                                                                                                                
marilyn                                                                                                                                                                                                                                                      bill                                                                                                                                                                                                                                                       
marilyn                                                                                                                                                                                                                                                      bob                                                                                                                                                                                                                                                        

--- 36 row(s) selected.
>>--    <ufi-input>
>>       select firstt.new_name_1,secondd.medium_int
+>       from svsel13 firstt,svsel13 secondd;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        90         1000
        90         1000
        80          999
        80          999
        80          999
        90          999
        80         2000
        80         2000
        80         2000
        90         2000

--- 16 row(s) selected.
>>--    <ufi-input>
>>       select X.binary_32_u,Y.binary_32_u
+>       from btsel01 X, btsel03 Y;

BINARY_32_U  BINARY_32_U
-----------  -----------

      90.00         5.00
      90.00        70.00
      90.00         6.00
      90.00         6.00
      90.00        50.00
      90.00      1000.00
      90.00         6.00
      90.00         6.00
      50.00         5.00
      50.00        70.00
      50.00         6.00
      50.00         6.00
      50.00        50.00
      50.00      1000.00
      50.00         6.00
      50.00         6.00
      60.00         5.00
      60.00        70.00
      60.00         6.00
      60.00         6.00
      60.00        50.00
      60.00      1000.00
      60.00         6.00
      60.00         6.00
      80.00         5.00
      80.00        70.00
      80.00         6.00
      80.00         6.00
      80.00        50.00
      80.00      1000.00
      80.00         6.00
      80.00         6.00
      90.00         5.00
      90.00        70.00
      90.00         6.00
      90.00         6.00
      90.00        50.00
      90.00      1000.00
      90.00         6.00
      90.00         6.00
      80.00         5.00
      80.00        70.00
      80.00         6.00
      80.00         6.00
      80.00        50.00
      80.00      1000.00
      80.00         6.00
      80.00         6.00
      40.00         5.00
      40.00        70.00
      40.00         6.00
      40.00         6.00
      40.00        50.00
      40.00      1000.00
      40.00         6.00
      40.00         6.00
      70.00         5.00
      70.00        70.00
      70.00         6.00
      70.00         6.00
      70.00        50.00
      70.00      1000.00
      70.00         6.00
      70.00         6.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select X.medium_int,Y.pic_9_7
+>       from btsel01 X, btsel03 Y;

MEDIUM_INT  PIC_9_7
----------  -------

      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
     10000       90
     10000       50
     10000       80
     10000       80
     10000       50
     10000      100
     10000       80
     10000       80
      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
      9000       90
      9000       50
      9000       80
      9000       80
      9000       50
      9000      100
      9000       80
      9000       80
      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
      1000       90
      1000       50
      1000       80
      1000       80
      1000       50
      1000      100
      1000       80
      1000       80
      5000       90
      5000       50
      5000       80
      5000       80
      5000       50
      5000      100
      5000       80
      5000       80
     10000       90
     10000       50
     10000       80
     10000       80
     10000       50
     10000      100
     10000       80
     10000       80

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select medium_int,pic_9_7
+>       from btsel01 X,btsel03 Y;

MEDIUM_INT  PIC_9_7
----------  -------

      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
     10000       90
     10000       50
     10000       80
     10000       80
     10000       50
     10000      100
     10000       80
     10000       80
      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
      9000       90
      9000       50
      9000       80
      9000       80
      9000       50
      9000      100
      9000       80
      9000       80
      8000       90
      8000       50
      8000       80
      8000       80
      8000       50
      8000      100
      8000       80
      8000       80
      1000       90
      1000       50
      1000       80
      1000       80
      1000       50
      1000      100
      1000       80
      1000       80
      5000       90
      5000       50
      5000       80
      5000       80
      5000       50
      5000      100
      5000       80
      5000       80
     10000       90
     10000       50
     10000       80
     10000       80
     10000       50
     10000      100
     10000       80
     10000       80

--- 64 row(s) selected.
>>--    <end-input>
>>
>>
>>
>>-- <testcase A1>
>>
>>--    <detail>
>>--     select joins simple testcase - this tests the use of SELECT
>>--     DISTINCT and SELECT ALL statements on multiple tables.
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>       select distinct pic_x_1,pic_x_7
+>       from btsel02,btsel03;

PIC_X_1  PIC_X_7
-------  -------

B        A      
Q        A      
C        A      
B        7      
Q        7      
C        7      
B        8      
Q        8      
C        8      
B        5      
Q        5      
C        5      
B        michael
Q        michael
C        michael
B        B      
Q        B      
C        B      

--- 18 row(s) selected.
>>--    <ufi-input>
>>       select all pic_x_1,pic_x_7
+>       from btsel02,btsel03;

PIC_X_1  PIC_X_7
-------  -------

B        A      
Q        A      
Q        A      
C        A      
B        A      
Q        A      
B        A      
C        A      
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        8      
Q        8      
Q        8      
C        8      
B        8      
Q        8      
B        8      
C        8      
B        5      
Q        5      
Q        5      
C        5      
B        5      
Q        5      
B        5      
C        5      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        B      
Q        B      
Q        B      
C        B      
B        B      
Q        B      
B        B      
C        B      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select distinct  btsel02.*,pic_x_7,binary_32_u
+>       from btsel02,btsel03;

PIC_X_1  PIC_X_7  BINARY_32_U
-------  -------  -----------

B        A               5.00
Q        A               5.00
C        A               5.00
B        7               6.00
Q        7               6.00
C        7               6.00
B        8               6.00
Q        8               6.00
C        8               6.00
B        5            1000.00
Q        5            1000.00
C        5            1000.00
B        michael        50.00
Q        michael        50.00
C        michael        50.00
B        B               6.00
Q        B               6.00
C        B               6.00
B        michael        70.00
Q        michael        70.00
C        michael        70.00

--- 21 row(s) selected.
>>--    <ufi-input>
>>       select all  btsel02.*,pic_x_7,binary_32_u
+>       from btsel02,btsel03;

PIC_X_1  PIC_X_7  BINARY_32_U
-------  -------  -----------

B        A               5.00
Q        A               5.00
Q        A               5.00
C        A               5.00
B        A               5.00
Q        A               5.00
B        A               5.00
C        A               5.00
B        7               6.00
Q        7               6.00
Q        7               6.00
C        7               6.00
B        7               6.00
Q        7               6.00
B        7               6.00
C        7               6.00
B        8               6.00
Q        8               6.00
Q        8               6.00
C        8               6.00
B        8               6.00
Q        8               6.00
B        8               6.00
C        8               6.00
B        5            1000.00
Q        5            1000.00
Q        5            1000.00
C        5            1000.00
B        5            1000.00
Q        5            1000.00
B        5            1000.00
C        5            1000.00
B        michael        50.00
Q        michael        50.00
Q        michael        50.00
C        michael        50.00
B        michael        50.00
Q        michael        50.00
B        michael        50.00
C        michael        50.00
B        7               6.00
Q        7               6.00
Q        7               6.00
C        7               6.00
B        7               6.00
Q        7               6.00
B        7               6.00
C        7               6.00
B        B               6.00
Q        B               6.00
Q        B               6.00
C        B               6.00
B        B               6.00
Q        B               6.00
B        B               6.00
C        B               6.00
B        michael        70.00
Q        michael        70.00
Q        michael        70.00
C        michael        70.00
B        michael        70.00
Q        michael        70.00
B        michael        70.00
C        michael        70.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select distinct *
+>       from btsel02,btsel10;

PIC_X_1  PIC_X_A  PIC_X_7  PIC_9_7  CHAR_10     DECIMAL_10   BINARY_UNSIGNED  BINARY_32_SIGNED
-------  -------  -------  -------  ----------  -----------  ---------------  ----------------

B        sue      sue            1  ebedafiih           110               80               100
B        ron      they        2000  onsides           10000              100              -100
B        jon      does        1000  offsides          50000              500               100
B        rod      for          400  inside               25               60                 0
B        don      who           50  outside           10000              100              -100
B        tom      tom            3  abadefih            100              100              -100
B        rob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
C        sue      sue            1  ebedafiih           110               80               100
C        ron      they        2000  onsides           10000              100              -100
C        jon      does        1000  offsides          50000              500               100
C        rod      for          400  inside               25               60                 0
C        don      who           50  outside           10000              100              -100
C        tom      tom            3  abadefih            100              100              -100
C        rob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
Q        sue      sue            1  ebedafiih           110               80               100
Q        ron      they        2000  onsides           10000              100              -100
Q        jon      does        1000  offsides          50000              500               100
Q        rod      for          400  inside               25               60                 0
Q        don      who           50  outside           10000              100              -100
Q        tom      tom            3  abadefih            100              100              -100
Q        rob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select all *
+>       from btsel02,btsel10;

PIC_X_1  PIC_X_A  PIC_X_7  PIC_9_7  CHAR_10     DECIMAL_10   BINARY_UNSIGNED  BINARY_32_SIGNED
-------  -------  -------  -------  ----------  -----------  ---------------  ----------------

B        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
C        sue      sue            1  ebedafiih           110               80               100
B        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
B        sue      sue            1  ebedafiih           110               80               100
C        sue      sue            1  ebedafiih           110               80               100
B        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
C        rob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
C        rob      bobby          2  ebediih              90              100             -1000
B        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
C        tom      tom            3  abadefih            100              100              -100
B        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
B        tom      tom            3  abadefih            100              100              -100
C        tom      tom            3  abadefih            100              100              -100
B        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
C        don      who           50  outside           10000              100              -100
B        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
B        don      who           50  outside           10000              100              -100
C        don      who           50  outside           10000              100              -100
B        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
C        rod      for          400  inside               25               60                 0
B        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
B        rod      for          400  inside               25               60                 0
C        rod      for          400  inside               25               60                 0
B        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
C        jon      does        1000  offsides          50000              500               100
B        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
B        jon      does        1000  offsides          50000              500               100
C        jon      does        1000  offsides          50000              500               100
B        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
C        ron      they        2000  onsides           10000              100              -100
B        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
B        ron      they        2000  onsides           10000              100              -100
C        ron      they        2000  onsides           10000              100              -100

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select distinct  btsel02.*, btsel10.*
+>       from btsel02,btsel10;

PIC_X_1  PIC_X_A  PIC_X_7  PIC_9_7  CHAR_10     DECIMAL_10   BINARY_UNSIGNED  BINARY_32_SIGNED
-------  -------  -------  -------  ----------  -----------  ---------------  ----------------

B        sue      sue            1  ebedafiih           110               80               100
B        ron      they        2000  onsides           10000              100              -100
B        jon      does        1000  offsides          50000              500               100
B        rod      for          400  inside               25               60                 0
B        don      who           50  outside           10000              100              -100
B        tom      tom            3  abadefih            100              100              -100
B        rob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
C        sue      sue            1  ebedafiih           110               80               100
C        ron      they        2000  onsides           10000              100              -100
C        jon      does        1000  offsides          50000              500               100
C        rod      for          400  inside               25               60                 0
C        don      who           50  outside           10000              100              -100
C        tom      tom            3  abadefih            100              100              -100
C        rob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
Q        sue      sue            1  ebedafiih           110               80               100
Q        ron      they        2000  onsides           10000              100              -100
Q        jon      does        1000  offsides          50000              500               100
Q        rod      for          400  inside               25               60                 0
Q        don      who           50  outside           10000              100              -100
Q        tom      tom            3  abadefih            100              100              -100
Q        rob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select all  btsel02.*, btsel10.*
+>       from btsel02,btsel10;

PIC_X_1  PIC_X_A  PIC_X_7  PIC_9_7  CHAR_10     DECIMAL_10   BINARY_UNSIGNED  BINARY_32_SIGNED
-------  -------  -------  -------  ----------  -----------  ---------------  ----------------

B        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
C        sue      sue            1  ebedafiih           110               80               100
B        sue      sue            1  ebedafiih           110               80               100
Q        sue      sue            1  ebedafiih           110               80               100
B        sue      sue            1  ebedafiih           110               80               100
C        sue      sue            1  ebedafiih           110               80               100
B        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
Q        bob      bobby          2  ebediih              90              100             -1000
B        bob      bobby          2  ebediih              90              100             -1000
C        bob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
C        rob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
Q        rob      bobby          2  ebediih              90              100             -1000
B        rob      bobby          2  ebediih              90              100             -1000
C        rob      bobby          2  ebediih              90              100             -1000
B        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
C        tom      tom            3  abadefih            100              100              -100
B        tom      tom            3  abadefih            100              100              -100
Q        tom      tom            3  abadefih            100              100              -100
B        tom      tom            3  abadefih            100              100              -100
C        tom      tom            3  abadefih            100              100              -100
B        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
C        don      who           50  outside           10000              100              -100
B        don      who           50  outside           10000              100              -100
Q        don      who           50  outside           10000              100              -100
B        don      who           50  outside           10000              100              -100
C        don      who           50  outside           10000              100              -100
B        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
C        rod      for          400  inside               25               60                 0
B        rod      for          400  inside               25               60                 0
Q        rod      for          400  inside               25               60                 0
B        rod      for          400  inside               25               60                 0
C        rod      for          400  inside               25               60                 0
B        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
C        jon      does        1000  offsides          50000              500               100
B        jon      does        1000  offsides          50000              500               100
Q        jon      does        1000  offsides          50000              500               100
B        jon      does        1000  offsides          50000              500               100
C        jon      does        1000  offsides          50000              500               100
B        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
C        ron      they        2000  onsides           10000              100              -100
B        ron      they        2000  onsides           10000              100              -100
Q        ron      they        2000  onsides           10000              100              -100
B        ron      they        2000  onsides           10000              100              -100
C        ron      they        2000  onsides           10000              100              -100

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select distinct new_name_3,pic_x_7
+>       from pvsel03,pvsel04;

NEW_NAME_3  PIC_X_7
----------  -------

A           7      
B           7      
7           7      
A           A      
B           A      
7           A      
A           B      
B           B      
7           B      
A           white  
B           white  
7           white  
A           black  
B           black  
7           black  
A           green  
B           green  
7           green  

--- 18 row(s) selected.
>>--    <ufi-input>
>>       select all new_name_3,pic_x_7
+>       from pvsel03,pvsel04;

NEW_NAME_3  PIC_X_7
----------  -------

A           7      
B           7      
7           7      
7           7      
A           A      
B           A      
7           A      
7           A      
A           B      
B           B      
7           B      
7           B      
A           white  
B           white  
7           white  
7           white  
A           black  
B           black  
7           black  
7           black  
A           green  
B           green  
7           green  
7           green  

--- 24 row(s) selected.
>>--    <ufi-input>
>>       select distinct pic_x_b,pic_x_7
+>       from btsel07,pvsel04;

PIC_X_B  PIC_X_7
-------  -------

P        7      
P        green  
P        black  
P        white  
P        B      
P        A      
F        7      
F        green  
F        black  
F        white  
F        B      
F        A      
Q        7      
Q        green  
Q        black  
Q        white  
Q        B      
Q        A      
E        7      
E        green  
E        black  
E        white  
E        B      
E        A      
A        7      
A        green  
A        black  
A        white  
A        B      
A        A      
C        7      
C        green  
C        black  
C        white  
C        B      
C        A      
D        7      
D        green  
D        black  
D        white  
D        B      
D        A      
Z        7      
Z        green  
Z        black  
Z        white  
Z        B      
Z        A      

--- 48 row(s) selected.
>>--    <ufi-input>
>>       select all pic_x_b,pic_x_7
+>       from btsel07,pvsel04;

PIC_X_B  PIC_X_7
-------  -------

P        7      
P        green  
P        black  
P        white  
P        B      
P        A      
F        7      
F        green  
F        black  
F        white  
F        B      
F        A      
F        7      
F        green  
F        black  
F        white  
F        B      
F        A      
Q        7      
Q        green  
Q        black  
Q        white  
Q        B      
Q        A      
E        7      
E        green  
E        black  
E        white  
E        B      
E        A      
F        7      
F        green  
F        black  
F        white  
F        B      
F        A      
A        7      
A        green  
A        black  
A        white  
A        B      
A        A      
C        7      
C        green  
C        black  
C        white  
C        B      
C        A      
D        7      
D        green  
D        black  
D        white  
D        B      
D        A      
Z        7      
Z        green  
Z        black  
Z        white  
Z        B      
Z        A      

--- 60 row(s) selected.
>>--    <ufi-input>
>>       select distinct  pvsel03.new_name_3, svsel13.new_name_3
+>       from pvsel03,svsel13;

NEW_NAME_3  NEW_NAME_3
----------  ----------

A           7         
B           7         
7           7         
A           A         
B           A         
7           A         
A           B         
B           B         
7           B         

--- 9 row(s) selected.
>>--    <ufi-input>
>>       select all  pvsel03.new_name_3, svsel13.new_name_3
+>       from pvsel03,svsel13;

NEW_NAME_3  NEW_NAME_3
----------  ----------

A           7         
A           7         
B           7         
B           7         
7           7         
7           7         
7           7         
7           7         
A           A         
B           A         
7           A         
7           A         
A           B         
B           B         
7           B         
7           B         

--- 16 row(s) selected.
>>--    <ufi-input>
>>       select distinct col_3
+>       from svsel13,svsel11;

COL_3     
----------

      1000
      5000
      8000
      9000
     10000

--- 5 row(s) selected.
>>--    <ufi-input>
>>       select all col_3
+>       from svsel13,svsel11;

COL_3     
----------

      8000
      8000
      8000
      8000
     10000
     10000
     10000
     10000
      8000
      8000
      8000
      8000
      8000
      8000
      8000
      8000
      9000
      9000
      9000
      9000
      8000
      8000
      8000
      8000
      8000
      8000
      8000
      8000
      1000
      1000
      1000
      1000
      5000
      5000
      5000
      5000
     10000
     10000
     10000
     10000

--- 40 row(s) selected.
>>--    <ufi-input>
>>       select distinct firstt.pic_x_1,secondd.pic_x_1
+>       from btsel02 firstt,btsel02 secondd;

PIC_X_1  PIC_X_1
-------  -------

B        B      
B        Q      
B        C      
C        B      
C        Q      
C        C      
Q        B      
Q        Q      
Q        C      

--- 9 row(s) selected.
>>--    <ufi-input>
>>       select all firstt.pic_x_1,secondd.pic_x_1
+>       from btsel02 firstt,btsel02 secondd;

PIC_X_1  PIC_X_1
-------  -------

B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>       select distinct firstt.new_name_3,secondd.new_name_3
+>       from pvsel03 firstt,pvsel03 secondd;

NEW_NAME_3  NEW_NAME_3
----------  ----------

A           A         
A           B         
A           7         
7           A         
7           B         
7           7         
B           A         
B           B         
B           7         

--- 9 row(s) selected.
>>--    <ufi-input>
>>       select all firstt.new_name_3,secondd.new_name_3
+>       from pvsel03 firstt,pvsel03 secondd;

NEW_NAME_3  NEW_NAME_3
----------  ----------

A           A         
A           B         
A           7         
A           7         
7           A         
7           B         
7           7         
7           7         
7           A         
7           B         
7           7         
7           7         
B           A         
B           B         
B           7         
B           7         

--- 16 row(s) selected.
>>--    <ufi-input>
>>       select distinct firstt.new_name_3,secondd.new_name_3
+>       from svsel13 firstt,svsel13 secondd;

NEW_NAME_3  NEW_NAME_3
----------  ----------

7           7         
7           B         
7           A         
A           7         
A           B         
A           A         
B           7         
B           B         
B           A         

--- 9 row(s) selected.
>>--    <ufi-input>
>>       select all firstt.new_name_3,secondd.new_name_3
+>       from svsel13 firstt,svsel13 secondd;

NEW_NAME_3  NEW_NAME_3
----------  ----------

7           7         
7           7         
7           7         
7           7         
7           B         
7           B         
7           A         
7           A         
A           7         
A           7         
A           B         
A           A         
B           7         
B           7         
B           B         
B           A         

--- 16 row(s) selected.
>>--    <ufi-input>
>>       select distinct pic_x_1,binary_64_s,medium_int
+>       from btsel02,btsel03,btsel04;

PIC_X_1  BINARY_64_S            MEDIUM_INT 
-------  ---------------------  -----------

B                       200.00         1000
B                       200.00         2000
B                       200.00          200
B                       200.00          999
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00          200
Q                       200.00          999
C                       200.00         1000
C                       200.00         2000
C                       200.00          200
C                       200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          999
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00          200
C                      1200.00          999
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00          200
B                      1000.00          999
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00          200
Q                      1000.00          999
C                      1000.00         1000
C                      1000.00         2000
C                      1000.00          200
C                      1000.00          999
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00          200
B                      1500.00          999
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00          200
Q                      1500.00          999
C                      1500.00         1000
C                      1500.00         2000
C                      1500.00          200
C                      1500.00          999
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00          200
B                      2000.00          999
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00          200
Q                      2000.00          999
C                      2000.00         1000
C                      2000.00         2000
C                      2000.00          200
C                      2000.00          999
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00          200
B                      3000.00          999
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00          200
Q                      3000.00          999
C                      3000.00         1000
C                      3000.00         2000
C                      3000.00          200
C                      3000.00          999
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00          200
B                      4000.00          999
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00          200
Q                      4000.00          999
C                      4000.00         1000
C                      4000.00         2000
C                      4000.00          200
C                      4000.00          999

--- 84 row(s) selected.
>>--    <ufi-input>
>>       select all pic_x_1,binary_64_s,medium_int
+>       from btsel02,btsel03,btsel04;

PIC_X_1  BINARY_64_S            MEDIUM_INT 
-------  ---------------------  -----------

B                       200.00         1000
B                       200.00         2000
B                       200.00         1000
B                       200.00         1000
B                       200.00         2000
B                       200.00          200
B                       200.00          200
B                       200.00          999
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00         1000
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00          200
Q                       200.00          200
Q                       200.00          999
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00         1000
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00          200
Q                       200.00          200
Q                       200.00          999
C                       200.00         1000
C                       200.00         2000
C                       200.00         1000
C                       200.00         1000
C                       200.00         2000
C                       200.00          200
C                       200.00          200
C                       200.00          999
B                       200.00         1000
B                       200.00         2000
B                       200.00         1000
B                       200.00         1000
B                       200.00         2000
B                       200.00          200
B                       200.00          200
B                       200.00          999
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00         1000
Q                       200.00         1000
Q                       200.00         2000
Q                       200.00          200
Q                       200.00          200
Q                       200.00          999
B                       200.00         1000
B                       200.00         2000
B                       200.00         1000
B                       200.00         1000
B                       200.00         2000
B                       200.00          200
B                       200.00          200
B                       200.00          999
C                       200.00         1000
C                       200.00         2000
C                       200.00         1000
C                       200.00         1000
C                       200.00         2000
C                       200.00          200
C                       200.00          200
C                       200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00         1000
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00          200
C                      1200.00          200
C                      1200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00         1000
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00          200
C                      1200.00          200
C                      1200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00         1000
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00          200
C                      1200.00          200
C                      1200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00         1000
Q                      1200.00         1000
Q                      1200.00         2000
Q                      1200.00          200
Q                      1200.00          200
Q                      1200.00          999
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00         1000
B                      1200.00         1000
B                      1200.00         2000
B                      1200.00          200
B                      1200.00          200
B                      1200.00          999
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00         1000
C                      1200.00         1000
C                      1200.00         2000
C                      1200.00          200
C                      1200.00          200
C                      1200.00          999
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00         1000
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00          200
B                      1000.00          200
B                      1000.00          999
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00         1000
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00          200
Q                      1000.00          200
Q                      1000.00          999
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00         1000
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00          200
Q                      1000.00          200
Q                      1000.00          999
C                      1000.00         1000
C                      1000.00         2000
C                      1000.00         1000
C                      1000.00         1000
C                      1000.00         2000
C                      1000.00          200
C                      1000.00          200
C                      1000.00          999
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00         1000
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00          200
B                      1000.00          200
B                      1000.00          999
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00         1000
Q                      1000.00         1000
Q                      1000.00         2000
Q                      1000.00          200
Q                      1000.00          200
Q                      1000.00          999
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00         1000
B                      1000.00         1000
B                      1000.00         2000
B                      1000.00          200
B                      1000.00          200
B                      1000.00          999
C                      1000.00         1000
C                      1000.00         2000
C                      1000.00         1000
C                      1000.00         1000
C                      1000.00         2000
C                      1000.00          200
C                      1000.00          200
C                      1000.00          999
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00         1000
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00          200
B                      1500.00          200
B                      1500.00          999
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00         1000
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00          200
Q                      1500.00          200
Q                      1500.00          999
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00         1000
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00          200
Q                      1500.00          200
Q                      1500.00          999
C                      1500.00         1000
C                      1500.00         2000
C                      1500.00         1000
C                      1500.00         1000
C                      1500.00         2000
C                      1500.00          200
C                      1500.00          200
C                      1500.00          999
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00         1000
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00          200
B                      1500.00          200
B                      1500.00          999
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00         1000
Q                      1500.00         1000
Q                      1500.00         2000
Q                      1500.00          200
Q                      1500.00          200
Q                      1500.00          999
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00         1000
B                      1500.00         1000
B                      1500.00         2000
B                      1500.00          200
B                      1500.00          200
B                      1500.00          999
C                      1500.00         1000
C                      1500.00         2000
C                      1500.00         1000
C                      1500.00         1000
C                      1500.00         2000
C                      1500.00          200
C                      1500.00          200
C                      1500.00          999
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00         1000
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00          200
B                      2000.00          200
B                      2000.00          999
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00         1000
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00          200
Q                      2000.00          200
Q                      2000.00          999
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00         1000
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00          200
Q                      2000.00          200
Q                      2000.00          999
C                      2000.00         1000
C                      2000.00         2000
C                      2000.00         1000
C                      2000.00         1000
C                      2000.00         2000
C                      2000.00          200
C                      2000.00          200
C                      2000.00          999
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00         1000
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00          200
B                      2000.00          200
B                      2000.00          999
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00         1000
Q                      2000.00         1000
Q                      2000.00         2000
Q                      2000.00          200
Q                      2000.00          200
Q                      2000.00          999
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00         1000
B                      2000.00         1000
B                      2000.00         2000
B                      2000.00          200
B                      2000.00          200
B                      2000.00          999
C                      2000.00         1000
C                      2000.00         2000
C                      2000.00         1000
C                      2000.00         1000
C                      2000.00         2000
C                      2000.00          200
C                      2000.00          200
C                      2000.00          999
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00         1000
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00          200
B                      3000.00          200
B                      3000.00          999
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00         1000
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00          200
Q                      3000.00          200
Q                      3000.00          999
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00         1000
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00          200
Q                      3000.00          200
Q                      3000.00          999
C                      3000.00         1000
C                      3000.00         2000
C                      3000.00         1000
C                      3000.00         1000
C                      3000.00         2000
C                      3000.00          200
C                      3000.00          200
C                      3000.00          999
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00         1000
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00          200
B                      3000.00          200
B                      3000.00          999
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00         1000
Q                      3000.00         1000
Q                      3000.00         2000
Q                      3000.00          200
Q                      3000.00          200
Q                      3000.00          999
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00         1000
B                      3000.00         1000
B                      3000.00         2000
B                      3000.00          200
B                      3000.00          200
B                      3000.00          999
C                      3000.00         1000
C                      3000.00         2000
C                      3000.00         1000
C                      3000.00         1000
C                      3000.00         2000
C                      3000.00          200
C                      3000.00          200
C                      3000.00          999
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00         1000
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00          200
B                      4000.00          200
B                      4000.00          999
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00         1000
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00          200
Q                      4000.00          200
Q                      4000.00          999
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00         1000
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00          200
Q                      4000.00          200
Q                      4000.00          999
C                      4000.00         1000
C                      4000.00         2000
C                      4000.00         1000
C                      4000.00         1000
C                      4000.00         2000
C                      4000.00          200
C                      4000.00          200
C                      4000.00          999
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00         1000
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00          200
B                      4000.00          200
B                      4000.00          999
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00         1000
Q                      4000.00         1000
Q                      4000.00         2000
Q                      4000.00          200
Q                      4000.00          200
Q                      4000.00          999
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00         1000
B                      4000.00         1000
B                      4000.00         2000
B                      4000.00          200
B                      4000.00          200
B                      4000.00          999
C                      4000.00         1000
C                      4000.00         2000
C                      4000.00         1000
C                      4000.00         1000
C                      4000.00         2000
C                      4000.00          200
C                      4000.00          200
C                      4000.00          999

--- 512 row(s) selected.
>>--    <end-input>
>>
>>
>>
>>-- <testcase A2>
>>
>>--    <detail>
>>--    select joins simple test case - this test case tests the
>>--    selection of SYSKEY.
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>      select SYSKEY
+>      from btsel01,btsel02;

SYSKEY              
--------------------

  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select btsel01.*, btsel02.*,SYSKEY
+>      from btsel01,btsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_1  SYSKEY
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------  --------------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B          216172782170180609
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q          216172782170180616
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q          216172782170180615
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C          216172782170180614
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B          216172782170180613
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q          216172782170180612
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B          216172782170180611
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C          216172782170180610
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B          216172782170180609
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q          216172782170180616
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q          216172782170180615
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C          216172782170180614
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B          216172782170180613
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q          216172782170180612
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B          216172782170180611
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C          216172782170180610
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B          216172782170180609
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q          216172782170180616
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q          216172782170180615
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C          216172782170180614
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B          216172782170180613
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q          216172782170180612
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B          216172782170180611
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C          216172782170180610
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B          216172782170180609
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q          216172782170180616
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q          216172782170180615
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C          216172782170180614
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B          216172782170180613
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q          216172782170180612
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B          216172782170180611
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C          216172782170180610
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B          216172782170180609
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q          216172782170180616
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q          216172782170180615
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C          216172782170180614
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B          216172782170180613
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q          216172782170180612
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B          216172782170180611
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C          216172782170180610
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B          216172782170180609
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q          216172782170180616
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q          216172782170180615
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C          216172782170180614
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B          216172782170180613
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q          216172782170180612
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B          216172782170180611
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C          216172782170180610
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B          216172782170180609
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q          216172782170180616
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q          216172782170180615
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C          216172782170180614
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B          216172782170180613
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q          216172782170180612
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B          216172782170180611
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C          216172782170180610
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B          216172782170180609
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q          216172782170180616
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q          216172782170180615
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C          216172782170180614
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B          216172782170180613
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q          216172782170180612
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B          216172782170180611
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C          216172782170180610

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY
+>      from btsel01,btsel02;

SYSKEY              
--------------------

  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY
+>      from btsel02,btsel03;

SYSKEY              
--------------------

  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select btsel02.*, btsel03.*, btsel02.SYSKEY
+>      from btsel02,btsel03;

PIC_X_1  PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S            SYSKEY
-------  -------  -----------  --------  -------  ---------------------  --------------------

B        A               5.00  make           90                 200.00    216172782170180609
Q        A               5.00  make           90                 200.00    216172782170180616
Q        A               5.00  make           90                 200.00    216172782170180615
C        A               5.00  make           90                 200.00    216172782170180614
B        A               5.00  make           90                 200.00    216172782170180613
Q        A               5.00  make           90                 200.00    216172782170180612
B        A               5.00  make           90                 200.00    216172782170180611
C        A               5.00  make           90                 200.00    216172782170180610
B        7               6.00  joe            80                1200.00    216172782170180609
Q        7               6.00  joe            80                1200.00    216172782170180616
Q        7               6.00  joe            80                1200.00    216172782170180615
C        7               6.00  joe            80                1200.00    216172782170180614
B        7               6.00  joe            80                1200.00    216172782170180613
Q        7               6.00  joe            80                1200.00    216172782170180612
B        7               6.00  joe            80                1200.00    216172782170180611
C        7               6.00  joe            80                1200.00    216172782170180610
B        8               6.00  joe            80                1200.00    216172782170180609
Q        8               6.00  joe            80                1200.00    216172782170180616
Q        8               6.00  joe            80                1200.00    216172782170180615
C        8               6.00  joe            80                1200.00    216172782170180614
B        8               6.00  joe            80                1200.00    216172782170180613
Q        8               6.00  joe            80                1200.00    216172782170180612
B        8               6.00  joe            80                1200.00    216172782170180611
C        8               6.00  joe            80                1200.00    216172782170180610
B        5            1000.00  5             100                1000.00    216172782170180609
Q        5            1000.00  5             100                1000.00    216172782170180616
Q        5            1000.00  5             100                1000.00    216172782170180615
C        5            1000.00  5             100                1000.00    216172782170180614
B        5            1000.00  5             100                1000.00    216172782170180613
Q        5            1000.00  5             100                1000.00    216172782170180612
B        5            1000.00  5             100                1000.00    216172782170180611
C        5            1000.00  5             100                1000.00    216172782170180610
B        michael        50.00  dave           50                1500.00    216172782170180609
Q        michael        50.00  dave           50                1500.00    216172782170180616
Q        michael        50.00  dave           50                1500.00    216172782170180615
C        michael        50.00  dave           50                1500.00    216172782170180614
B        michael        50.00  dave           50                1500.00    216172782170180613
Q        michael        50.00  dave           50                1500.00    216172782170180612
B        michael        50.00  dave           50                1500.00    216172782170180611
C        michael        50.00  dave           50                1500.00    216172782170180610
B        7               6.00  john           80                2000.00    216172782170180609
Q        7               6.00  john           80                2000.00    216172782170180616
Q        7               6.00  john           80                2000.00    216172782170180615
C        7               6.00  john           80                2000.00    216172782170180614
B        7               6.00  john           80                2000.00    216172782170180613
Q        7               6.00  john           80                2000.00    216172782170180612
B        7               6.00  john           80                2000.00    216172782170180611
C        7               6.00  john           80                2000.00    216172782170180610
B        B               6.00  mark           80                3000.00    216172782170180609
Q        B               6.00  mark           80                3000.00    216172782170180616
Q        B               6.00  mark           80                3000.00    216172782170180615
C        B               6.00  mark           80                3000.00    216172782170180614
B        B               6.00  mark           80                3000.00    216172782170180613
Q        B               6.00  mark           80                3000.00    216172782170180612
B        B               6.00  mark           80                3000.00    216172782170180611
C        B               6.00  mark           80                3000.00    216172782170180610
B        michael        70.00  joan           50                4000.00    216172782170180609
Q        michael        70.00  joan           50                4000.00    216172782170180616
Q        michael        70.00  joan           50                4000.00    216172782170180615
C        michael        70.00  joan           50                4000.00    216172782170180614
B        michael        70.00  joan           50                4000.00    216172782170180613
Q        michael        70.00  joan           50                4000.00    216172782170180612
B        michael        70.00  joan           50                4000.00    216172782170180611
C        michael        70.00  joan           50                4000.00    216172782170180610

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY, btsel03.SYSKEY
+>      from btsel02,btsel03;

SYSKEY                SYSKEY              
--------------------  --------------------

  216172782170180609    216172782159534337
  216172782170180609    216172782159534344
  216172782170180609    216172782159534343
  216172782170180609    216172782159534342
  216172782170180609    216172782159534341
  216172782170180609    216172782159534340
  216172782170180609    216172782159534339
  216172782170180609    216172782159534338
  216172782170180610    216172782159534337
  216172782170180610    216172782159534344
  216172782170180610    216172782159534343
  216172782170180610    216172782159534342
  216172782170180610    216172782159534341
  216172782170180610    216172782159534340
  216172782170180610    216172782159534339
  216172782170180610    216172782159534338
  216172782170180611    216172782159534337
  216172782170180611    216172782159534344
  216172782170180611    216172782159534343
  216172782170180611    216172782159534342
  216172782170180611    216172782159534341
  216172782170180611    216172782159534340
  216172782170180611    216172782159534339
  216172782170180611    216172782159534338
  216172782170180612    216172782159534337
  216172782170180612    216172782159534344
  216172782170180612    216172782159534343
  216172782170180612    216172782159534342
  216172782170180612    216172782159534341
  216172782170180612    216172782159534340
  216172782170180612    216172782159534339
  216172782170180612    216172782159534338
  216172782170180613    216172782159534337
  216172782170180613    216172782159534344
  216172782170180613    216172782159534343
  216172782170180613    216172782159534342
  216172782170180613    216172782159534341
  216172782170180613    216172782159534340
  216172782170180613    216172782159534339
  216172782170180613    216172782159534338
  216172782170180614    216172782159534337
  216172782170180614    216172782159534344
  216172782170180614    216172782159534343
  216172782170180614    216172782159534342
  216172782170180614    216172782159534341
  216172782170180614    216172782159534340
  216172782170180614    216172782159534339
  216172782170180614    216172782159534338
  216172782170180615    216172782159534337
  216172782170180615    216172782159534344
  216172782170180615    216172782159534343
  216172782170180615    216172782159534342
  216172782170180615    216172782159534341
  216172782170180615    216172782159534340
  216172782170180615    216172782159534339
  216172782170180615    216172782159534338
  216172782170180616    216172782159534337
  216172782170180616    216172782159534344
  216172782170180616    216172782159534343
  216172782170180616    216172782159534342
  216172782170180616    216172782159534341
  216172782170180616    216172782159534340
  216172782170180616    216172782159534339
  216172782170180616    216172782159534338

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select SYSKEY
+>      from btsel02,pvsel01;

SYSKEY              
--------------------

  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY
+>      from btsel02,pvsel01;

SYSKEY              
--------------------

  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180609
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180610
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180611
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180612
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180613
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180614
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180615
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616
  216172782170180616

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.*, pvsel01.*, btsel02.SYSKEY
+>      from btsel02,pvsel01;

PIC_X_1  BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  SYSKEY
-------  -------------  --------------------  ----------  -------------  -------  -------  ---------  --------------------

B                -5000                   200        8000              6  D        michael         90    216172782170180609
Q                -5000                   200        8000              6  D        michael         90    216172782170180616
Q                -5000                   200        8000              6  D        michael         90    216172782170180615
C                -5000                   200        8000              6  D        michael         90    216172782170180614
B                -5000                   200        8000              6  D        michael         90    216172782170180613
Q                -5000                   200        8000              6  D        michael         90    216172782170180612
B                -5000                   200        8000              6  D        michael         90    216172782170180611
C                -5000                   200        8000              6  D        michael         90    216172782170180610
B                   50            1000000000       10000              1  C        walter          10    216172782170180609
Q                   50            1000000000       10000              1  C        walter          10    216172782170180616
Q                   50            1000000000       10000              1  C        walter          10    216172782170180615
C                   50            1000000000       10000              1  C        walter          10    216172782170180614
B                   50            1000000000       10000              1  C        walter          10    216172782170180613
Q                   50            1000000000       10000              1  C        walter          10    216172782170180612
B                   50            1000000000       10000              1  C        walter          10    216172782170180611
C                   50            1000000000       10000              1  C        walter          10    216172782170180610
B                   60                 -1000        8000              2  A        bobby         1000    216172782170180609
Q                   60                 -1000        8000              2  A        bobby         1000    216172782170180616
Q                   60                 -1000        8000              2  A        bobby         1000    216172782170180615
C                   60                 -1000        8000              2  A        bobby         1000    216172782170180614
B                   60                 -1000        8000              2  A        bobby         1000    216172782170180613
Q                   60                 -1000        8000              2  A        bobby         1000    216172782170180612
B                   60                 -1000        8000              2  A        bobby         1000    216172782170180611
C                   60                 -1000        8000              2  A        bobby         1000    216172782170180610
B                 1000                   999        9000              4  C        7               80    216172782170180609
Q                 1000                   999        9000              4  C        7               80    216172782170180616
Q                 1000                   999        9000              4  C        7               80    216172782170180615
C                 1000                   999        9000              4  C        7               80    216172782170180614
B                 1000                   999        9000              4  C        7               80    216172782170180613
Q                 1000                   999        9000              4  C        7               80    216172782170180612
B                 1000                   999        9000              4  C        7               80    216172782170180611
C                 1000                   999        9000              4  C        7               80    216172782170180610
B                 2000              -1000000        8000              5  Q        sue           2000    216172782170180609
Q                 2000              -1000000        8000              5  Q        sue           2000    216172782170180616
Q                 2000              -1000000        8000              5  Q        sue           2000    216172782170180615
C                 2000              -1000000        8000              5  Q        sue           2000    216172782170180614
B                 2000              -1000000        8000              5  Q        sue           2000    216172782170180613
Q                 2000              -1000000        8000              5  Q        sue           2000    216172782170180612
B                 2000              -1000000        8000              5  Q        sue           2000    216172782170180611
C                 2000              -1000000        8000              5  Q        sue           2000    216172782170180610
B                 3000                  2000        1000              7  E        jimmy         9000    216172782170180609
Q                 3000                  2000        1000              7  E        jimmy         9000    216172782170180616
Q                 3000                  2000        1000              7  E        jimmy         9000    216172782170180615
C                 3000                  2000        1000              7  E        jimmy         9000    216172782170180614
B                 3000                  2000        1000              7  E        jimmy         9000    216172782170180613
Q                 3000                  2000        1000              7  E        jimmy         9000    216172782170180612
B                 3000                  2000        1000              7  E        jimmy         9000    216172782170180611
C                 3000                  2000        1000              7  E        jimmy         9000    216172782170180610
B                 4000                     0        5000              8  Z        johnny        8000    216172782170180609
Q                 4000                     0        5000              8  Z        johnny        8000    216172782170180616
Q                 4000                     0        5000              8  Z        johnny        8000    216172782170180615
C                 4000                     0        5000              8  Z        johnny        8000    216172782170180614
B                 4000                     0        5000              8  Z        johnny        8000    216172782170180613
Q                 4000                     0        5000              8  Z        johnny        8000    216172782170180612
B                 4000                     0        5000              8  Z        johnny        8000    216172782170180611
C                 4000                     0        5000              8  Z        johnny        8000    216172782170180610
B                 8000                  1000       10000              3  B        9               90    216172782170180609
Q                 8000                  1000       10000              3  B        9               90    216172782170180616
Q                 8000                  1000       10000              3  B        9               90    216172782170180615
C                 8000                  1000       10000              3  B        9               90    216172782170180614
B                 8000                  1000       10000              3  B        9               90    216172782170180613
Q                 8000                  1000       10000              3  B        9               90    216172782170180612
B                 8000                  1000       10000              3  B        9               90    216172782170180611
C                 8000                  1000       10000              3  B        9               90    216172782170180610

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select new_name_4
+>      from btsel02,pvsel03;

NEW_NAME_4          
--------------------

  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY,new_name_4
+>      from btsel02,pvsel03;

SYSKEY                NEW_NAME_4          
--------------------  --------------------

  216172782170180609    216172782159534337
  216172782170180609    216172782159534343
  216172782170180609    216172782159534342
  216172782170180609    216172782159534338
  216172782170180610    216172782159534337
  216172782170180610    216172782159534343
  216172782170180610    216172782159534342
  216172782170180610    216172782159534338
  216172782170180611    216172782159534337
  216172782170180611    216172782159534343
  216172782170180611    216172782159534342
  216172782170180611    216172782159534338
  216172782170180612    216172782159534337
  216172782170180612    216172782159534343
  216172782170180612    216172782159534342
  216172782170180612    216172782159534338
  216172782170180613    216172782159534337
  216172782170180613    216172782159534343
  216172782170180613    216172782159534342
  216172782170180613    216172782159534338
  216172782170180614    216172782159534337
  216172782170180614    216172782159534343
  216172782170180614    216172782159534342
  216172782170180614    216172782159534338
  216172782170180615    216172782159534337
  216172782170180615    216172782159534343
  216172782170180615    216172782159534342
  216172782170180615    216172782159534338
  216172782170180616    216172782159534337
  216172782170180616    216172782159534343
  216172782170180616    216172782159534342
  216172782170180616    216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select new_name_4,*
+>      from btsel02,pvsel03;

NEW_NAME_4            PIC_X_1  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4
--------------------  -------  ----------  -----------  ----------  --------------------

  216172782159534337  B                90         5.00  A             216172782159534337
  216172782159534343  B                80         6.00  B             216172782159534343
  216172782159534342  B                80         6.00  7             216172782159534342
  216172782159534338  B                80         6.00  7             216172782159534338
  216172782159534337  C                90         5.00  A             216172782159534337
  216172782159534343  C                80         6.00  B             216172782159534343
  216172782159534342  C                80         6.00  7             216172782159534342
  216172782159534338  C                80         6.00  7             216172782159534338
  216172782159534337  B                90         5.00  A             216172782159534337
  216172782159534343  B                80         6.00  B             216172782159534343
  216172782159534342  B                80         6.00  7             216172782159534342
  216172782159534338  B                80         6.00  7             216172782159534338
  216172782159534337  Q                90         5.00  A             216172782159534337
  216172782159534343  Q                80         6.00  B             216172782159534343
  216172782159534342  Q                80         6.00  7             216172782159534342
  216172782159534338  Q                80         6.00  7             216172782159534338
  216172782159534337  B                90         5.00  A             216172782159534337
  216172782159534343  B                80         6.00  B             216172782159534343
  216172782159534342  B                80         6.00  7             216172782159534342
  216172782159534338  B                80         6.00  7             216172782159534338
  216172782159534337  C                90         5.00  A             216172782159534337
  216172782159534343  C                80         6.00  B             216172782159534343
  216172782159534342  C                80         6.00  7             216172782159534342
  216172782159534338  C                80         6.00  7             216172782159534338
  216172782159534337  Q                90         5.00  A             216172782159534337
  216172782159534343  Q                80         6.00  B             216172782159534343
  216172782159534342  Q                80         6.00  7             216172782159534342
  216172782159534338  Q                80         6.00  7             216172782159534338
  216172782159534337  Q                90         5.00  A             216172782159534337
  216172782159534343  Q                80         6.00  B             216172782159534343
  216172782159534342  Q                80         6.00  7             216172782159534342
  216172782159534338  Q                80         6.00  7             216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select SYSKEY
+>      from btsel02,svsel11;

SYSKEY              
--------------------

  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY
+>      from btsel02,svsel11;

SYSKEY              
--------------------

  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select btsel02.*, svsel11.*,SYSKEY
+>      from btsel02,svsel11;

PIC_X_1  COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8    SYSKEY
-------  ------  --------------------  ----------  -----  -----  -------  ------  -------  --------------------

B         -5000                   200        8000      6  D      michael      90  7          216172782170180609
Q         -5000                   200        8000      6  D      michael      90  7          216172782170180616
Q         -5000                   200        8000      6  D      michael      90  7          216172782170180615
C         -5000                   200        8000      6  D      michael      90  7          216172782170180614
B         -5000                   200        8000      6  D      michael      90  7          216172782170180613
Q         -5000                   200        8000      6  D      michael      90  7          216172782170180612
B         -5000                   200        8000      6  D      michael      90  7          216172782170180611
C         -5000                   200        8000      6  D      michael      90  7          216172782170180610
B            50            1000000000       10000      1  C      walter       10  A          216172782170180609
Q            50            1000000000       10000      1  C      walter       10  A          216172782170180616
Q            50            1000000000       10000      1  C      walter       10  A          216172782170180615
C            50            1000000000       10000      1  C      walter       10  A          216172782170180614
B            50            1000000000       10000      1  C      walter       10  A          216172782170180613
Q            50            1000000000       10000      1  C      walter       10  A          216172782170180612
B            50            1000000000       10000      1  C      walter       10  A          216172782170180611
C            50            1000000000       10000      1  C      walter       10  A          216172782170180610
B            60                 -1000        8000      2  A      bobby      1000  7          216172782170180609
Q            60                 -1000        8000      2  A      bobby      1000  7          216172782170180616
Q            60                 -1000        8000      2  A      bobby      1000  7          216172782170180615
C            60                 -1000        8000      2  A      bobby      1000  7          216172782170180614
B            60                 -1000        8000      2  A      bobby      1000  7          216172782170180613
Q            60                 -1000        8000      2  A      bobby      1000  7          216172782170180612
B            60                 -1000        8000      2  A      bobby      1000  7          216172782170180611
C            60                 -1000        8000      2  A      bobby      1000  7          216172782170180610
B            60                 -1000        8000      2  A      bobby      1000  8          216172782170180609
Q            60                 -1000        8000      2  A      bobby      1000  8          216172782170180616
Q            60                 -1000        8000      2  A      bobby      1000  8          216172782170180615
C            60                 -1000        8000      2  A      bobby      1000  8          216172782170180614
B            60                 -1000        8000      2  A      bobby      1000  8          216172782170180613
Q            60                 -1000        8000      2  A      bobby      1000  8          216172782170180612
B            60                 -1000        8000      2  A      bobby      1000  8          216172782170180611
C            60                 -1000        8000      2  A      bobby      1000  8          216172782170180610
B          1000                   999        9000      4  C      7            80  michael    216172782170180609
Q          1000                   999        9000      4  C      7            80  michael    216172782170180616
Q          1000                   999        9000      4  C      7            80  michael    216172782170180615
C          1000                   999        9000      4  C      7            80  michael    216172782170180614
B          1000                   999        9000      4  C      7            80  michael    216172782170180613
Q          1000                   999        9000      4  C      7            80  michael    216172782170180612
B          1000                   999        9000      4  C      7            80  michael    216172782170180611
C          1000                   999        9000      4  C      7            80  michael    216172782170180610
B          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180609
Q          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180616
Q          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180615
C          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180614
B          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180613
Q          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180612
B          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180611
C          2000              -1000000        8000      5  Q      sue        2000  7          216172782170180610
B          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180609
Q          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180616
Q          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180615
C          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180614
B          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180613
Q          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180612
B          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180611
C          2000              -1000000        8000      5  Q      sue        2000  8          216172782170180610
B          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180609
Q          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180616
Q          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180615
C          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180614
B          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180613
Q          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180612
B          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180611
C          3000                  2000        1000      7  E      jimmy      9000  7          216172782170180610
B          4000                     0        5000      8  Z      johnny     8000  7          216172782170180609
Q          4000                     0        5000      8  Z      johnny     8000  7          216172782170180616
Q          4000                     0        5000      8  Z      johnny     8000  7          216172782170180615
C          4000                     0        5000      8  Z      johnny     8000  7          216172782170180614
B          4000                     0        5000      8  Z      johnny     8000  7          216172782170180613
Q          4000                     0        5000      8  Z      johnny     8000  7          216172782170180612
B          4000                     0        5000      8  Z      johnny     8000  7          216172782170180611
C          4000                     0        5000      8  Z      johnny     8000  7          216172782170180610
B          8000                  1000       10000      3  B      9            90  7          216172782170180609
Q          8000                  1000       10000      3  B      9            90  7          216172782170180616
Q          8000                  1000       10000      3  B      9            90  7          216172782170180615
C          8000                  1000       10000      3  B      9            90  7          216172782170180614
B          8000                  1000       10000      3  B      9            90  7          216172782170180613
Q          8000                  1000       10000      3  B      9            90  7          216172782170180612
B          8000                  1000       10000      3  B      9            90  7          216172782170180611
C          8000                  1000       10000      3  B      9            90  7          216172782170180610

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select SYSKEY
+>      from btsel02,svsel13;

SYSKEY              
--------------------

  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610
  216172782170180609
  216172782170180616
  216172782170180615
  216172782170180614
  216172782170180613
  216172782170180612
  216172782170180611
  216172782170180610

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.SYSKEY,new_name_4
+>      from btsel02,svsel13;

SYSKEY                NEW_NAME_4          
--------------------  --------------------

  216172782170180609    216172782159534337
  216172782170180616    216172782159534337
  216172782170180615    216172782159534337
  216172782170180614    216172782159534337
  216172782170180613    216172782159534337
  216172782170180612    216172782159534337
  216172782170180611    216172782159534337
  216172782170180610    216172782159534337
  216172782170180609    216172782159534338
  216172782170180616    216172782159534338
  216172782170180615    216172782159534338
  216172782170180614    216172782159534338
  216172782170180613    216172782159534338
  216172782170180612    216172782159534338
  216172782170180611    216172782159534338
  216172782170180610    216172782159534338
  216172782170180609    216172782159534342
  216172782170180616    216172782159534342
  216172782170180615    216172782159534342
  216172782170180614    216172782159534342
  216172782170180613    216172782159534342
  216172782170180612    216172782159534342
  216172782170180611    216172782159534342
  216172782170180610    216172782159534342
  216172782170180609    216172782159534343
  216172782170180616    216172782159534343
  216172782170180615    216172782159534343
  216172782170180614    216172782159534343
  216172782170180613    216172782159534343
  216172782170180612    216172782159534343
  216172782170180611    216172782159534343
  216172782170180610    216172782159534343

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.*, btsel02.SYSKEY,new_name_4
+>      from btsel02,svsel13;

PIC_X_1  SYSKEY                NEW_NAME_4          
-------  --------------------  --------------------

B          216172782170180609    216172782159534337
Q          216172782170180616    216172782159534337
Q          216172782170180615    216172782159534337
C          216172782170180614    216172782159534337
B          216172782170180613    216172782159534337
Q          216172782170180612    216172782159534337
B          216172782170180611    216172782159534337
C          216172782170180610    216172782159534337
B          216172782170180609    216172782159534338
Q          216172782170180616    216172782159534338
Q          216172782170180615    216172782159534338
C          216172782170180614    216172782159534338
B          216172782170180613    216172782159534338
Q          216172782170180612    216172782159534338
B          216172782170180611    216172782159534338
C          216172782170180610    216172782159534338
B          216172782170180609    216172782159534342
Q          216172782170180616    216172782159534342
Q          216172782170180615    216172782159534342
C          216172782170180614    216172782159534342
B          216172782170180613    216172782159534342
Q          216172782170180612    216172782159534342
B          216172782170180611    216172782159534342
C          216172782170180610    216172782159534342
B          216172782170180609    216172782159534343
Q          216172782170180616    216172782159534343
Q          216172782170180615    216172782159534343
C          216172782170180614    216172782159534343
B          216172782170180613    216172782159534343
Q          216172782170180612    216172782159534343
B          216172782170180611    216172782159534343
C          216172782170180610    216172782159534343

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select new_name_4
+>      from pvsel01,pvsel03;

NEW_NAME_4          
--------------------

  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select new_name_4
+>      from svsel11,svsel13;

NEW_NAME_4          
--------------------

  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338
  216172782159534337
  216172782159534343
  216172782159534342
  216172782159534338

--- 40 row(s) selected.
>>--    <ufi-input>
>>      select new_name_4
+>      from pvsel01,svsel13;

NEW_NAME_4          
--------------------

  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534337
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534338
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534342
  216172782159534343
  216172782159534343
  216172782159534343
  216172782159534343
  216172782159534343
  216172782159534343
  216172782159534343
  216172782159534343

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select firstt.SYSKEY,secondd.SYSKEY
+>      from btsel02 firstt,btsel02 secondd;

SYSKEY                SYSKEY              
--------------------  --------------------

  216172782170180609    216172782170180609
  216172782170180609    216172782170180616
  216172782170180609    216172782170180615
  216172782170180609    216172782170180614
  216172782170180609    216172782170180613
  216172782170180609    216172782170180612
  216172782170180609    216172782170180611
  216172782170180609    216172782170180610
  216172782170180610    216172782170180609
  216172782170180610    216172782170180616
  216172782170180610    216172782170180615
  216172782170180610    216172782170180614
  216172782170180610    216172782170180613
  216172782170180610    216172782170180612
  216172782170180610    216172782170180611
  216172782170180610    216172782170180610
  216172782170180611    216172782170180609
  216172782170180611    216172782170180616
  216172782170180611    216172782170180615
  216172782170180611    216172782170180614
  216172782170180611    216172782170180613
  216172782170180611    216172782170180612
  216172782170180611    216172782170180611
  216172782170180611    216172782170180610
  216172782170180612    216172782170180609
  216172782170180612    216172782170180616
  216172782170180612    216172782170180615
  216172782170180612    216172782170180614
  216172782170180612    216172782170180613
  216172782170180612    216172782170180612
  216172782170180612    216172782170180611
  216172782170180612    216172782170180610
  216172782170180613    216172782170180609
  216172782170180613    216172782170180616
  216172782170180613    216172782170180615
  216172782170180613    216172782170180614
  216172782170180613    216172782170180613
  216172782170180613    216172782170180612
  216172782170180613    216172782170180611
  216172782170180613    216172782170180610
  216172782170180614    216172782170180609
  216172782170180614    216172782170180616
  216172782170180614    216172782170180615
  216172782170180614    216172782170180614
  216172782170180614    216172782170180613
  216172782170180614    216172782170180612
  216172782170180614    216172782170180611
  216172782170180614    216172782170180610
  216172782170180615    216172782170180609
  216172782170180615    216172782170180616
  216172782170180615    216172782170180615
  216172782170180615    216172782170180614
  216172782170180615    216172782170180613
  216172782170180615    216172782170180612
  216172782170180615    216172782170180611
  216172782170180615    216172782170180610
  216172782170180616    216172782170180609
  216172782170180616    216172782170180616
  216172782170180616    216172782170180615
  216172782170180616    216172782170180614
  216172782170180616    216172782170180613
  216172782170180616    216172782170180612
  216172782170180616    216172782170180611
  216172782170180616    216172782170180610

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_4,secondd.new_name_4
+>      from pvsel03 firstt,pvsel03 secondd;

NEW_NAME_4            NEW_NAME_4          
--------------------  --------------------

  216172782159534337    216172782159534337
  216172782159534337    216172782159534343
  216172782159534337    216172782159534342
  216172782159534337    216172782159534338
  216172782159534338    216172782159534337
  216172782159534338    216172782159534343
  216172782159534338    216172782159534342
  216172782159534338    216172782159534338
  216172782159534342    216172782159534337
  216172782159534342    216172782159534343
  216172782159534342    216172782159534342
  216172782159534342    216172782159534338
  216172782159534343    216172782159534337
  216172782159534343    216172782159534343
  216172782159534343    216172782159534342
  216172782159534343    216172782159534338

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select secondd.new_name_4,firstt.new_name_4
+>      from svsel13 firstt,svsel13 secondd;

NEW_NAME_4            NEW_NAME_4          
--------------------  --------------------

  216172782159534338    216172782159534338
  216172782159534342    216172782159534338
  216172782159534338    216172782159534342
  216172782159534342    216172782159534342
  216172782159534343    216172782159534338
  216172782159534343    216172782159534342
  216172782159534337    216172782159534338
  216172782159534337    216172782159534342
  216172782159534338    216172782159534337
  216172782159534342    216172782159534337
  216172782159534343    216172782159534337
  216172782159534337    216172782159534337
  216172782159534338    216172782159534343
  216172782159534342    216172782159534343
  216172782159534343    216172782159534343
  216172782159534337    216172782159534343

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select btsel02.SYSKEY, btsel03.SYSKEY,
+>             btsel04.syskey
+>      from btsel02,btsel03,btsel04;

SYSKEY                SYSKEY                SYSKEY              
--------------------  --------------------  --------------------

  216172782170180609    216172782159534337    216172782152933121
  216172782170180609    216172782159534337    216172782152933126
  216172782170180609    216172782159534337    216172782152933124
  216172782170180609    216172782159534337    216172782152933123
  216172782170180609    216172782159534337    216172782152933128
  216172782170180609    216172782159534337    216172782152933127
  216172782170180609    216172782159534337    216172782152933125
  216172782170180609    216172782159534337    216172782152933122
  216172782170180609    216172782159534344    216172782152933121
  216172782170180609    216172782159534344    216172782152933126
  216172782170180609    216172782159534344    216172782152933124
  216172782170180609    216172782159534344    216172782152933123
  216172782170180609    216172782159534344    216172782152933128
  216172782170180609    216172782159534344    216172782152933127
  216172782170180609    216172782159534344    216172782152933125
  216172782170180609    216172782159534344    216172782152933122
  216172782170180609    216172782159534343    216172782152933121
  216172782170180609    216172782159534343    216172782152933126
  216172782170180609    216172782159534343    216172782152933124
  216172782170180609    216172782159534343    216172782152933123
  216172782170180609    216172782159534343    216172782152933128
  216172782170180609    216172782159534343    216172782152933127
  216172782170180609    216172782159534343    216172782152933125
  216172782170180609    216172782159534343    216172782152933122
  216172782170180609    216172782159534342    216172782152933121
  216172782170180609    216172782159534342    216172782152933126
  216172782170180609    216172782159534342    216172782152933124
  216172782170180609    216172782159534342    216172782152933123
  216172782170180609    216172782159534342    216172782152933128
  216172782170180609    216172782159534342    216172782152933127
  216172782170180609    216172782159534342    216172782152933125
  216172782170180609    216172782159534342    216172782152933122
  216172782170180609    216172782159534341    216172782152933121
  216172782170180609    216172782159534341    216172782152933126
  216172782170180609    216172782159534341    216172782152933124
  216172782170180609    216172782159534341    216172782152933123
  216172782170180609    216172782159534341    216172782152933128
  216172782170180609    216172782159534341    216172782152933127
  216172782170180609    216172782159534341    216172782152933125
  216172782170180609    216172782159534341    216172782152933122
  216172782170180609    216172782159534340    216172782152933121
  216172782170180609    216172782159534340    216172782152933126
  216172782170180609    216172782159534340    216172782152933124
  216172782170180609    216172782159534340    216172782152933123
  216172782170180609    216172782159534340    216172782152933128
  216172782170180609    216172782159534340    216172782152933127
  216172782170180609    216172782159534340    216172782152933125
  216172782170180609    216172782159534340    216172782152933122
  216172782170180609    216172782159534339    216172782152933121
  216172782170180609    216172782159534339    216172782152933126
  216172782170180609    216172782159534339    216172782152933124
  216172782170180609    216172782159534339    216172782152933123
  216172782170180609    216172782159534339    216172782152933128
  216172782170180609    216172782159534339    216172782152933127
  216172782170180609    216172782159534339    216172782152933125
  216172782170180609    216172782159534339    216172782152933122
  216172782170180609    216172782159534338    216172782152933121
  216172782170180609    216172782159534338    216172782152933126
  216172782170180609    216172782159534338    216172782152933124
  216172782170180609    216172782159534338    216172782152933123
  216172782170180609    216172782159534338    216172782152933128
  216172782170180609    216172782159534338    216172782152933127
  216172782170180609    216172782159534338    216172782152933125
  216172782170180609    216172782159534338    216172782152933122
  216172782170180610    216172782159534337    216172782152933121
  216172782170180610    216172782159534337    216172782152933126
  216172782170180610    216172782159534337    216172782152933124
  216172782170180610    216172782159534337    216172782152933123
  216172782170180610    216172782159534337    216172782152933128
  216172782170180610    216172782159534337    216172782152933127
  216172782170180610    216172782159534337    216172782152933125
  216172782170180610    216172782159534337    216172782152933122
  216172782170180610    216172782159534344    216172782152933121
  216172782170180610    216172782159534344    216172782152933126
  216172782170180610    216172782159534344    216172782152933124
  216172782170180610    216172782159534344    216172782152933123
  216172782170180610    216172782159534344    216172782152933128
  216172782170180610    216172782159534344    216172782152933127
  216172782170180610    216172782159534344    216172782152933125
  216172782170180610    216172782159534344    216172782152933122
  216172782170180610    216172782159534343    216172782152933121
  216172782170180610    216172782159534343    216172782152933126
  216172782170180610    216172782159534343    216172782152933124
  216172782170180610    216172782159534343    216172782152933123
  216172782170180610    216172782159534343    216172782152933128
  216172782170180610    216172782159534343    216172782152933127
  216172782170180610    216172782159534343    216172782152933125
  216172782170180610    216172782159534343    216172782152933122
  216172782170180610    216172782159534342    216172782152933121
  216172782170180610    216172782159534342    216172782152933126
  216172782170180610    216172782159534342    216172782152933124
  216172782170180610    216172782159534342    216172782152933123
  216172782170180610    216172782159534342    216172782152933128
  216172782170180610    216172782159534342    216172782152933127
  216172782170180610    216172782159534342    216172782152933125
  216172782170180610    216172782159534342    216172782152933122
  216172782170180610    216172782159534341    216172782152933121
  216172782170180610    216172782159534341    216172782152933126
  216172782170180610    216172782159534341    216172782152933124
  216172782170180610    216172782159534341    216172782152933123
  216172782170180610    216172782159534341    216172782152933128
  216172782170180610    216172782159534341    216172782152933127
  216172782170180610    216172782159534341    216172782152933125
  216172782170180610    216172782159534341    216172782152933122
  216172782170180610    216172782159534340    216172782152933121
  216172782170180610    216172782159534340    216172782152933126
  216172782170180610    216172782159534340    216172782152933124
  216172782170180610    216172782159534340    216172782152933123
  216172782170180610    216172782159534340    216172782152933128
  216172782170180610    216172782159534340    216172782152933127
  216172782170180610    216172782159534340    216172782152933125
  216172782170180610    216172782159534340    216172782152933122
  216172782170180610    216172782159534339    216172782152933121
  216172782170180610    216172782159534339    216172782152933126
  216172782170180610    216172782159534339    216172782152933124
  216172782170180610    216172782159534339    216172782152933123
  216172782170180610    216172782159534339    216172782152933128
  216172782170180610    216172782159534339    216172782152933127
  216172782170180610    216172782159534339    216172782152933125
  216172782170180610    216172782159534339    216172782152933122
  216172782170180610    216172782159534338    216172782152933121
  216172782170180610    216172782159534338    216172782152933126
  216172782170180610    216172782159534338    216172782152933124
  216172782170180610    216172782159534338    216172782152933123
  216172782170180610    216172782159534338    216172782152933128
  216172782170180610    216172782159534338    216172782152933127
  216172782170180610    216172782159534338    216172782152933125
  216172782170180610    216172782159534338    216172782152933122
  216172782170180611    216172782159534337    216172782152933121
  216172782170180611    216172782159534337    216172782152933126
  216172782170180611    216172782159534337    216172782152933124
  216172782170180611    216172782159534337    216172782152933123
  216172782170180611    216172782159534337    216172782152933128
  216172782170180611    216172782159534337    216172782152933127
  216172782170180611    216172782159534337    216172782152933125
  216172782170180611    216172782159534337    216172782152933122
  216172782170180611    216172782159534344    216172782152933121
  216172782170180611    216172782159534344    216172782152933126
  216172782170180611    216172782159534344    216172782152933124
  216172782170180611    216172782159534344    216172782152933123
  216172782170180611    216172782159534344    216172782152933128
  216172782170180611    216172782159534344    216172782152933127
  216172782170180611    216172782159534344    216172782152933125
  216172782170180611    216172782159534344    216172782152933122
  216172782170180611    216172782159534343    216172782152933121
  216172782170180611    216172782159534343    216172782152933126
  216172782170180611    216172782159534343    216172782152933124
  216172782170180611    216172782159534343    216172782152933123
  216172782170180611    216172782159534343    216172782152933128
  216172782170180611    216172782159534343    216172782152933127
  216172782170180611    216172782159534343    216172782152933125
  216172782170180611    216172782159534343    216172782152933122
  216172782170180611    216172782159534342    216172782152933121
  216172782170180611    216172782159534342    216172782152933126
  216172782170180611    216172782159534342    216172782152933124
  216172782170180611    216172782159534342    216172782152933123
  216172782170180611    216172782159534342    216172782152933128
  216172782170180611    216172782159534342    216172782152933127
  216172782170180611    216172782159534342    216172782152933125
  216172782170180611    216172782159534342    216172782152933122
  216172782170180611    216172782159534341    216172782152933121
  216172782170180611    216172782159534341    216172782152933126
  216172782170180611    216172782159534341    216172782152933124
  216172782170180611    216172782159534341    216172782152933123
  216172782170180611    216172782159534341    216172782152933128
  216172782170180611    216172782159534341    216172782152933127
  216172782170180611    216172782159534341    216172782152933125
  216172782170180611    216172782159534341    216172782152933122
  216172782170180611    216172782159534340    216172782152933121
  216172782170180611    216172782159534340    216172782152933126
  216172782170180611    216172782159534340    216172782152933124
  216172782170180611    216172782159534340    216172782152933123
  216172782170180611    216172782159534340    216172782152933128
  216172782170180611    216172782159534340    216172782152933127
  216172782170180611    216172782159534340    216172782152933125
  216172782170180611    216172782159534340    216172782152933122
  216172782170180611    216172782159534339    216172782152933121
  216172782170180611    216172782159534339    216172782152933126
  216172782170180611    216172782159534339    216172782152933124
  216172782170180611    216172782159534339    216172782152933123
  216172782170180611    216172782159534339    216172782152933128
  216172782170180611    216172782159534339    216172782152933127
  216172782170180611    216172782159534339    216172782152933125
  216172782170180611    216172782159534339    216172782152933122
  216172782170180611    216172782159534338    216172782152933121
  216172782170180611    216172782159534338    216172782152933126
  216172782170180611    216172782159534338    216172782152933124
  216172782170180611    216172782159534338    216172782152933123
  216172782170180611    216172782159534338    216172782152933128
  216172782170180611    216172782159534338    216172782152933127
  216172782170180611    216172782159534338    216172782152933125
  216172782170180611    216172782159534338    216172782152933122
  216172782170180612    216172782159534337    216172782152933121
  216172782170180612    216172782159534337    216172782152933126
  216172782170180612    216172782159534337    216172782152933124
  216172782170180612    216172782159534337    216172782152933123
  216172782170180612    216172782159534337    216172782152933128
  216172782170180612    216172782159534337    216172782152933127
  216172782170180612    216172782159534337    216172782152933125
  216172782170180612    216172782159534337    216172782152933122
  216172782170180612    216172782159534344    216172782152933121
  216172782170180612    216172782159534344    216172782152933126
  216172782170180612    216172782159534344    216172782152933124
  216172782170180612    216172782159534344    216172782152933123
  216172782170180612    216172782159534344    216172782152933128
  216172782170180612    216172782159534344    216172782152933127
  216172782170180612    216172782159534344    216172782152933125
  216172782170180612    216172782159534344    216172782152933122
  216172782170180612    216172782159534343    216172782152933121
  216172782170180612    216172782159534343    216172782152933126
  216172782170180612    216172782159534343    216172782152933124
  216172782170180612    216172782159534343    216172782152933123
  216172782170180612    216172782159534343    216172782152933128
  216172782170180612    216172782159534343    216172782152933127
  216172782170180612    216172782159534343    216172782152933125
  216172782170180612    216172782159534343    216172782152933122
  216172782170180612    216172782159534342    216172782152933121
  216172782170180612    216172782159534342    216172782152933126
  216172782170180612    216172782159534342    216172782152933124
  216172782170180612    216172782159534342    216172782152933123
  216172782170180612    216172782159534342    216172782152933128
  216172782170180612    216172782159534342    216172782152933127
  216172782170180612    216172782159534342    216172782152933125
  216172782170180612    216172782159534342    216172782152933122
  216172782170180612    216172782159534341    216172782152933121
  216172782170180612    216172782159534341    216172782152933126
  216172782170180612    216172782159534341    216172782152933124
  216172782170180612    216172782159534341    216172782152933123
  216172782170180612    216172782159534341    216172782152933128
  216172782170180612    216172782159534341    216172782152933127
  216172782170180612    216172782159534341    216172782152933125
  216172782170180612    216172782159534341    216172782152933122
  216172782170180612    216172782159534340    216172782152933121
  216172782170180612    216172782159534340    216172782152933126
  216172782170180612    216172782159534340    216172782152933124
  216172782170180612    216172782159534340    216172782152933123
  216172782170180612    216172782159534340    216172782152933128
  216172782170180612    216172782159534340    216172782152933127
  216172782170180612    216172782159534340    216172782152933125
  216172782170180612    216172782159534340    216172782152933122
  216172782170180612    216172782159534339    216172782152933121
  216172782170180612    216172782159534339    216172782152933126
  216172782170180612    216172782159534339    216172782152933124
  216172782170180612    216172782159534339    216172782152933123
  216172782170180612    216172782159534339    216172782152933128
  216172782170180612    216172782159534339    216172782152933127
  216172782170180612    216172782159534339    216172782152933125
  216172782170180612    216172782159534339    216172782152933122
  216172782170180612    216172782159534338    216172782152933121
  216172782170180612    216172782159534338    216172782152933126
  216172782170180612    216172782159534338    216172782152933124
  216172782170180612    216172782159534338    216172782152933123
  216172782170180612    216172782159534338    216172782152933128
  216172782170180612    216172782159534338    216172782152933127
  216172782170180612    216172782159534338    216172782152933125
  216172782170180612    216172782159534338    216172782152933122
  216172782170180613    216172782159534337    216172782152933121
  216172782170180613    216172782159534337    216172782152933126
  216172782170180613    216172782159534337    216172782152933124
  216172782170180613    216172782159534337    216172782152933123
  216172782170180613    216172782159534337    216172782152933128
  216172782170180613    216172782159534337    216172782152933127
  216172782170180613    216172782159534337    216172782152933125
  216172782170180613    216172782159534337    216172782152933122
  216172782170180613    216172782159534344    216172782152933121
  216172782170180613    216172782159534344    216172782152933126
  216172782170180613    216172782159534344    216172782152933124
  216172782170180613    216172782159534344    216172782152933123
  216172782170180613    216172782159534344    216172782152933128
  216172782170180613    216172782159534344    216172782152933127
  216172782170180613    216172782159534344    216172782152933125
  216172782170180613    216172782159534344    216172782152933122
  216172782170180613    216172782159534343    216172782152933121
  216172782170180613    216172782159534343    216172782152933126
  216172782170180613    216172782159534343    216172782152933124
  216172782170180613    216172782159534343    216172782152933123
  216172782170180613    216172782159534343    216172782152933128
  216172782170180613    216172782159534343    216172782152933127
  216172782170180613    216172782159534343    216172782152933125
  216172782170180613    216172782159534343    216172782152933122
  216172782170180613    216172782159534342    216172782152933121
  216172782170180613    216172782159534342    216172782152933126
  216172782170180613    216172782159534342    216172782152933124
  216172782170180613    216172782159534342    216172782152933123
  216172782170180613    216172782159534342    216172782152933128
  216172782170180613    216172782159534342    216172782152933127
  216172782170180613    216172782159534342    216172782152933125
  216172782170180613    216172782159534342    216172782152933122
  216172782170180613    216172782159534341    216172782152933121
  216172782170180613    216172782159534341    216172782152933126
  216172782170180613    216172782159534341    216172782152933124
  216172782170180613    216172782159534341    216172782152933123
  216172782170180613    216172782159534341    216172782152933128
  216172782170180613    216172782159534341    216172782152933127
  216172782170180613    216172782159534341    216172782152933125
  216172782170180613    216172782159534341    216172782152933122
  216172782170180613    216172782159534340    216172782152933121
  216172782170180613    216172782159534340    216172782152933126
  216172782170180613    216172782159534340    216172782152933124
  216172782170180613    216172782159534340    216172782152933123
  216172782170180613    216172782159534340    216172782152933128
  216172782170180613    216172782159534340    216172782152933127
  216172782170180613    216172782159534340    216172782152933125
  216172782170180613    216172782159534340    216172782152933122
  216172782170180613    216172782159534339    216172782152933121
  216172782170180613    216172782159534339    216172782152933126
  216172782170180613    216172782159534339    216172782152933124
  216172782170180613    216172782159534339    216172782152933123
  216172782170180613    216172782159534339    216172782152933128
  216172782170180613    216172782159534339    216172782152933127
  216172782170180613    216172782159534339    216172782152933125
  216172782170180613    216172782159534339    216172782152933122
  216172782170180613    216172782159534338    216172782152933121
  216172782170180613    216172782159534338    216172782152933126
  216172782170180613    216172782159534338    216172782152933124
  216172782170180613    216172782159534338    216172782152933123
  216172782170180613    216172782159534338    216172782152933128
  216172782170180613    216172782159534338    216172782152933127
  216172782170180613    216172782159534338    216172782152933125
  216172782170180613    216172782159534338    216172782152933122
  216172782170180614    216172782159534337    216172782152933121
  216172782170180614    216172782159534337    216172782152933126
  216172782170180614    216172782159534337    216172782152933124
  216172782170180614    216172782159534337    216172782152933123
  216172782170180614    216172782159534337    216172782152933128
  216172782170180614    216172782159534337    216172782152933127
  216172782170180614    216172782159534337    216172782152933125
  216172782170180614    216172782159534337    216172782152933122
  216172782170180614    216172782159534344    216172782152933121
  216172782170180614    216172782159534344    216172782152933126
  216172782170180614    216172782159534344    216172782152933124
  216172782170180614    216172782159534344    216172782152933123
  216172782170180614    216172782159534344    216172782152933128
  216172782170180614    216172782159534344    216172782152933127
  216172782170180614    216172782159534344    216172782152933125
  216172782170180614    216172782159534344    216172782152933122
  216172782170180614    216172782159534343    216172782152933121
  216172782170180614    216172782159534343    216172782152933126
  216172782170180614    216172782159534343    216172782152933124
  216172782170180614    216172782159534343    216172782152933123
  216172782170180614    216172782159534343    216172782152933128
  216172782170180614    216172782159534343    216172782152933127
  216172782170180614    216172782159534343    216172782152933125
  216172782170180614    216172782159534343    216172782152933122
  216172782170180614    216172782159534342    216172782152933121
  216172782170180614    216172782159534342    216172782152933126
  216172782170180614    216172782159534342    216172782152933124
  216172782170180614    216172782159534342    216172782152933123
  216172782170180614    216172782159534342    216172782152933128
  216172782170180614    216172782159534342    216172782152933127
  216172782170180614    216172782159534342    216172782152933125
  216172782170180614    216172782159534342    216172782152933122
  216172782170180614    216172782159534341    216172782152933121
  216172782170180614    216172782159534341    216172782152933126
  216172782170180614    216172782159534341    216172782152933124
  216172782170180614    216172782159534341    216172782152933123
  216172782170180614    216172782159534341    216172782152933128
  216172782170180614    216172782159534341    216172782152933127
  216172782170180614    216172782159534341    216172782152933125
  216172782170180614    216172782159534341    216172782152933122
  216172782170180614    216172782159534340    216172782152933121
  216172782170180614    216172782159534340    216172782152933126
  216172782170180614    216172782159534340    216172782152933124
  216172782170180614    216172782159534340    216172782152933123
  216172782170180614    216172782159534340    216172782152933128
  216172782170180614    216172782159534340    216172782152933127
  216172782170180614    216172782159534340    216172782152933125
  216172782170180614    216172782159534340    216172782152933122
  216172782170180614    216172782159534339    216172782152933121
  216172782170180614    216172782159534339    216172782152933126
  216172782170180614    216172782159534339    216172782152933124
  216172782170180614    216172782159534339    216172782152933123
  216172782170180614    216172782159534339    216172782152933128
  216172782170180614    216172782159534339    216172782152933127
  216172782170180614    216172782159534339    216172782152933125
  216172782170180614    216172782159534339    216172782152933122
  216172782170180614    216172782159534338    216172782152933121
  216172782170180614    216172782159534338    216172782152933126
  216172782170180614    216172782159534338    216172782152933124
  216172782170180614    216172782159534338    216172782152933123
  216172782170180614    216172782159534338    216172782152933128
  216172782170180614    216172782159534338    216172782152933127
  216172782170180614    216172782159534338    216172782152933125
  216172782170180614    216172782159534338    216172782152933122
  216172782170180615    216172782159534337    216172782152933121
  216172782170180615    216172782159534337    216172782152933126
  216172782170180615    216172782159534337    216172782152933124
  216172782170180615    216172782159534337    216172782152933123
  216172782170180615    216172782159534337    216172782152933128
  216172782170180615    216172782159534337    216172782152933127
  216172782170180615    216172782159534337    216172782152933125
  216172782170180615    216172782159534337    216172782152933122
  216172782170180615    216172782159534344    216172782152933121
  216172782170180615    216172782159534344    216172782152933126
  216172782170180615    216172782159534344    216172782152933124
  216172782170180615    216172782159534344    216172782152933123
  216172782170180615    216172782159534344    216172782152933128
  216172782170180615    216172782159534344    216172782152933127
  216172782170180615    216172782159534344    216172782152933125
  216172782170180615    216172782159534344    216172782152933122
  216172782170180615    216172782159534343    216172782152933121
  216172782170180615    216172782159534343    216172782152933126
  216172782170180615    216172782159534343    216172782152933124
  216172782170180615    216172782159534343    216172782152933123
  216172782170180615    216172782159534343    216172782152933128
  216172782170180615    216172782159534343    216172782152933127
  216172782170180615    216172782159534343    216172782152933125
  216172782170180615    216172782159534343    216172782152933122
  216172782170180615    216172782159534342    216172782152933121
  216172782170180615    216172782159534342    216172782152933126
  216172782170180615    216172782159534342    216172782152933124
  216172782170180615    216172782159534342    216172782152933123
  216172782170180615    216172782159534342    216172782152933128
  216172782170180615    216172782159534342    216172782152933127
  216172782170180615    216172782159534342    216172782152933125
  216172782170180615    216172782159534342    216172782152933122
  216172782170180615    216172782159534341    216172782152933121
  216172782170180615    216172782159534341    216172782152933126
  216172782170180615    216172782159534341    216172782152933124
  216172782170180615    216172782159534341    216172782152933123
  216172782170180615    216172782159534341    216172782152933128
  216172782170180615    216172782159534341    216172782152933127
  216172782170180615    216172782159534341    216172782152933125
  216172782170180615    216172782159534341    216172782152933122
  216172782170180615    216172782159534340    216172782152933121
  216172782170180615    216172782159534340    216172782152933126
  216172782170180615    216172782159534340    216172782152933124
  216172782170180615    216172782159534340    216172782152933123
  216172782170180615    216172782159534340    216172782152933128
  216172782170180615    216172782159534340    216172782152933127
  216172782170180615    216172782159534340    216172782152933125
  216172782170180615    216172782159534340    216172782152933122
  216172782170180615    216172782159534339    216172782152933121
  216172782170180615    216172782159534339    216172782152933126
  216172782170180615    216172782159534339    216172782152933124
  216172782170180615    216172782159534339    216172782152933123
  216172782170180615    216172782159534339    216172782152933128
  216172782170180615    216172782159534339    216172782152933127
  216172782170180615    216172782159534339    216172782152933125
  216172782170180615    216172782159534339    216172782152933122
  216172782170180615    216172782159534338    216172782152933121
  216172782170180615    216172782159534338    216172782152933126
  216172782170180615    216172782159534338    216172782152933124
  216172782170180615    216172782159534338    216172782152933123
  216172782170180615    216172782159534338    216172782152933128
  216172782170180615    216172782159534338    216172782152933127
  216172782170180615    216172782159534338    216172782152933125
  216172782170180615    216172782159534338    216172782152933122
  216172782170180616    216172782159534337    216172782152933121
  216172782170180616    216172782159534337    216172782152933126
  216172782170180616    216172782159534337    216172782152933124
  216172782170180616    216172782159534337    216172782152933123
  216172782170180616    216172782159534337    216172782152933128
  216172782170180616    216172782159534337    216172782152933127
  216172782170180616    216172782159534337    216172782152933125
  216172782170180616    216172782159534337    216172782152933122
  216172782170180616    216172782159534344    216172782152933121
  216172782170180616    216172782159534344    216172782152933126
  216172782170180616    216172782159534344    216172782152933124
  216172782170180616    216172782159534344    216172782152933123
  216172782170180616    216172782159534344    216172782152933128
  216172782170180616    216172782159534344    216172782152933127
  216172782170180616    216172782159534344    216172782152933125
  216172782170180616    216172782159534344    216172782152933122
  216172782170180616    216172782159534343    216172782152933121
  216172782170180616    216172782159534343    216172782152933126
  216172782170180616    216172782159534343    216172782152933124
  216172782170180616    216172782159534343    216172782152933123
  216172782170180616    216172782159534343    216172782152933128
  216172782170180616    216172782159534343    216172782152933127
  216172782170180616    216172782159534343    216172782152933125
  216172782170180616    216172782159534343    216172782152933122
  216172782170180616    216172782159534342    216172782152933121
  216172782170180616    216172782159534342    216172782152933126
  216172782170180616    216172782159534342    216172782152933124
  216172782170180616    216172782159534342    216172782152933123
  216172782170180616    216172782159534342    216172782152933128
  216172782170180616    216172782159534342    216172782152933127
  216172782170180616    216172782159534342    216172782152933125
  216172782170180616    216172782159534342    216172782152933122
  216172782170180616    216172782159534341    216172782152933121
  216172782170180616    216172782159534341    216172782152933126
  216172782170180616    216172782159534341    216172782152933124
  216172782170180616    216172782159534341    216172782152933123
  216172782170180616    216172782159534341    216172782152933128
  216172782170180616    216172782159534341    216172782152933127
  216172782170180616    216172782159534341    216172782152933125
  216172782170180616    216172782159534341    216172782152933122
  216172782170180616    216172782159534340    216172782152933121
  216172782170180616    216172782159534340    216172782152933126
  216172782170180616    216172782159534340    216172782152933124
  216172782170180616    216172782159534340    216172782152933123
  216172782170180616    216172782159534340    216172782152933128
  216172782170180616    216172782159534340    216172782152933127
  216172782170180616    216172782159534340    216172782152933125
  216172782170180616    216172782159534340    216172782152933122
  216172782170180616    216172782159534339    216172782152933121
  216172782170180616    216172782159534339    216172782152933126
  216172782170180616    216172782159534339    216172782152933124
  216172782170180616    216172782159534339    216172782152933123
  216172782170180616    216172782159534339    216172782152933128
  216172782170180616    216172782159534339    216172782152933127
  216172782170180616    216172782159534339    216172782152933125
  216172782170180616    216172782159534339    216172782152933122
  216172782170180616    216172782159534338    216172782152933121
  216172782170180616    216172782159534338    216172782152933126
  216172782170180616    216172782159534338    216172782152933124
  216172782170180616    216172782159534338    216172782152933123
  216172782170180616    216172782159534338    216172782152933128
  216172782170180616    216172782159534338    216172782152933127
  216172782170180616    216172782159534338    216172782152933125
  216172782170180616    216172782159534338    216172782152933122

--- 512 row(s) selected.
>>--    <end-input>
>>
>>
>>-- <testcase A3>
>>
>>--    <detail>
>>--    select joins simple test case - this tests the use of
>>--    SELECT *,table1.*, and table1.*,table2.*
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>      select *
+>      from btsel01,btsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel01,btsel03;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------  -----------  --------  -------  ---------------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  A               5.00  make           90                 200.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  michael        70.00  joan           50                4000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B               6.00  mark           80                3000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  7               6.00  john           80                2000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  michael        50.00  dave           50                1500.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  5            1000.00  5             100                1000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  8               6.00  joe            80                1200.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  7               6.00  joe            80                1200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  A               5.00  make           90                 200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  michael        70.00  joan           50                4000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B               6.00  mark           80                3000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  7               6.00  john           80                2000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  michael        50.00  dave           50                1500.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  5            1000.00  5             100                1000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  8               6.00  joe            80                1200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  7               6.00  joe            80                1200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  A               5.00  make           90                 200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  michael        70.00  joan           50                4000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B               6.00  mark           80                3000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  7               6.00  john           80                2000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  michael        50.00  dave           50                1500.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  5            1000.00  5             100                1000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  8               6.00  joe            80                1200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  7               6.00  joe            80                1200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  A               5.00  make           90                 200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  michael        70.00  joan           50                4000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B               6.00  mark           80                3000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  7               6.00  john           80                2000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  michael        50.00  dave           50                1500.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  5            1000.00  5             100                1000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  8               6.00  joe            80                1200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  7               6.00  joe            80                1200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  A               5.00  make           90                 200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  michael        70.00  joan           50                4000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B               6.00  mark           80                3000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  7               6.00  john           80                2000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  michael        50.00  dave           50                1500.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  5            1000.00  5             100                1000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  8               6.00  joe            80                1200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  7               6.00  joe            80                1200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  A               5.00  make           90                 200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  michael        70.00  joan           50                4000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B               6.00  mark           80                3000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  7               6.00  john           80                2000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  michael        50.00  dave           50                1500.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  5            1000.00  5             100                1000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  8               6.00  joe            80                1200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  7               6.00  joe            80                1200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  A               5.00  make           90                 200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  michael        70.00  joan           50                4000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B               6.00  mark           80                3000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  7               6.00  john           80                2000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  michael        50.00  dave           50                1500.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  5            1000.00  5             100                1000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  8               6.00  joe            80                1200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  7               6.00  joe            80                1200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  A               5.00  make           90                 200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  michael        70.00  joan           50                4000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B               6.00  mark           80                3000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  7               6.00  john           80                2000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  michael        50.00  dave           50                1500.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  5            1000.00  5             100                1000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  8               6.00  joe            80                1200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  7               6.00  joe            80                1200.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel03,btsel04;

PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
-------  -----------  --------  -------  ---------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

A               5.00  make           90                 200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
michael        70.00  joan           50                4000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
B               6.00  mark           80                3000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
7               6.00  john           80                2000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
michael        50.00  dave           50                1500.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
5            1000.00  5             100                1000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
8               6.00  joe            80                1200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
7               6.00  joe            80                1200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
A               5.00  make           90                 200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
michael        70.00  joan           50                4000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
B               6.00  mark           80                3000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
7               6.00  john           80                2000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
michael        50.00  dave           50                1500.00  bob                                                                                                                                                                                                                                                                  999  A                         300
5            1000.00  5             100                1000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
8               6.00  joe            80                1200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
7               6.00  joe            80                1200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
A               5.00  make           90                 200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
michael        70.00  joan           50                4000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
B               6.00  mark           80                3000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
7               6.00  john           80                2000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
michael        50.00  dave           50                1500.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
5            1000.00  5             100                1000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
8               6.00  joe            80                1200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
7               6.00  joe            80                1200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
A               5.00  make           90                 200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
michael        70.00  joan           50                4000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
B               6.00  mark           80                3000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
7               6.00  john           80                2000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
michael        50.00  dave           50                1500.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
5            1000.00  5             100                1000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
8               6.00  joe            80                1200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
7               6.00  joe            80                1200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
A               5.00  make           90                 200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
michael        70.00  joan           50                4000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
B               6.00  mark           80                3000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
7               6.00  john           80                2000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
michael        50.00  dave           50                1500.00  bill                                                                                                                                                                                                                                                                2000  B                         500
5            1000.00  5             100                1000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
8               6.00  joe            80                1200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
7               6.00  joe            80                1200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
A               5.00  make           90                 200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
michael        70.00  joan           50                4000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
B               6.00  mark           80                3000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
7               6.00  john           80                2000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
michael        50.00  dave           50                1500.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
5            1000.00  5             100                1000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
8               6.00  joe            80                1200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
7               6.00  joe            80                1200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
A               5.00  make           90                 200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
michael        70.00  joan           50                4000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
B               6.00  mark           80                3000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
7               6.00  john           80                2000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
michael        50.00  dave           50                1500.00  william                                                                                                                                                                                                                                                             1000  black                    2000
5            1000.00  5             100                1000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
8               6.00  joe            80                1200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
7               6.00  joe            80                1200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
A               5.00  make           90                 200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
michael        70.00  joan           50                4000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
B               6.00  mark           80                3000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
7               6.00  john           80                2000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
michael        50.00  dave           50                1500.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
5            1000.00  5             100                1000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
8               6.00  joe            80                1200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
7               6.00  joe            80                1200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel02,btsel03;

PIC_X_1  PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S          
-------  -------  -----------  --------  -------  ---------------------

B        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
C        A               5.00  make           90                 200.00
B        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
B        A               5.00  make           90                 200.00
C        A               5.00  make           90                 200.00
B        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
C        7               6.00  joe            80                1200.00
B        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
B        7               6.00  joe            80                1200.00
C        7               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
C        8               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
C        8               6.00  joe            80                1200.00
B        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
C        5            1000.00  5             100                1000.00
B        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
B        5            1000.00  5             100                1000.00
C        5            1000.00  5             100                1000.00
B        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
C        michael        50.00  dave           50                1500.00
B        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
B        michael        50.00  dave           50                1500.00
C        michael        50.00  dave           50                1500.00
B        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
C        7               6.00  john           80                2000.00
B        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
B        7               6.00  john           80                2000.00
C        7               6.00  john           80                2000.00
B        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
C        B               6.00  mark           80                3000.00
B        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
B        B               6.00  mark           80                3000.00
C        B               6.00  mark           80                3000.00
B        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
C        michael        70.00  joan           50                4000.00
B        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
B        michael        70.00  joan           50                4000.00
C        michael        70.00  joan           50                4000.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel02 firstt,btsel02 secondd;

PIC_X_1  PIC_X_1
-------  -------

B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel01,pvsel01;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------------  --------------------  ----------  -------------  -------  -------  ---------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          -5000                   200        8000              6  D        michael         90
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           8000                  1000       10000              3  B        9               90
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           4000                     0        5000              8  Z        johnny        8000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           3000                  2000        1000              7  E        jimmy         9000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           2000              -1000000        8000              5  Q        sue           2000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           1000                   999        9000              4  C        7               80
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6             60                 -1000        8000              2  A        bobby         1000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6             50            1000000000       10000              1  C        walter          10
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          -5000                   200        8000              6  D        michael         90
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           8000                  1000       10000              3  B        9               90
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           4000                     0        5000              8  Z        johnny        8000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           3000                  2000        1000              7  E        jimmy         9000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           2000              -1000000        8000              5  Q        sue           2000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           1000                   999        9000              4  C        7               80
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1             60                 -1000        8000              2  A        bobby         1000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1             50            1000000000       10000              1  C        walter          10
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          -5000                   200        8000              6  D        michael         90
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           8000                  1000       10000              3  B        9               90
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           4000                     0        5000              8  Z        johnny        8000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           3000                  2000        1000              7  E        jimmy         9000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           2000              -1000000        8000              5  Q        sue           2000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           1000                   999        9000              4  C        7               80
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2             60                 -1000        8000              2  A        bobby         1000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2             50            1000000000       10000              1  C        walter          10
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          -5000                   200        8000              6  D        michael         90
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           8000                  1000       10000              3  B        9               90
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           4000                     0        5000              8  Z        johnny        8000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           3000                  2000        1000              7  E        jimmy         9000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           2000              -1000000        8000              5  Q        sue           2000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           1000                   999        9000              4  C        7               80
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4             60                 -1000        8000              2  A        bobby         1000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4             50            1000000000       10000              1  C        walter          10
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          -5000                   200        8000              6  D        michael         90
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           8000                  1000       10000              3  B        9               90
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           4000                     0        5000              8  Z        johnny        8000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           3000                  2000        1000              7  E        jimmy         9000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           2000              -1000000        8000              5  Q        sue           2000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           1000                   999        9000              4  C        7               80
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5             60                 -1000        8000              2  A        bobby         1000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5             50            1000000000       10000              1  C        walter          10
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          -5000                   200        8000              6  D        michael         90
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           8000                  1000       10000              3  B        9               90
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           4000                     0        5000              8  Z        johnny        8000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           3000                  2000        1000              7  E        jimmy         9000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           2000              -1000000        8000              5  Q        sue           2000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           1000                   999        9000              4  C        7               80
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7             60                 -1000        8000              2  A        bobby         1000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7             50            1000000000       10000              1  C        walter          10
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          -5000                   200        8000              6  D        michael         90
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           8000                  1000       10000              3  B        9               90
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           4000                     0        5000              8  Z        johnny        8000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           3000                  2000        1000              7  E        jimmy         9000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           2000              -1000000        8000              5  Q        sue           2000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           1000                   999        9000              4  C        7               80
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8             60                 -1000        8000              2  A        bobby         1000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8             50            1000000000       10000              1  C        walter          10
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          -5000                   200        8000              6  D        michael         90
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           8000                  1000       10000              3  B        9               90
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           4000                     0        5000              8  Z        johnny        8000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           3000                  2000        1000              7  E        jimmy         9000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           2000              -1000000        8000              5  Q        sue           2000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           1000                   999        9000              4  C        7               80
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3             60                 -1000        8000              2  A        bobby         1000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3             50            1000000000       10000              1  C        walter          10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel01,pvsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel01,svsel11;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  ------  --------------------  ----------  -----  -----  -------  ------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6   -5000                   200        8000      6  D      michael      90  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3   -5000                   200        8000      6  D      michael      90  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8   -5000                   200        8000      6  D      michael      90  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7   -5000                   200        8000      6  D      michael      90  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5   -5000                   200        8000      6  D      michael      90  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4   -5000                   200        8000      6  D      michael      90  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2   -5000                   200        8000      6  D      michael      90  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1   -5000                   200        8000      6  D      michael      90  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      50            1000000000       10000      1  C      walter       10  A      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      50            1000000000       10000      1  C      walter       10  A      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      50            1000000000       10000      1  C      walter       10  A      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      50            1000000000       10000      1  C      walter       10  A      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      50            1000000000       10000      1  C      walter       10  A      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      50            1000000000       10000      1  C      walter       10  A      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      50            1000000000       10000      1  C      walter       10  A      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      50            1000000000       10000      1  C      walter       10  A      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      60                 -1000        8000      2  A      bobby      1000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      60                 -1000        8000      2  A      bobby      1000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      60                 -1000        8000      2  A      bobby      1000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      60                 -1000        8000      2  A      bobby      1000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      60                 -1000        8000      2  A      bobby      1000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      60                 -1000        8000      2  A      bobby      1000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      60                 -1000        8000      2  A      bobby      1000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      60                 -1000        8000      2  A      bobby      1000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      60                 -1000        8000      2  A      bobby      1000  8      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      60                 -1000        8000      2  A      bobby      1000  8      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      60                 -1000        8000      2  A      bobby      1000  8      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      60                 -1000        8000      2  A      bobby      1000  8      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      60                 -1000        8000      2  A      bobby      1000  8      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      60                 -1000        8000      2  A      bobby      1000  8      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      60                 -1000        8000      2  A      bobby      1000  8      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      60                 -1000        8000      2  A      bobby      1000  8      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    1000                   999        9000      4  C      7            80  michael
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    1000                   999        9000      4  C      7            80  michael
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    1000                   999        9000      4  C      7            80  michael
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    1000                   999        9000      4  C      7            80  michael
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    1000                   999        9000      4  C      7            80  michael
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    1000                   999        9000      4  C      7            80  michael
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    1000                   999        9000      4  C      7            80  michael
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    1000                   999        9000      4  C      7            80  michael
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    2000              -1000000        8000      5  Q      sue        2000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    2000              -1000000        8000      5  Q      sue        2000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    2000              -1000000        8000      5  Q      sue        2000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    2000              -1000000        8000      5  Q      sue        2000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    2000              -1000000        8000      5  Q      sue        2000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    2000              -1000000        8000      5  Q      sue        2000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    2000              -1000000        8000      5  Q      sue        2000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    2000              -1000000        8000      5  Q      sue        2000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    2000              -1000000        8000      5  Q      sue        2000  8      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    2000              -1000000        8000      5  Q      sue        2000  8      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    2000              -1000000        8000      5  Q      sue        2000  8      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    2000              -1000000        8000      5  Q      sue        2000  8      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    2000              -1000000        8000      5  Q      sue        2000  8      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    2000              -1000000        8000      5  Q      sue        2000  8      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    2000              -1000000        8000      5  Q      sue        2000  8      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    2000              -1000000        8000      5  Q      sue        2000  8      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    3000                  2000        1000      7  E      jimmy      9000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    3000                  2000        1000      7  E      jimmy      9000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    3000                  2000        1000      7  E      jimmy      9000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    3000                  2000        1000      7  E      jimmy      9000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    3000                  2000        1000      7  E      jimmy      9000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    3000                  2000        1000      7  E      jimmy      9000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    3000                  2000        1000      7  E      jimmy      9000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    3000                  2000        1000      7  E      jimmy      9000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    4000                     0        5000      8  Z      johnny     8000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    4000                     0        5000      8  Z      johnny     8000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    4000                     0        5000      8  Z      johnny     8000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    4000                     0        5000      8  Z      johnny     8000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    4000                     0        5000      8  Z      johnny     8000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    4000                     0        5000      8  Z      johnny     8000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    4000                     0        5000      8  Z      johnny     8000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    4000                     0        5000      8  Z      johnny     8000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    8000                  1000       10000      3  B      9            90  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    8000                  1000       10000      3  B      9            90  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    8000                  1000       10000      3  B      9            90  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    8000                  1000       10000      3  B      9            90  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    8000                  1000       10000      3  B      9            90  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    8000                  1000       10000      3  B      9            90  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    8000                  1000       10000      3  B      9            90  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    8000                  1000       10000      3  B      9            90  7      

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from btsel01,svsel13;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from pvsel03,svsel13;

NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
----------  -----------  ----------  --------------------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

        90         5.00  A             216172782159534337          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  B             216172782159534343          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  B             216172782159534343          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  7             216172782159534342          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  7             216172782159534338          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534338          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4
-------------  --------------------  ----------  -------------  -------  -------  ---------  ----------  -----------  ----------  --------------------

        -5000                   200        8000              6  D        michael         90          90         5.00  A             216172782159534337
        -5000                   200        8000              6  D        michael         90          80         6.00  B             216172782159534343
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534342
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534338
           50            1000000000       10000              1  C        walter          10          90         5.00  A             216172782159534337
           50            1000000000       10000              1  C        walter          10          80         6.00  B             216172782159534343
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534342
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534338
           60                 -1000        8000              2  A        bobby         1000          90         5.00  A             216172782159534337
           60                 -1000        8000              2  A        bobby         1000          80         6.00  B             216172782159534343
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534342
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534338
         1000                   999        9000              4  C        7               80          90         5.00  A             216172782159534337
         1000                   999        9000              4  C        7               80          80         6.00  B             216172782159534343
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534342
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534338
         2000              -1000000        8000              5  Q        sue           2000          90         5.00  A             216172782159534337
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  B             216172782159534343
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534342
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534338
         3000                  2000        1000              7  E        jimmy         9000          90         5.00  A             216172782159534337
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  B             216172782159534343
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534342
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534338
         4000                     0        5000              8  Z        johnny        8000          90         5.00  A             216172782159534337
         4000                     0        5000              8  Z        johnny        8000          80         6.00  B             216172782159534343
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534342
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534338
         8000                  1000       10000              3  B        9               90          90         5.00  A             216172782159534337
         8000                  1000       10000              3  B        9               90          80         6.00  B             216172782159534343
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534342
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from pvsel01 firstt,pvsel01 secondd;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
-------------  --------------------  ----------  -------------  -------  -------  ---------  -------------  --------------------  ----------  -------------  -------  -------  ---------

        -5000                   200        8000              6  D        michael         90          -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90           8000                  1000       10000              3  B        9               90
        -5000                   200        8000              6  D        michael         90           4000                     0        5000              8  Z        johnny        8000
        -5000                   200        8000              6  D        michael         90           3000                  2000        1000              7  E        jimmy         9000
        -5000                   200        8000              6  D        michael         90           2000              -1000000        8000              5  Q        sue           2000
        -5000                   200        8000              6  D        michael         90           1000                   999        9000              4  C        7               80
        -5000                   200        8000              6  D        michael         90             60                 -1000        8000              2  A        bobby         1000
        -5000                   200        8000              6  D        michael         90             50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10          -5000                   200        8000              6  D        michael         90
           50            1000000000       10000              1  C        walter          10           8000                  1000       10000              3  B        9               90
           50            1000000000       10000              1  C        walter          10           4000                     0        5000              8  Z        johnny        8000
           50            1000000000       10000              1  C        walter          10           3000                  2000        1000              7  E        jimmy         9000
           50            1000000000       10000              1  C        walter          10           2000              -1000000        8000              5  Q        sue           2000
           50            1000000000       10000              1  C        walter          10           1000                   999        9000              4  C        7               80
           50            1000000000       10000              1  C        walter          10             60                 -1000        8000              2  A        bobby         1000
           50            1000000000       10000              1  C        walter          10             50            1000000000       10000              1  C        walter          10
           60                 -1000        8000              2  A        bobby         1000          -5000                   200        8000              6  D        michael         90
           60                 -1000        8000              2  A        bobby         1000           8000                  1000       10000              3  B        9               90
           60                 -1000        8000              2  A        bobby         1000           4000                     0        5000              8  Z        johnny        8000
           60                 -1000        8000              2  A        bobby         1000           3000                  2000        1000              7  E        jimmy         9000
           60                 -1000        8000              2  A        bobby         1000           2000              -1000000        8000              5  Q        sue           2000
           60                 -1000        8000              2  A        bobby         1000           1000                   999        9000              4  C        7               80
           60                 -1000        8000              2  A        bobby         1000             60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000             50            1000000000       10000              1  C        walter          10
         1000                   999        9000              4  C        7               80          -5000                   200        8000              6  D        michael         90
         1000                   999        9000              4  C        7               80           8000                  1000       10000              3  B        9               90
         1000                   999        9000              4  C        7               80           4000                     0        5000              8  Z        johnny        8000
         1000                   999        9000              4  C        7               80           3000                  2000        1000              7  E        jimmy         9000
         1000                   999        9000              4  C        7               80           2000              -1000000        8000              5  Q        sue           2000
         1000                   999        9000              4  C        7               80           1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80             60                 -1000        8000              2  A        bobby         1000
         1000                   999        9000              4  C        7               80             50            1000000000       10000              1  C        walter          10
         2000              -1000000        8000              5  Q        sue           2000          -5000                   200        8000              6  D        michael         90
         2000              -1000000        8000              5  Q        sue           2000           8000                  1000       10000              3  B        9               90
         2000              -1000000        8000              5  Q        sue           2000           4000                     0        5000              8  Z        johnny        8000
         2000              -1000000        8000              5  Q        sue           2000           3000                  2000        1000              7  E        jimmy         9000
         2000              -1000000        8000              5  Q        sue           2000           2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000           1000                   999        9000              4  C        7               80
         2000              -1000000        8000              5  Q        sue           2000             60                 -1000        8000              2  A        bobby         1000
         2000              -1000000        8000              5  Q        sue           2000             50            1000000000       10000              1  C        walter          10
         3000                  2000        1000              7  E        jimmy         9000          -5000                   200        8000              6  D        michael         90
         3000                  2000        1000              7  E        jimmy         9000           8000                  1000       10000              3  B        9               90
         3000                  2000        1000              7  E        jimmy         9000           4000                     0        5000              8  Z        johnny        8000
         3000                  2000        1000              7  E        jimmy         9000           3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000           2000              -1000000        8000              5  Q        sue           2000
         3000                  2000        1000              7  E        jimmy         9000           1000                   999        9000              4  C        7               80
         3000                  2000        1000              7  E        jimmy         9000             60                 -1000        8000              2  A        bobby         1000
         3000                  2000        1000              7  E        jimmy         9000             50            1000000000       10000              1  C        walter          10
         4000                     0        5000              8  Z        johnny        8000          -5000                   200        8000              6  D        michael         90
         4000                     0        5000              8  Z        johnny        8000           8000                  1000       10000              3  B        9               90
         4000                     0        5000              8  Z        johnny        8000           4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000           3000                  2000        1000              7  E        jimmy         9000
         4000                     0        5000              8  Z        johnny        8000           2000              -1000000        8000              5  Q        sue           2000
         4000                     0        5000              8  Z        johnny        8000           1000                   999        9000              4  C        7               80
         4000                     0        5000              8  Z        johnny        8000             60                 -1000        8000              2  A        bobby         1000
         4000                     0        5000              8  Z        johnny        8000             50            1000000000       10000              1  C        walter          10
         8000                  1000       10000              3  B        9               90          -5000                   200        8000              6  D        michael         90
         8000                  1000       10000              3  B        9               90           8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90           4000                     0        5000              8  Z        johnny        8000
         8000                  1000       10000              3  B        9               90           3000                  2000        1000              7  E        jimmy         9000
         8000                  1000       10000              3  B        9               90           2000              -1000000        8000              5  Q        sue           2000
         8000                  1000       10000              3  B        9               90           1000                   999        9000              4  C        7               80
         8000                  1000       10000              3  B        9               90             60                 -1000        8000              2  A        bobby         1000
         8000                  1000       10000              3  B        9               90             50            1000000000       10000              1  C        walter          10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4
-------------  --------------------  ----------  -------------  -------  -------  ---------  ----------  -----------  ----------  --------------------

        -5000                   200        8000              6  D        michael         90          90         5.00  A             216172782159534337
        -5000                   200        8000              6  D        michael         90          80         6.00  B             216172782159534343
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534342
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534338
           50            1000000000       10000              1  C        walter          10          90         5.00  A             216172782159534337
           50            1000000000       10000              1  C        walter          10          80         6.00  B             216172782159534343
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534342
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534338
           60                 -1000        8000              2  A        bobby         1000          90         5.00  A             216172782159534337
           60                 -1000        8000              2  A        bobby         1000          80         6.00  B             216172782159534343
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534342
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534338
         1000                   999        9000              4  C        7               80          90         5.00  A             216172782159534337
         1000                   999        9000              4  C        7               80          80         6.00  B             216172782159534343
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534342
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534338
         2000              -1000000        8000              5  Q        sue           2000          90         5.00  A             216172782159534337
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  B             216172782159534343
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534342
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534338
         3000                  2000        1000              7  E        jimmy         9000          90         5.00  A             216172782159534337
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  B             216172782159534343
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534342
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534338
         4000                     0        5000              8  Z        johnny        8000          90         5.00  A             216172782159534337
         4000                     0        5000              8  Z        johnny        8000          80         6.00  B             216172782159534343
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534342
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534338
         8000                  1000       10000              3  B        9               90          90         5.00  A             216172782159534337
         8000                  1000       10000              3  B        9               90          80         6.00  B             216172782159534343
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534342
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from svsel11 firstt,svsel11 secondd;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8    COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  --------------------  ----------  -----  -----  -------  ------  -------  ------  --------------------  ----------  -----  -----  -------  ------  -------

    50            1000000000       10000      1  C      walter       10  A         -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7         -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7         -5000                   200        8000      6  D      michael      90  7      
  4000                     0        5000      8  Z      johnny     8000  7         -5000                   200        8000      6  D      michael      90  7      
  3000                  2000        1000      7  E      jimmy      9000  7         -5000                   200        8000      6  D      michael      90  7      
  1000                   999        9000      4  C      7            80  michael   -5000                   200        8000      6  D      michael      90  7      
    60                 -1000        8000      2  A      bobby      1000  8         -5000                   200        8000      6  D      michael      90  7      
  2000              -1000000        8000      5  Q      sue        2000  8         -5000                   200        8000      6  D      michael      90  7      
    60                 -1000        8000      2  A      bobby      1000  7         -5000                   200        8000      6  D      michael      90  7      
  2000              -1000000        8000      5  Q      sue        2000  7         -5000                   200        8000      6  D      michael      90  7      
    50            1000000000       10000      1  C      walter       10  A            50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7            50            1000000000       10000      1  C      walter       10  A      
  8000                  1000       10000      3  B      9            90  7            50            1000000000       10000      1  C      walter       10  A      
  4000                     0        5000      8  Z      johnny     8000  7            50            1000000000       10000      1  C      walter       10  A      
  3000                  2000        1000      7  E      jimmy      9000  7            50            1000000000       10000      1  C      walter       10  A      
  1000                   999        9000      4  C      7            80  michael      50            1000000000       10000      1  C      walter       10  A      
    60                 -1000        8000      2  A      bobby      1000  8            50            1000000000       10000      1  C      walter       10  A      
  2000              -1000000        8000      5  Q      sue        2000  8            50            1000000000       10000      1  C      walter       10  A      
    60                 -1000        8000      2  A      bobby      1000  7            50            1000000000       10000      1  C      walter       10  A      
  2000              -1000000        8000      5  Q      sue        2000  7            50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A            60                 -1000        8000      2  A      bobby      1000  7      
 -5000                   200        8000      6  D      michael      90  7            60                 -1000        8000      2  A      bobby      1000  7      
  8000                  1000       10000      3  B      9            90  7            60                 -1000        8000      2  A      bobby      1000  7      
  4000                     0        5000      8  Z      johnny     8000  7            60                 -1000        8000      2  A      bobby      1000  7      
  3000                  2000        1000      7  E      jimmy      9000  7            60                 -1000        8000      2  A      bobby      1000  7      
  1000                   999        9000      4  C      7            80  michael      60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  8            60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  8            60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7            60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7            60                 -1000        8000      2  A      bobby      1000  7      
    50            1000000000       10000      1  C      walter       10  A            60                 -1000        8000      2  A      bobby      1000  8      
 -5000                   200        8000      6  D      michael      90  7            60                 -1000        8000      2  A      bobby      1000  8      
  8000                  1000       10000      3  B      9            90  7            60                 -1000        8000      2  A      bobby      1000  8      
  4000                     0        5000      8  Z      johnny     8000  7            60                 -1000        8000      2  A      bobby      1000  8      
  3000                  2000        1000      7  E      jimmy      9000  7            60                 -1000        8000      2  A      bobby      1000  8      
  1000                   999        9000      4  C      7            80  michael      60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8            60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8            60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  7            60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  7            60                 -1000        8000      2  A      bobby      1000  8      
    50            1000000000       10000      1  C      walter       10  A          1000                   999        9000      4  C      7            80  michael
 -5000                   200        8000      6  D      michael      90  7          1000                   999        9000      4  C      7            80  michael
  8000                  1000       10000      3  B      9            90  7          1000                   999        9000      4  C      7            80  michael
  4000                     0        5000      8  Z      johnny     8000  7          1000                   999        9000      4  C      7            80  michael
  3000                  2000        1000      7  E      jimmy      9000  7          1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael    1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8          1000                   999        9000      4  C      7            80  michael
  2000              -1000000        8000      5  Q      sue        2000  8          1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  7          1000                   999        9000      4  C      7            80  michael
  2000              -1000000        8000      5  Q      sue        2000  7          1000                   999        9000      4  C      7            80  michael
    50            1000000000       10000      1  C      walter       10  A          2000              -1000000        8000      5  Q      sue        2000  7      
 -5000                   200        8000      6  D      michael      90  7          2000              -1000000        8000      5  Q      sue        2000  7      
  8000                  1000       10000      3  B      9            90  7          2000              -1000000        8000      5  Q      sue        2000  7      
  4000                     0        5000      8  Z      johnny     8000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  1000                   999        9000      4  C      7            80  michael    2000              -1000000        8000      5  Q      sue        2000  7      
    60                 -1000        8000      2  A      bobby      1000  8          2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          2000              -1000000        8000      5  Q      sue        2000  7      
    60                 -1000        8000      2  A      bobby      1000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A          2000              -1000000        8000      5  Q      sue        2000  8      
 -5000                   200        8000      6  D      michael      90  7          2000              -1000000        8000      5  Q      sue        2000  8      
  8000                  1000       10000      3  B      9            90  7          2000              -1000000        8000      5  Q      sue        2000  8      
  4000                     0        5000      8  Z      johnny     8000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  3000                  2000        1000      7  E      jimmy      9000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  1000                   999        9000      4  C      7            80  michael    2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  8          2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8          2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  7          2000              -1000000        8000      5  Q      sue        2000  8      
    50            1000000000       10000      1  C      walter       10  A          3000                  2000        1000      7  E      jimmy      9000  7      
 -5000                   200        8000      6  D      michael      90  7          3000                  2000        1000      7  E      jimmy      9000  7      
  8000                  1000       10000      3  B      9            90  7          3000                  2000        1000      7  E      jimmy      9000  7      
  4000                     0        5000      8  Z      johnny     8000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael    3000                  2000        1000      7  E      jimmy      9000  7      
    60                 -1000        8000      2  A      bobby      1000  8          3000                  2000        1000      7  E      jimmy      9000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          3000                  2000        1000      7  E      jimmy      9000  7      
    60                 -1000        8000      2  A      bobby      1000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          3000                  2000        1000      7  E      jimmy      9000  7      
    50            1000000000       10000      1  C      walter       10  A          4000                     0        5000      8  Z      johnny     8000  7      
 -5000                   200        8000      6  D      michael      90  7          4000                     0        5000      8  Z      johnny     8000  7      
  8000                  1000       10000      3  B      9            90  7          4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7          4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          4000                     0        5000      8  Z      johnny     8000  7      
  1000                   999        9000      4  C      7            80  michael    4000                     0        5000      8  Z      johnny     8000  7      
    60                 -1000        8000      2  A      bobby      1000  8          4000                     0        5000      8  Z      johnny     8000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          4000                     0        5000      8  Z      johnny     8000  7      
    60                 -1000        8000      2  A      bobby      1000  7          4000                     0        5000      8  Z      johnny     8000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          4000                     0        5000      8  Z      johnny     8000  7      
    50            1000000000       10000      1  C      walter       10  A          8000                  1000       10000      3  B      9            90  7      
 -5000                   200        8000      6  D      michael      90  7          8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7          8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7          8000                  1000       10000      3  B      9            90  7      
  3000                  2000        1000      7  E      jimmy      9000  7          8000                  1000       10000      3  B      9            90  7      
  1000                   999        9000      4  C      7            80  michael    8000                  1000       10000      3  B      9            90  7      
    60                 -1000        8000      2  A      bobby      1000  8          8000                  1000       10000      3  B      9            90  7      
  2000              -1000000        8000      5  Q      sue        2000  8          8000                  1000       10000      3  B      9            90  7      
    60                 -1000        8000      2  A      bobby      1000  7          8000                  1000       10000      3  B      9            90  7      
  2000              -1000000        8000      5  Q      sue        2000  7          8000                  1000       10000      3  B      9            90  7      

--- 100 row(s) selected.
>>--    <ufi-input>
>>      select *
+>      from svsel11,svsel13;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8    NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
------  --------------------  ----------  -----  -----  -------  ------  -------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

 -5000                   200        8000      6  D      michael      90  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
 -5000                   200        8000      6  D      michael      90  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
 -5000                   200        8000      6  D      michael      90  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
 -5000                   200        8000      6  D      michael      90  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    50            1000000000       10000      1  C      walter       10  A                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    50            1000000000       10000      1  C      walter       10  A                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    50            1000000000       10000      1  C      walter       10  A                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    50            1000000000       10000      1  C      walter       10  A                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  8                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  1000                   999        9000      4  C      7            80  michael          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  1000                   999        9000      4  C      7            80  michael          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  1000                   999        9000      4  C      7            80  michael          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  1000                   999        9000      4  C      7            80  michael          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  8                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  3000                  2000        1000      7  E      jimmy      9000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  4000                     0        5000      8  Z      johnny     8000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  8000                  1000       10000      3  B      9            90  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  8000                  1000       10000      3  B      9            90  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  8000                  1000       10000      3  B      9            90  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  8000                  1000       10000      3  B      9            90  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200

--- 40 row(s) selected.
>>
>>--    <ufi-input>
>>      select  btsel01.*, btsel02.*
+>      from btsel01,btsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*, btsel03.*
+>      from btsel01,btsel03;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------  -----------  --------  -------  ---------------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  A               5.00  make           90                 200.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  michael        70.00  joan           50                4000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B               6.00  mark           80                3000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  7               6.00  john           80                2000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  michael        50.00  dave           50                1500.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  5            1000.00  5             100                1000.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  8               6.00  joe            80                1200.00
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  7               6.00  joe            80                1200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  A               5.00  make           90                 200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  michael        70.00  joan           50                4000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B               6.00  mark           80                3000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  7               6.00  john           80                2000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  michael        50.00  dave           50                1500.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  5            1000.00  5             100                1000.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  8               6.00  joe            80                1200.00
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  7               6.00  joe            80                1200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  A               5.00  make           90                 200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  michael        70.00  joan           50                4000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B               6.00  mark           80                3000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  7               6.00  john           80                2000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  michael        50.00  dave           50                1500.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  5            1000.00  5             100                1000.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  8               6.00  joe            80                1200.00
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  7               6.00  joe            80                1200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  A               5.00  make           90                 200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  michael        70.00  joan           50                4000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B               6.00  mark           80                3000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  7               6.00  john           80                2000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  michael        50.00  dave           50                1500.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  5            1000.00  5             100                1000.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  8               6.00  joe            80                1200.00
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  7               6.00  joe            80                1200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  A               5.00  make           90                 200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  michael        70.00  joan           50                4000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B               6.00  mark           80                3000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  7               6.00  john           80                2000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  michael        50.00  dave           50                1500.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  5            1000.00  5             100                1000.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  8               6.00  joe            80                1200.00
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  7               6.00  joe            80                1200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  A               5.00  make           90                 200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  michael        70.00  joan           50                4000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B               6.00  mark           80                3000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  7               6.00  john           80                2000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  michael        50.00  dave           50                1500.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  5            1000.00  5             100                1000.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  8               6.00  joe            80                1200.00
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  7               6.00  joe            80                1200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  A               5.00  make           90                 200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  michael        70.00  joan           50                4000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B               6.00  mark           80                3000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  7               6.00  john           80                2000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  michael        50.00  dave           50                1500.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  5            1000.00  5             100                1000.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  8               6.00  joe            80                1200.00
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  7               6.00  joe            80                1200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  A               5.00  make           90                 200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  michael        70.00  joan           50                4000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B               6.00  mark           80                3000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  7               6.00  john           80                2000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  michael        50.00  dave           50                1500.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  5            1000.00  5             100                1000.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  8               6.00  joe            80                1200.00
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  7               6.00  joe            80                1200.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel03.*, btsel04.*
+>      from btsel03,btsel04;

PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
-------  -----------  --------  -------  ---------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

A               5.00  make           90                 200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
michael        70.00  joan           50                4000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
B               6.00  mark           80                3000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
7               6.00  john           80                2000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
michael        50.00  dave           50                1500.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
5            1000.00  5             100                1000.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
8               6.00  joe            80                1200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
7               6.00  joe            80                1200.00  tom                                                                                                                                                                                                                                                                 1000  7                         200
A               5.00  make           90                 200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
michael        70.00  joan           50                4000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
B               6.00  mark           80                3000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
7               6.00  john           80                2000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
michael        50.00  dave           50                1500.00  bob                                                                                                                                                                                                                                                                  999  A                         300
5            1000.00  5             100                1000.00  bob                                                                                                                                                                                                                                                                  999  A                         300
8               6.00  joe            80                1200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
7               6.00  joe            80                1200.00  bob                                                                                                                                                                                                                                                                  999  A                         300
A               5.00  make           90                 200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
michael        70.00  joan           50                4000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
B               6.00  mark           80                3000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
7               6.00  john           80                2000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
michael        50.00  dave           50                1500.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
5            1000.00  5             100                1000.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
8               6.00  joe            80                1200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
7               6.00  joe            80                1200.00  sue                                                                                                                                                                                                                                                                  200  sue                       100
A               5.00  make           90                 200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
michael        70.00  joan           50                4000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
B               6.00  mark           80                3000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
7               6.00  john           80                2000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
michael        50.00  dave           50                1500.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
5            1000.00  5             100                1000.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
8               6.00  joe            80                1200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
7               6.00  joe            80                1200.00  bobby                                                                                                                                                                                                                                                                200  sue                       100
A               5.00  make           90                 200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
michael        70.00  joan           50                4000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
B               6.00  mark           80                3000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
7               6.00  john           80                2000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
michael        50.00  dave           50                1500.00  bill                                                                                                                                                                                                                                                                2000  B                         500
5            1000.00  5             100                1000.00  bill                                                                                                                                                                                                                                                                2000  B                         500
8               6.00  joe            80                1200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
7               6.00  joe            80                1200.00  bill                                                                                                                                                                                                                                                                2000  B                         500
A               5.00  make           90                 200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
michael        70.00  joan           50                4000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
B               6.00  mark           80                3000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
7               6.00  john           80                2000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
michael        50.00  dave           50                1500.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
5            1000.00  5             100                1000.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
8               6.00  joe            80                1200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
7               6.00  joe            80                1200.00  christopher                                                                                                                                                                                                                                                         1000  white                    1000
A               5.00  make           90                 200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
michael        70.00  joan           50                4000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
B               6.00  mark           80                3000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
7               6.00  john           80                2000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
michael        50.00  dave           50                1500.00  william                                                                                                                                                                                                                                                             1000  black                    2000
5            1000.00  5             100                1000.00  william                                                                                                                                                                                                                                                             1000  black                    2000
8               6.00  joe            80                1200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
7               6.00  joe            80                1200.00  william                                                                                                                                                                                                                                                             1000  black                    2000
A               5.00  make           90                 200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
michael        70.00  joan           50                4000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
B               6.00  mark           80                3000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
7               6.00  john           80                2000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
michael        50.00  dave           50                1500.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
5            1000.00  5             100                1000.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
8               6.00  joe            80                1200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000
7               6.00  joe            80                1200.00  marilyn                                                                                                                                                                                                                                                             2000  green                    3000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.*, btsel03.*
+>      from btsel02,btsel03;

PIC_X_1  PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S          
-------  -------  -----------  --------  -------  ---------------------

B        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
C        A               5.00  make           90                 200.00
B        A               5.00  make           90                 200.00
Q        A               5.00  make           90                 200.00
B        A               5.00  make           90                 200.00
C        A               5.00  make           90                 200.00
B        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
C        7               6.00  joe            80                1200.00
B        7               6.00  joe            80                1200.00
Q        7               6.00  joe            80                1200.00
B        7               6.00  joe            80                1200.00
C        7               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
C        8               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
Q        8               6.00  joe            80                1200.00
B        8               6.00  joe            80                1200.00
C        8               6.00  joe            80                1200.00
B        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
C        5            1000.00  5             100                1000.00
B        5            1000.00  5             100                1000.00
Q        5            1000.00  5             100                1000.00
B        5            1000.00  5             100                1000.00
C        5            1000.00  5             100                1000.00
B        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
C        michael        50.00  dave           50                1500.00
B        michael        50.00  dave           50                1500.00
Q        michael        50.00  dave           50                1500.00
B        michael        50.00  dave           50                1500.00
C        michael        50.00  dave           50                1500.00
B        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
C        7               6.00  john           80                2000.00
B        7               6.00  john           80                2000.00
Q        7               6.00  john           80                2000.00
B        7               6.00  john           80                2000.00
C        7               6.00  john           80                2000.00
B        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
C        B               6.00  mark           80                3000.00
B        B               6.00  mark           80                3000.00
Q        B               6.00  mark           80                3000.00
B        B               6.00  mark           80                3000.00
C        B               6.00  mark           80                3000.00
B        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
C        michael        70.00  joan           50                4000.00
B        michael        70.00  joan           50                4000.00
Q        michael        70.00  joan           50                4000.00
B        michael        70.00  joan           50                4000.00
C        michael        70.00  joan           50                4000.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.*,secondd.*
+>      from btsel02 firstt,btsel02 secondd;

PIC_X_1  PIC_X_1
-------  -------

B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
B        B      
B        Q      
B        Q      
B        C      
B        B      
B        Q      
B        B      
B        C      
C        B      
C        Q      
C        Q      
C        C      
C        B      
C        Q      
C        B      
C        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      
Q        B      
Q        Q      
Q        Q      
Q        C      
Q        B      
Q        Q      
Q        B      
Q        C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*, pvsel01.*
+>      from btsel01,pvsel01;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------------  --------------------  ----------  -------------  -------  -------  ---------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          -5000                   200        8000              6  D        michael         90
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           8000                  1000       10000              3  B        9               90
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           4000                     0        5000              8  Z        johnny        8000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           3000                  2000        1000              7  E        jimmy         9000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           2000              -1000000        8000              5  Q        sue           2000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6           1000                   999        9000              4  C        7               80
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6             60                 -1000        8000              2  A        bobby         1000
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6             50            1000000000       10000              1  C        walter          10
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          -5000                   200        8000              6  D        michael         90
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           8000                  1000       10000              3  B        9               90
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           4000                     0        5000              8  Z        johnny        8000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           3000                  2000        1000              7  E        jimmy         9000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           2000              -1000000        8000              5  Q        sue           2000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1           1000                   999        9000              4  C        7               80
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1             60                 -1000        8000              2  A        bobby         1000
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1             50            1000000000       10000              1  C        walter          10
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          -5000                   200        8000              6  D        michael         90
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           8000                  1000       10000              3  B        9               90
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           4000                     0        5000              8  Z        johnny        8000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           3000                  2000        1000              7  E        jimmy         9000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           2000              -1000000        8000              5  Q        sue           2000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2           1000                   999        9000              4  C        7               80
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2             60                 -1000        8000              2  A        bobby         1000
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2             50            1000000000       10000              1  C        walter          10
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          -5000                   200        8000              6  D        michael         90
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           8000                  1000       10000              3  B        9               90
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           4000                     0        5000              8  Z        johnny        8000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           3000                  2000        1000              7  E        jimmy         9000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           2000              -1000000        8000              5  Q        sue           2000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4           1000                   999        9000              4  C        7               80
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4             60                 -1000        8000              2  A        bobby         1000
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4             50            1000000000       10000              1  C        walter          10
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          -5000                   200        8000              6  D        michael         90
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           8000                  1000       10000              3  B        9               90
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           4000                     0        5000              8  Z        johnny        8000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           3000                  2000        1000              7  E        jimmy         9000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           2000              -1000000        8000              5  Q        sue           2000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5           1000                   999        9000              4  C        7               80
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5             60                 -1000        8000              2  A        bobby         1000
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5             50            1000000000       10000              1  C        walter          10
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          -5000                   200        8000              6  D        michael         90
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           8000                  1000       10000              3  B        9               90
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           4000                     0        5000              8  Z        johnny        8000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           3000                  2000        1000              7  E        jimmy         9000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           2000              -1000000        8000              5  Q        sue           2000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7           1000                   999        9000              4  C        7               80
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7             60                 -1000        8000              2  A        bobby         1000
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7             50            1000000000       10000              1  C        walter          10
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          -5000                   200        8000              6  D        michael         90
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           8000                  1000       10000              3  B        9               90
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           4000                     0        5000              8  Z        johnny        8000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           3000                  2000        1000              7  E        jimmy         9000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           2000              -1000000        8000              5  Q        sue           2000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8           1000                   999        9000              4  C        7               80
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8             60                 -1000        8000              2  A        bobby         1000
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8             50            1000000000       10000              1  C        walter          10
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          -5000                   200        8000              6  D        michael         90
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           8000                  1000       10000              3  B        9               90
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           4000                     0        5000              8  Z        johnny        8000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           3000                  2000        1000              7  E        jimmy         9000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           2000              -1000000        8000              5  Q        sue           2000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3           1000                   999        9000              4  C        7               80
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3             60                 -1000        8000              2  A        bobby         1000
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3             50            1000000000       10000              1  C        walter          10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*, pvsel02.*
+>      from btsel01,pvsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  PIC_X_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  Q      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  B      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  Q      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  B      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  Q      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  B      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  Q      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  B      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  Q      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  B      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  Q      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  B      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  Q      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  B      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  Q      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  B      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3  C      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*, svsel11.*
+>      from btsel01,svsel11;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  ------  --------------------  ----------  -----  -----  -------  ------  -------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6   -5000                   200        8000      6  D      michael      90  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3   -5000                   200        8000      6  D      michael      90  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8   -5000                   200        8000      6  D      michael      90  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7   -5000                   200        8000      6  D      michael      90  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5   -5000                   200        8000      6  D      michael      90  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4   -5000                   200        8000      6  D      michael      90  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2   -5000                   200        8000      6  D      michael      90  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1   -5000                   200        8000      6  D      michael      90  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      50            1000000000       10000      1  C      walter       10  A      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      50            1000000000       10000      1  C      walter       10  A      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      50            1000000000       10000      1  C      walter       10  A      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      50            1000000000       10000      1  C      walter       10  A      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      50            1000000000       10000      1  C      walter       10  A      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      50            1000000000       10000      1  C      walter       10  A      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      50            1000000000       10000      1  C      walter       10  A      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      50            1000000000       10000      1  C      walter       10  A      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      60                 -1000        8000      2  A      bobby      1000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      60                 -1000        8000      2  A      bobby      1000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      60                 -1000        8000      2  A      bobby      1000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      60                 -1000        8000      2  A      bobby      1000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      60                 -1000        8000      2  A      bobby      1000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      60                 -1000        8000      2  A      bobby      1000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      60                 -1000        8000      2  A      bobby      1000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      60                 -1000        8000      2  A      bobby      1000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6      60                 -1000        8000      2  A      bobby      1000  8      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3      60                 -1000        8000      2  A      bobby      1000  8      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8      60                 -1000        8000      2  A      bobby      1000  8      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7      60                 -1000        8000      2  A      bobby      1000  8      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5      60                 -1000        8000      2  A      bobby      1000  8      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4      60                 -1000        8000      2  A      bobby      1000  8      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2      60                 -1000        8000      2  A      bobby      1000  8      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1      60                 -1000        8000      2  A      bobby      1000  8      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    1000                   999        9000      4  C      7            80  michael
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    1000                   999        9000      4  C      7            80  michael
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    1000                   999        9000      4  C      7            80  michael
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    1000                   999        9000      4  C      7            80  michael
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    1000                   999        9000      4  C      7            80  michael
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    1000                   999        9000      4  C      7            80  michael
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    1000                   999        9000      4  C      7            80  michael
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    1000                   999        9000      4  C      7            80  michael
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    2000              -1000000        8000      5  Q      sue        2000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    2000              -1000000        8000      5  Q      sue        2000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    2000              -1000000        8000      5  Q      sue        2000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    2000              -1000000        8000      5  Q      sue        2000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    2000              -1000000        8000      5  Q      sue        2000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    2000              -1000000        8000      5  Q      sue        2000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    2000              -1000000        8000      5  Q      sue        2000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    2000              -1000000        8000      5  Q      sue        2000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    2000              -1000000        8000      5  Q      sue        2000  8      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    2000              -1000000        8000      5  Q      sue        2000  8      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    2000              -1000000        8000      5  Q      sue        2000  8      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    2000              -1000000        8000      5  Q      sue        2000  8      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    2000              -1000000        8000      5  Q      sue        2000  8      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    2000              -1000000        8000      5  Q      sue        2000  8      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    2000              -1000000        8000      5  Q      sue        2000  8      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    2000              -1000000        8000      5  Q      sue        2000  8      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    3000                  2000        1000      7  E      jimmy      9000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    3000                  2000        1000      7  E      jimmy      9000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    3000                  2000        1000      7  E      jimmy      9000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    3000                  2000        1000      7  E      jimmy      9000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    3000                  2000        1000      7  E      jimmy      9000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    3000                  2000        1000      7  E      jimmy      9000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    3000                  2000        1000      7  E      jimmy      9000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    3000                  2000        1000      7  E      jimmy      9000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    4000                     0        5000      8  Z      johnny     8000  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    4000                     0        5000      8  Z      johnny     8000  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    4000                     0        5000      8  Z      johnny     8000  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    4000                     0        5000      8  Z      johnny     8000  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    4000                     0        5000      8  Z      johnny     8000  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    4000                     0        5000      8  Z      johnny     8000  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    4000                     0        5000      8  Z      johnny     8000  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    4000                     0        5000      8  Z      johnny     8000  7      
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6    8000                  1000       10000      3  B      9            90  7      
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3    8000                  1000       10000      3  B      9            90  7      
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8    8000                  1000       10000      3  B      9            90  7      
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7    8000                  1000       10000      3  B      9            90  7      
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5    8000                  1000       10000      3  B      9            90  7      
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4    8000                  1000       10000      3  B      9            90  7      
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2    8000                  1000       10000      3  B      9            90  7      
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1    8000                  1000       10000      3  B      9            90  7      

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*, svsel13.*
+>      from btsel01,svsel13;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel03.*, svsel13.*
+>      from pvsel03,svsel13;

NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
----------  -----------  ----------  --------------------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

        90         5.00  A             216172782159534337          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  B             216172782159534343          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  B             216172782159534343          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  7             216172782159534342          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  7             216172782159534338          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534338          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel01.*, pvsel03.*
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4
-------------  --------------------  ----------  -------------  -------  -------  ---------  ----------  -----------  ----------  --------------------

        -5000                   200        8000              6  D        michael         90          90         5.00  A             216172782159534337
        -5000                   200        8000              6  D        michael         90          80         6.00  B             216172782159534343
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534342
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534338
           50            1000000000       10000              1  C        walter          10          90         5.00  A             216172782159534337
           50            1000000000       10000              1  C        walter          10          80         6.00  B             216172782159534343
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534342
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534338
           60                 -1000        8000              2  A        bobby         1000          90         5.00  A             216172782159534337
           60                 -1000        8000              2  A        bobby         1000          80         6.00  B             216172782159534343
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534342
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534338
         1000                   999        9000              4  C        7               80          90         5.00  A             216172782159534337
         1000                   999        9000              4  C        7               80          80         6.00  B             216172782159534343
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534342
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534338
         2000              -1000000        8000              5  Q        sue           2000          90         5.00  A             216172782159534337
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  B             216172782159534343
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534342
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534338
         3000                  2000        1000              7  E        jimmy         9000          90         5.00  A             216172782159534337
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  B             216172782159534343
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534342
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534338
         4000                     0        5000              8  Z        johnny        8000          90         5.00  A             216172782159534337
         4000                     0        5000              8  Z        johnny        8000          80         6.00  B             216172782159534343
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534342
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534338
         8000                  1000       10000              3  B        9               90          90         5.00  A             216172782159534337
         8000                  1000       10000              3  B        9               90          80         6.00  B             216172782159534343
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534342
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select firstt.*,secondd.*
+>      from pvsel01 firstt,pvsel01 secondd;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
-------------  --------------------  ----------  -------------  -------  -------  ---------  -------------  --------------------  ----------  -------------  -------  -------  ---------

        -5000                   200        8000              6  D        michael         90          -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90           8000                  1000       10000              3  B        9               90
        -5000                   200        8000              6  D        michael         90           4000                     0        5000              8  Z        johnny        8000
        -5000                   200        8000              6  D        michael         90           3000                  2000        1000              7  E        jimmy         9000
        -5000                   200        8000              6  D        michael         90           2000              -1000000        8000              5  Q        sue           2000
        -5000                   200        8000              6  D        michael         90           1000                   999        9000              4  C        7               80
        -5000                   200        8000              6  D        michael         90             60                 -1000        8000              2  A        bobby         1000
        -5000                   200        8000              6  D        michael         90             50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10          -5000                   200        8000              6  D        michael         90
           50            1000000000       10000              1  C        walter          10           8000                  1000       10000              3  B        9               90
           50            1000000000       10000              1  C        walter          10           4000                     0        5000              8  Z        johnny        8000
           50            1000000000       10000              1  C        walter          10           3000                  2000        1000              7  E        jimmy         9000
           50            1000000000       10000              1  C        walter          10           2000              -1000000        8000              5  Q        sue           2000
           50            1000000000       10000              1  C        walter          10           1000                   999        9000              4  C        7               80
           50            1000000000       10000              1  C        walter          10             60                 -1000        8000              2  A        bobby         1000
           50            1000000000       10000              1  C        walter          10             50            1000000000       10000              1  C        walter          10
           60                 -1000        8000              2  A        bobby         1000          -5000                   200        8000              6  D        michael         90
           60                 -1000        8000              2  A        bobby         1000           8000                  1000       10000              3  B        9               90
           60                 -1000        8000              2  A        bobby         1000           4000                     0        5000              8  Z        johnny        8000
           60                 -1000        8000              2  A        bobby         1000           3000                  2000        1000              7  E        jimmy         9000
           60                 -1000        8000              2  A        bobby         1000           2000              -1000000        8000              5  Q        sue           2000
           60                 -1000        8000              2  A        bobby         1000           1000                   999        9000              4  C        7               80
           60                 -1000        8000              2  A        bobby         1000             60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000             50            1000000000       10000              1  C        walter          10
         1000                   999        9000              4  C        7               80          -5000                   200        8000              6  D        michael         90
         1000                   999        9000              4  C        7               80           8000                  1000       10000              3  B        9               90
         1000                   999        9000              4  C        7               80           4000                     0        5000              8  Z        johnny        8000
         1000                   999        9000              4  C        7               80           3000                  2000        1000              7  E        jimmy         9000
         1000                   999        9000              4  C        7               80           2000              -1000000        8000              5  Q        sue           2000
         1000                   999        9000              4  C        7               80           1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80             60                 -1000        8000              2  A        bobby         1000
         1000                   999        9000              4  C        7               80             50            1000000000       10000              1  C        walter          10
         2000              -1000000        8000              5  Q        sue           2000          -5000                   200        8000              6  D        michael         90
         2000              -1000000        8000              5  Q        sue           2000           8000                  1000       10000              3  B        9               90
         2000              -1000000        8000              5  Q        sue           2000           4000                     0        5000              8  Z        johnny        8000
         2000              -1000000        8000              5  Q        sue           2000           3000                  2000        1000              7  E        jimmy         9000
         2000              -1000000        8000              5  Q        sue           2000           2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000           1000                   999        9000              4  C        7               80
         2000              -1000000        8000              5  Q        sue           2000             60                 -1000        8000              2  A        bobby         1000
         2000              -1000000        8000              5  Q        sue           2000             50            1000000000       10000              1  C        walter          10
         3000                  2000        1000              7  E        jimmy         9000          -5000                   200        8000              6  D        michael         90
         3000                  2000        1000              7  E        jimmy         9000           8000                  1000       10000              3  B        9               90
         3000                  2000        1000              7  E        jimmy         9000           4000                     0        5000              8  Z        johnny        8000
         3000                  2000        1000              7  E        jimmy         9000           3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000           2000              -1000000        8000              5  Q        sue           2000
         3000                  2000        1000              7  E        jimmy         9000           1000                   999        9000              4  C        7               80
         3000                  2000        1000              7  E        jimmy         9000             60                 -1000        8000              2  A        bobby         1000
         3000                  2000        1000              7  E        jimmy         9000             50            1000000000       10000              1  C        walter          10
         4000                     0        5000              8  Z        johnny        8000          -5000                   200        8000              6  D        michael         90
         4000                     0        5000              8  Z        johnny        8000           8000                  1000       10000              3  B        9               90
         4000                     0        5000              8  Z        johnny        8000           4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000           3000                  2000        1000              7  E        jimmy         9000
         4000                     0        5000              8  Z        johnny        8000           2000              -1000000        8000              5  Q        sue           2000
         4000                     0        5000              8  Z        johnny        8000           1000                   999        9000              4  C        7               80
         4000                     0        5000              8  Z        johnny        8000             60                 -1000        8000              2  A        bobby         1000
         4000                     0        5000              8  Z        johnny        8000             50            1000000000       10000              1  C        walter          10
         8000                  1000       10000              3  B        9               90          -5000                   200        8000              6  D        michael         90
         8000                  1000       10000              3  B        9               90           8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90           4000                     0        5000              8  Z        johnny        8000
         8000                  1000       10000              3  B        9               90           3000                  2000        1000              7  E        jimmy         9000
         8000                  1000       10000              3  B        9               90           2000              -1000000        8000              5  Q        sue           2000
         8000                  1000       10000              3  B        9               90           1000                   999        9000              4  C        7               80
         8000                  1000       10000              3  B        9               90             60                 -1000        8000              2  A        bobby         1000
         8000                  1000       10000              3  B        9               90             50            1000000000       10000              1  C        walter          10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel01.*, pvsel03.*
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT  NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4
-------------  --------------------  ----------  -------------  -------  -------  ---------  ----------  -----------  ----------  --------------------

        -5000                   200        8000              6  D        michael         90          90         5.00  A             216172782159534337
        -5000                   200        8000              6  D        michael         90          80         6.00  B             216172782159534343
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534342
        -5000                   200        8000              6  D        michael         90          80         6.00  7             216172782159534338
           50            1000000000       10000              1  C        walter          10          90         5.00  A             216172782159534337
           50            1000000000       10000              1  C        walter          10          80         6.00  B             216172782159534343
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534342
           50            1000000000       10000              1  C        walter          10          80         6.00  7             216172782159534338
           60                 -1000        8000              2  A        bobby         1000          90         5.00  A             216172782159534337
           60                 -1000        8000              2  A        bobby         1000          80         6.00  B             216172782159534343
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534342
           60                 -1000        8000              2  A        bobby         1000          80         6.00  7             216172782159534338
         1000                   999        9000              4  C        7               80          90         5.00  A             216172782159534337
         1000                   999        9000              4  C        7               80          80         6.00  B             216172782159534343
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534342
         1000                   999        9000              4  C        7               80          80         6.00  7             216172782159534338
         2000              -1000000        8000              5  Q        sue           2000          90         5.00  A             216172782159534337
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  B             216172782159534343
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534342
         2000              -1000000        8000              5  Q        sue           2000          80         6.00  7             216172782159534338
         3000                  2000        1000              7  E        jimmy         9000          90         5.00  A             216172782159534337
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  B             216172782159534343
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534342
         3000                  2000        1000              7  E        jimmy         9000          80         6.00  7             216172782159534338
         4000                     0        5000              8  Z        johnny        8000          90         5.00  A             216172782159534337
         4000                     0        5000              8  Z        johnny        8000          80         6.00  B             216172782159534343
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534342
         4000                     0        5000              8  Z        johnny        8000          80         6.00  7             216172782159534338
         8000                  1000       10000              3  B        9               90          90         5.00  A             216172782159534337
         8000                  1000       10000              3  B        9               90          80         6.00  B             216172782159534343
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534342
         8000                  1000       10000              3  B        9               90          80         6.00  7             216172782159534338

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select firstt.*,secondd.*
+>      from svsel11 firstt,svsel11 secondd;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8    COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  --------------------  ----------  -----  -----  -------  ------  -------  ------  --------------------  ----------  -----  -----  -------  ------  -------

    50            1000000000       10000      1  C      walter       10  A         -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7         -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7         -5000                   200        8000      6  D      michael      90  7      
  4000                     0        5000      8  Z      johnny     8000  7         -5000                   200        8000      6  D      michael      90  7      
  3000                  2000        1000      7  E      jimmy      9000  7         -5000                   200        8000      6  D      michael      90  7      
  1000                   999        9000      4  C      7            80  michael   -5000                   200        8000      6  D      michael      90  7      
    60                 -1000        8000      2  A      bobby      1000  8         -5000                   200        8000      6  D      michael      90  7      
  2000              -1000000        8000      5  Q      sue        2000  8         -5000                   200        8000      6  D      michael      90  7      
    60                 -1000        8000      2  A      bobby      1000  7         -5000                   200        8000      6  D      michael      90  7      
  2000              -1000000        8000      5  Q      sue        2000  7         -5000                   200        8000      6  D      michael      90  7      
    50            1000000000       10000      1  C      walter       10  A            50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7            50            1000000000       10000      1  C      walter       10  A      
  8000                  1000       10000      3  B      9            90  7            50            1000000000       10000      1  C      walter       10  A      
  4000                     0        5000      8  Z      johnny     8000  7            50            1000000000       10000      1  C      walter       10  A      
  3000                  2000        1000      7  E      jimmy      9000  7            50            1000000000       10000      1  C      walter       10  A      
  1000                   999        9000      4  C      7            80  michael      50            1000000000       10000      1  C      walter       10  A      
    60                 -1000        8000      2  A      bobby      1000  8            50            1000000000       10000      1  C      walter       10  A      
  2000              -1000000        8000      5  Q      sue        2000  8            50            1000000000       10000      1  C      walter       10  A      
    60                 -1000        8000      2  A      bobby      1000  7            50            1000000000       10000      1  C      walter       10  A      
  2000              -1000000        8000      5  Q      sue        2000  7            50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A            60                 -1000        8000      2  A      bobby      1000  7      
 -5000                   200        8000      6  D      michael      90  7            60                 -1000        8000      2  A      bobby      1000  7      
  8000                  1000       10000      3  B      9            90  7            60                 -1000        8000      2  A      bobby      1000  7      
  4000                     0        5000      8  Z      johnny     8000  7            60                 -1000        8000      2  A      bobby      1000  7      
  3000                  2000        1000      7  E      jimmy      9000  7            60                 -1000        8000      2  A      bobby      1000  7      
  1000                   999        9000      4  C      7            80  michael      60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  8            60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  8            60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7            60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7            60                 -1000        8000      2  A      bobby      1000  7      
    50            1000000000       10000      1  C      walter       10  A            60                 -1000        8000      2  A      bobby      1000  8      
 -5000                   200        8000      6  D      michael      90  7            60                 -1000        8000      2  A      bobby      1000  8      
  8000                  1000       10000      3  B      9            90  7            60                 -1000        8000      2  A      bobby      1000  8      
  4000                     0        5000      8  Z      johnny     8000  7            60                 -1000        8000      2  A      bobby      1000  8      
  3000                  2000        1000      7  E      jimmy      9000  7            60                 -1000        8000      2  A      bobby      1000  8      
  1000                   999        9000      4  C      7            80  michael      60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8            60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8            60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  7            60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  7            60                 -1000        8000      2  A      bobby      1000  8      
    50            1000000000       10000      1  C      walter       10  A          1000                   999        9000      4  C      7            80  michael
 -5000                   200        8000      6  D      michael      90  7          1000                   999        9000      4  C      7            80  michael
  8000                  1000       10000      3  B      9            90  7          1000                   999        9000      4  C      7            80  michael
  4000                     0        5000      8  Z      johnny     8000  7          1000                   999        9000      4  C      7            80  michael
  3000                  2000        1000      7  E      jimmy      9000  7          1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael    1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8          1000                   999        9000      4  C      7            80  michael
  2000              -1000000        8000      5  Q      sue        2000  8          1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  7          1000                   999        9000      4  C      7            80  michael
  2000              -1000000        8000      5  Q      sue        2000  7          1000                   999        9000      4  C      7            80  michael
    50            1000000000       10000      1  C      walter       10  A          2000              -1000000        8000      5  Q      sue        2000  7      
 -5000                   200        8000      6  D      michael      90  7          2000              -1000000        8000      5  Q      sue        2000  7      
  8000                  1000       10000      3  B      9            90  7          2000              -1000000        8000      5  Q      sue        2000  7      
  4000                     0        5000      8  Z      johnny     8000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  1000                   999        9000      4  C      7            80  michael    2000              -1000000        8000      5  Q      sue        2000  7      
    60                 -1000        8000      2  A      bobby      1000  8          2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          2000              -1000000        8000      5  Q      sue        2000  7      
    60                 -1000        8000      2  A      bobby      1000  7          2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A          2000              -1000000        8000      5  Q      sue        2000  8      
 -5000                   200        8000      6  D      michael      90  7          2000              -1000000        8000      5  Q      sue        2000  8      
  8000                  1000       10000      3  B      9            90  7          2000              -1000000        8000      5  Q      sue        2000  8      
  4000                     0        5000      8  Z      johnny     8000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  3000                  2000        1000      7  E      jimmy      9000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  1000                   999        9000      4  C      7            80  michael    2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  8          2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8          2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7          2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  7          2000              -1000000        8000      5  Q      sue        2000  8      
    50            1000000000       10000      1  C      walter       10  A          3000                  2000        1000      7  E      jimmy      9000  7      
 -5000                   200        8000      6  D      michael      90  7          3000                  2000        1000      7  E      jimmy      9000  7      
  8000                  1000       10000      3  B      9            90  7          3000                  2000        1000      7  E      jimmy      9000  7      
  4000                     0        5000      8  Z      johnny     8000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael    3000                  2000        1000      7  E      jimmy      9000  7      
    60                 -1000        8000      2  A      bobby      1000  8          3000                  2000        1000      7  E      jimmy      9000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          3000                  2000        1000      7  E      jimmy      9000  7      
    60                 -1000        8000      2  A      bobby      1000  7          3000                  2000        1000      7  E      jimmy      9000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          3000                  2000        1000      7  E      jimmy      9000  7      
    50            1000000000       10000      1  C      walter       10  A          4000                     0        5000      8  Z      johnny     8000  7      
 -5000                   200        8000      6  D      michael      90  7          4000                     0        5000      8  Z      johnny     8000  7      
  8000                  1000       10000      3  B      9            90  7          4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7          4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7          4000                     0        5000      8  Z      johnny     8000  7      
  1000                   999        9000      4  C      7            80  michael    4000                     0        5000      8  Z      johnny     8000  7      
    60                 -1000        8000      2  A      bobby      1000  8          4000                     0        5000      8  Z      johnny     8000  7      
  2000              -1000000        8000      5  Q      sue        2000  8          4000                     0        5000      8  Z      johnny     8000  7      
    60                 -1000        8000      2  A      bobby      1000  7          4000                     0        5000      8  Z      johnny     8000  7      
  2000              -1000000        8000      5  Q      sue        2000  7          4000                     0        5000      8  Z      johnny     8000  7      
    50            1000000000       10000      1  C      walter       10  A          8000                  1000       10000      3  B      9            90  7      
 -5000                   200        8000      6  D      michael      90  7          8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7          8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7          8000                  1000       10000      3  B      9            90  7      
  3000                  2000        1000      7  E      jimmy      9000  7          8000                  1000       10000      3  B      9            90  7      
  1000                   999        9000      4  C      7            80  michael    8000                  1000       10000      3  B      9            90  7      
    60                 -1000        8000      2  A      bobby      1000  8          8000                  1000       10000      3  B      9            90  7      
  2000              -1000000        8000      5  Q      sue        2000  8          8000                  1000       10000      3  B      9            90  7      
    60                 -1000        8000      2  A      bobby      1000  7          8000                  1000       10000      3  B      9            90  7      
  2000              -1000000        8000      5  Q      sue        2000  7          8000                  1000       10000      3  B      9            90  7      

--- 100 row(s) selected.
>>--    <ufi-input>
>>      select  svsel11.*, svsel13.*
+>      from svsel11,svsel13;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8    NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
------  --------------------  ----------  -----  -----  -------  ------  -------  ----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

 -5000                   200        8000      6  D      michael      90  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
 -5000                   200        8000      6  D      michael      90  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
 -5000                   200        8000      6  D      michael      90  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
 -5000                   200        8000      6  D      michael      90  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    50            1000000000       10000      1  C      walter       10  A                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    50            1000000000       10000      1  C      walter       10  A                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    50            1000000000       10000      1  C      walter       10  A                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    50            1000000000       10000      1  C      walter       10  A                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  8                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
    60                 -1000        8000      2  A      bobby      1000  8                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  1000                   999        9000      4  C      7            80  michael          90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  1000                   999        9000      4  C      7            80  michael          80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  1000                   999        9000      4  C      7            80  michael          80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  1000                   999        9000      4  C      7            80  michael          80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  8                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  2000              -1000000        8000      5  Q      sue        2000  8                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  3000                  2000        1000      7  E      jimmy      9000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  3000                  2000        1000      7  E      jimmy      9000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  4000                     0        5000      8  Z      johnny     8000  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  4000                     0        5000      8  Z      johnny     8000  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
  8000                  1000       10000      3  B      9            90  7                90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
  8000                  1000       10000      3  B      9            90  7                80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
  8000                  1000       10000      3  B      9            90  7                80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
  8000                  1000       10000      3  B      9            90  7                80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200

--- 40 row(s) selected.
>>
>>--    <ufi-input>
>>      select  btsel01.*
+>      from btsel01,btsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel03.*
+>      from btsel01,btsel03;

PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S          
-------  -----------  --------  -------  ---------------------

A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel03.*
+>      from btsel03,btsel04;

PIC_X_7  BINARY_32_U  PIC_X4_A  PIC_9_7  BINARY_64_S          
-------  -----------  --------  -------  ---------------------

A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
A               5.00  make           90                 200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
7               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
8               6.00  joe            80                1200.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
5            1000.00  5             100                1000.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
michael        50.00  dave           50                1500.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
7               6.00  john           80                2000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
B               6.00  mark           80                3000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00
michael        70.00  joan           50                4000.00

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel02.*
+>      from btsel02,btsel03;

PIC_X_1
-------

B      
B      
B      
B      
B      
B      
B      
B      
C      
C      
C      
C      
C      
C      
C      
C      
B      
B      
B      
B      
B      
B      
B      
B      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
B      
B      
B      
B      
B      
B      
B      
B      
C      
C      
C      
C      
C      
C      
C      
C      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.*
+>      from btsel02 firstt,btsel02 secondd;

PIC_X_1
-------

B      
B      
B      
B      
B      
B      
B      
B      
C      
C      
C      
C      
C      
C      
C      
C      
B      
B      
B      
B      
B      
B      
B      
B      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
B      
B      
B      
B      
B      
B      
B      
B      
C      
C      
C      
C      
C      
C      
C      
C      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      
Q      

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*
+>      from btsel01,pvsel01;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.*
+>      from btsel01,pvsel02;

CHAR_1  CHAR_10     PIC_X_1  PIC_X_7  PIC_X_LONG                                                                                                                                                                                                VAR_CHAR                                                                                                                                                                                                                                                       BINARY_SIGNED  BINARY_32_U  BINARY_64_S            PIC_COMP_1            PIC_COMP_2  PIC_COMP_3    SMALL_INT  MEDIUM_INT  LARGE_INT             DECIMAL_1  DECIMAL_2_SIGNED  DECIMAL_3_UNSIGNED  PIC_DECIMAL_1  PIC_DECIMAL_2  PIC_DECIMAL_3
------  ----------  -------  -------  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -------------  -----------  ---------------------  --------------------  ----------  ------------  ---------  ----------  --------------------  ---------  ----------------  ------------------  -------------  -------------  -------------

D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
D       michelle    D        michael  rat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                 -5000        90.00               2000.000                   500         .40     100.80000         90        8000                   200          7               .93                 140            6.1           .600              6
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       steven      C        walter   bob                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         50        50.00                200.000                    50         .12     100.90000         10       10000            1000000000          4               .50                  90            1.1           .100              1
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
A       bobby       A        bobby    bop                                                                                                                                                                                                       B                                                                                                                                                                                                                                                                         60        60.00               1200.000                    60         .79     100.99000       1000        8000                 -1000          5               .60                 100            2.1           .200              2
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
D       melissa     C        7        pop                                                                                                                                                                                                       jimmy                                                                                                                                                                                                                                                                   1000        80.00               1500.000                   500         .20     100.99990         80        9000                   999          5               .80                 120            4.1           .400              4
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
E       monica      Q        sue      pat                                                                                                                                                                                                       christopher                                                                                                                                                                                                                                                             2000        90.00               1200.000                  3000         .30     100.99999       2000        8000              -1000000          1               .90                  80            5.1           .500              5
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       maureen     E        jimmy    rum                                                                                                                                                                                                       marilyn                                                                                                                                                                                                                                                                 3000        80.00               2000.000                   500         .50     100.70000       9000        1000                  2000          8               .97                 150            7.1           .700              7
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
C       marcia      Z        johnny   dum                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  4000        40.00               2000.000                    50         .60     100.60000       8000        5000                     0          9               .99                 110            8.1           .800              8
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3
D       steven      B        9        bat                                                                                                                                                                                                       thomas                                                                                                                                                                                                                                                                  8000        70.00               2000.000                   500         .10     100.99900         90       10000                  1000          7               .70                 110            3.1           .300              3

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  svsel11.*
+>      from btsel01,svsel11;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  --------------------  ----------  -----  -----  -------  ------  -------

 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
 -5000                   200        8000      6  D      michael      90  7      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    50            1000000000       10000      1  C      walter       10  A      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  7      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
    60                 -1000        8000      2  A      bobby      1000  8      
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  1000                   999        9000      4  C      7            80  michael
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      
  8000                  1000       10000      3  B      9            90  7      

--- 80 row(s) selected.
>>--    <ufi-input>
>>      select  svsel13.*
+>      from btsel01,svsel13;

NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel03.*
+>      from pvsel03,svsel13;

NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4          
----------  -----------  ----------  --------------------

        90         5.00  A             216172782159534337
        90         5.00  A             216172782159534337
        80         6.00  B             216172782159534343
        80         6.00  B             216172782159534343
        80         6.00  7             216172782159534342
        80         6.00  7             216172782159534342
        80         6.00  7             216172782159534338
        80         6.00  7             216172782159534338
        90         5.00  A             216172782159534337
        80         6.00  B             216172782159534343
        80         6.00  7             216172782159534342
        80         6.00  7             216172782159534338
        90         5.00  A             216172782159534337
        80         6.00  B             216172782159534343
        80         6.00  7             216172782159534342
        80         6.00  7             216172782159534338

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel01.*
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
-------------  --------------------  ----------  -------------  -------  -------  ---------

        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select secondd.*
+>      from pvsel01 firstt,pvsel01 secondd;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
-------------  --------------------  ----------  -------------  -------  -------  ---------

        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel01.*
+>      from pvsel01,pvsel03;

BINARY_SIGNED  LARGE_INT             MEDIUM_INT  PIC_DECIMAL_3  PIC_X_1  PIC_X_7  SMALL_INT
-------------  --------------------  ----------  -------------  -------  -------  ---------

        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
        -5000                   200        8000              6  D        michael         90
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           50            1000000000       10000              1  C        walter          10
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
           60                 -1000        8000              2  A        bobby         1000
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         1000                   999        9000              4  C        7               80
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         2000              -1000000        8000              5  Q        sue           2000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         3000                  2000        1000              7  E        jimmy         9000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         4000                     0        5000              8  Z        johnny        8000
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90
         8000                  1000       10000              3  B        9               90

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select firstt.*
+>      from svsel11 firstt,svsel11 secondd;

COL_1   COL_2                 COL_3       COL_4  COL_5  COL_6    COL_7   COL_8
------  --------------------  ----------  -----  -----  -------  ------  -------

    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      
    50            1000000000       10000      1  C      walter       10  A      
 -5000                   200        8000      6  D      michael      90  7      
  8000                  1000       10000      3  B      9            90  7      
  4000                     0        5000      8  Z      johnny     8000  7      
  3000                  2000        1000      7  E      jimmy      9000  7      
  1000                   999        9000      4  C      7            80  michael
    60                 -1000        8000      2  A      bobby      1000  8      
  2000              -1000000        8000      5  Q      sue        2000  8      
    60                 -1000        8000      2  A      bobby      1000  7      
  2000              -1000000        8000      5  Q      sue        2000  7      

--- 100 row(s) selected.
>>--    <ufi-input>
>>      select  svsel13.*
+>      from svsel11,svsel13;

NEW_NAME_1  NEW_NAME_2   NEW_NAME_3  NEW_NAME_4            VAR_CHAR                                                                                                                                                                                                                                                     MEDIUM_INT   PIC_X_7  PIC_COMP_1
----------  -----------  ----------  --------------------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  -----------  -------  --------------------

        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200
        90         5.00  A             216172782159534337  bob                                                                                                                                                                                                                                                                  999  A                         300
        80         6.00  B             216172782159534343  bill                                                                                                                                                                                                                                                                2000  B                         500
        80         6.00  7             216172782159534342  tom                                                                                                                                                                                                                                                                 1000  7                         200
        80         6.00  7             216172782159534338  tom                                                                                                                                                                                                                                                                 1000  7                         200

--- 40 row(s) selected.
>>--    <end-input>
>>
>>
>>
>>-- <testcase A4>
>>
>>--    <detail>
>>--    select joins simple test case - tests the selection of
>>--    an expressions of columns.
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>      select  btsel01.binary_32_u *  btsel03.binary_32_u
+>      from btsel01,btsel03;

(EXPR)               
---------------------

             450.0000
            6300.0000
             540.0000
             540.0000
            4500.0000
           90000.0000
             540.0000
             540.0000
             250.0000
            3500.0000
             300.0000
             300.0000
            2500.0000
           50000.0000
             300.0000
             300.0000
             300.0000
            4200.0000
             360.0000
             360.0000
            3000.0000
           60000.0000
             360.0000
             360.0000
             400.0000
            5600.0000
             480.0000
             480.0000
            4000.0000
           80000.0000
             480.0000
             480.0000
             450.0000
            6300.0000
             540.0000
             540.0000
            4500.0000
           90000.0000
             540.0000
             540.0000
             400.0000
            5600.0000
             480.0000
             480.0000
            4000.0000
           80000.0000
             480.0000
             480.0000
             200.0000
            2800.0000
             240.0000
             240.0000
            2000.0000
           40000.0000
             240.0000
             240.0000
             350.0000
            4900.0000
             420.0000
             420.0000
            3500.0000
           70000.0000
             420.0000
             420.0000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.binary_32_u +  btsel03.binary_32_u +
+>              btsel04.medium_int
+>      from btsel01,btsel03,btsel04;

(EXPR)               
---------------------

              1095.00
              2095.00
              1095.00
              1095.00
              2095.00
               295.00
               295.00
              1094.00
              1160.00
              2160.00
              1160.00
              1160.00
              2160.00
               360.00
               360.00
              1159.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1140.00
              2140.00
              1140.00
              1140.00
              2140.00
               340.00
               340.00
              1139.00
              2090.00
              3090.00
              2090.00
              2090.00
              3090.00
              1290.00
              1290.00
              2089.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1055.00
              2055.00
              1055.00
              1055.00
              2055.00
               255.00
               255.00
              1054.00
              1120.00
              2120.00
              1120.00
              1120.00
              2120.00
               320.00
               320.00
              1119.00
              1056.00
              2056.00
              1056.00
              1056.00
              2056.00
               256.00
               256.00
              1055.00
              1056.00
              2056.00
              1056.00
              1056.00
              2056.00
               256.00
               256.00
              1055.00
              1100.00
              2100.00
              1100.00
              1100.00
              2100.00
               300.00
               300.00
              1099.00
              2050.00
              3050.00
              2050.00
              2050.00
              3050.00
              1250.00
              1250.00
              2049.00
              1056.00
              2056.00
              1056.00
              1056.00
              2056.00
               256.00
               256.00
              1055.00
              1056.00
              2056.00
              1056.00
              1056.00
              2056.00
               256.00
               256.00
              1055.00
              1065.00
              2065.00
              1065.00
              1065.00
              2065.00
               265.00
               265.00
              1064.00
              1130.00
              2130.00
              1130.00
              1130.00
              2130.00
               330.00
               330.00
              1129.00
              1066.00
              2066.00
              1066.00
              1066.00
              2066.00
               266.00
               266.00
              1065.00
              1066.00
              2066.00
              1066.00
              1066.00
              2066.00
               266.00
               266.00
              1065.00
              1110.00
              2110.00
              1110.00
              1110.00
              2110.00
               310.00
               310.00
              1109.00
              2060.00
              3060.00
              2060.00
              2060.00
              3060.00
              1260.00
              1260.00
              2059.00
              1066.00
              2066.00
              1066.00
              1066.00
              2066.00
               266.00
               266.00
              1065.00
              1066.00
              2066.00
              1066.00
              1066.00
              2066.00
               266.00
               266.00
              1065.00
              1085.00
              2085.00
              1085.00
              1085.00
              2085.00
               285.00
               285.00
              1084.00
              1150.00
              2150.00
              1150.00
              1150.00
              2150.00
               350.00
               350.00
              1149.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1130.00
              2130.00
              1130.00
              1130.00
              2130.00
               330.00
               330.00
              1129.00
              2080.00
              3080.00
              2080.00
              2080.00
              3080.00
              1280.00
              1280.00
              2079.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1095.00
              2095.00
              1095.00
              1095.00
              2095.00
               295.00
               295.00
              1094.00
              1160.00
              2160.00
              1160.00
              1160.00
              2160.00
               360.00
               360.00
              1159.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1140.00
              2140.00
              1140.00
              1140.00
              2140.00
               340.00
               340.00
              1139.00
              2090.00
              3090.00
              2090.00
              2090.00
              3090.00
              1290.00
              1290.00
              2089.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1096.00
              2096.00
              1096.00
              1096.00
              2096.00
               296.00
               296.00
              1095.00
              1085.00
              2085.00
              1085.00
              1085.00
              2085.00
               285.00
               285.00
              1084.00
              1150.00
              2150.00
              1150.00
              1150.00
              2150.00
               350.00
               350.00
              1149.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1130.00
              2130.00
              1130.00
              1130.00
              2130.00
               330.00
               330.00
              1129.00
              2080.00
              3080.00
              2080.00
              2080.00
              3080.00
              1280.00
              1280.00
              2079.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1086.00
              2086.00
              1086.00
              1086.00
              2086.00
               286.00
               286.00
              1085.00
              1045.00
              2045.00
              1045.00
              1045.00
              2045.00
               245.00
               245.00
              1044.00
              1110.00
              2110.00
              1110.00
              1110.00
              2110.00
               310.00
               310.00
              1109.00
              1046.00
              2046.00
              1046.00
              1046.00
              2046.00
               246.00
               246.00
              1045.00
              1046.00
              2046.00
              1046.00
              1046.00
              2046.00
               246.00
               246.00
              1045.00
              1090.00
              2090.00
              1090.00
              1090.00
              2090.00
               290.00
               290.00
              1089.00
              2040.00
              3040.00
              2040.00
              2040.00
              3040.00
              1240.00
              1240.00
              2039.00
              1046.00
              2046.00
              1046.00
              1046.00
              2046.00
               246.00
               246.00
              1045.00
              1046.00
              2046.00
              1046.00
              1046.00
              2046.00
               246.00
               246.00
              1045.00
              1075.00
              2075.00
              1075.00
              1075.00
              2075.00
               275.00
               275.00
              1074.00
              1140.00
              2140.00
              1140.00
              1140.00
              2140.00
               340.00
               340.00
              1139.00
              1076.00
              2076.00
              1076.00
              1076.00
              2076.00
               276.00
               276.00
              1075.00
              1076.00
              2076.00
              1076.00
              1076.00
              2076.00
               276.00
               276.00
              1075.00
              1120.00
              2120.00
              1120.00
              1120.00
              2120.00
               320.00
               320.00
              1119.00
              2070.00
              3070.00
              2070.00
              2070.00
              3070.00
              1270.00
              1270.00
              2069.00
              1076.00
              2076.00
              1076.00
              1076.00
              2076.00
               276.00
               276.00
              1075.00
              1076.00
              2076.00
              1076.00
              1076.00
              2076.00
               276.00
               276.00
              1075.00

--- 512 row(s) selected.
>>--    <ufi-input>
>>      select decimal_2_signed + pic_9_7
+>      from btsel01,btsel03;

(EXPR)               
---------------------

                90.50
                90.99
                90.97
                90.93
                90.90
                90.80
                90.70
                90.60
                80.50
                80.99
                80.97
                80.93
                80.90
                80.80
                80.70
                80.60
                80.50
                80.99
                80.97
                80.93
                80.90
                80.80
                80.70
                80.60
               100.50
               100.99
               100.97
               100.93
               100.90
               100.80
               100.70
               100.60
                50.50
                50.99
                50.97
                50.93
                50.90
                50.80
                50.70
                50.60
                80.50
                80.99
                80.97
                80.93
                80.90
                80.80
                80.70
                80.60
                80.50
                80.99
                80.97
                80.93
                80.90
                80.80
                80.70
                80.60
                50.50
                50.99
                50.97
                50.93
                50.90
                50.80
                50.70
                50.60

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select large_int - new_name_1
+>      from pvsel01,pvsel03;

(EXPR)              
--------------------

                 110
                 120
                 120
                 120
           999999910
           999999920
           999999920
           999999920
               -1090
               -1080
               -1080
               -1080
                 909
                 919
                 919
                 919
            -1000090
            -1000080
            -1000080
            -1000080
                1910
                1920
                1920
                1920
                 -90
                 -80
                 -80
                 -80
                 910
                 920
                 920
                 920

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select large_int - new_name_1
+>      from btsel01,pvsel03;

(EXPR)              
--------------------

                 110
                 120
                 120
                 120
           999999910
           999999920
           999999920
           999999920
               -1090
               -1080
               -1080
               -1080
                 909
                 919
                 919
                 919
            -1000090
            -1000080
            -1000080
            -1000080
                1910
                1920
                1920
                1920
                 -90
                 -80
                 -80
                 -80
                 910
                 920
                 920
                 920

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  btsel01.medium_int *  svsel13.medium_int
+>      from btsel01,svsel13;

(EXPR)              
--------------------

             7992000
             9990000
             4995000
              999000
             7992000
             8991000
             7992000
             9990000
             8000000
            10000000
             5000000
             1000000
             8000000
             9000000
             8000000
            10000000
             8000000
            10000000
             5000000
             1000000
             8000000
             9000000
             8000000
            10000000
            16000000
            20000000
            10000000
             2000000
            16000000
            18000000
            16000000
            20000000

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select  pvsel03.new_name_1 +  svsel13.new_name_1
+>      from svsel13,pvsel03;

(EXPR)    
----------

       170
       170
       160
       160
       160
       160
       160
       160
       180
       170
       170
       170
       170
       160
       160
       160

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select new_name_1 + col_1
+>      from svsel13,svsel11;

(EXPR)     
-----------

      -4910
      -4920
      -4920
      -4920
        140
        130
        130
        130
        150
        140
        140
        140
        150
        140
        140
        140
       1090
       1080
       1080
       1080
       2090
       2080
       2080
       2080
       2090
       2080
       2080
       2080
       3090
       3080
       3080
       3080
       4090
       4080
       4080
       4080
       8090
       8080
       8080
       8080

--- 40 row(s) selected.
>>--    <ufi-input>
>>      select firstt.small_int * secondd.small_int
+>      from btsel01 firstt,btsel01 secondd;

(EXPR)              
--------------------

                8100
                8100
              720000
              810000
              180000
                7200
               90000
                 900
                 900
                 900
               80000
               90000
               20000
                 800
               10000
                 100
               90000
               90000
             8000000
             9000000
             2000000
               80000
             1000000
               10000
                7200
                7200
              640000
              720000
              160000
                6400
               80000
                 800
              180000
              180000
            16000000
            18000000
             4000000
              160000
             2000000
               20000
              810000
              810000
            72000000
            81000000
            18000000
              720000
             9000000
               90000
              720000
              720000
            64000000
            72000000
            16000000
              640000
             8000000
               80000
                8100
                8100
              720000
              810000
              180000
                7200
               90000
                 900

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.medium_int + secondd.medium_int
+>      from pvsel04 firstt, pvsel04 secondd;

(EXPR)              
--------------------

                2000
                3000
                2000
                2000
                3000
                1999
                1999
                2999
                1999
                1999
                2999
                1998
                3000
                4000
                3000
                3000
                4000
                2999
                2000
                3000
                2000
                2000
                3000
                1999
                2000
                3000
                2000
                2000
                3000
                1999
                3000
                4000
                3000
                3000
                4000
                2999

--- 36 row(s) selected.
>>--    <ufi-input>
>>      select firstt.medium_int + secondd.medium_int
+>      from svsel13 firstt,svsel13 secondd;

(EXPR)              
--------------------

                2000
                2000
                2000
                2000
                3000
                3000
                1999
                1999
                1999
                1999
                2999
                1998
                3000
                3000
                4000
                2999

--- 16 row(s) selected.
>>--    <end-input>
>>
>>
>>-- <testcase A5>
>>
>>--    <detail>
>>--       select joins simple test case - this tests the use
>>--       of the for browse access,for stable access,
>>--       for repeatable access clauses. No actual
>>--       tests of the functionality of these clauses is done -- this is
>>--       a test of syntax only.  Each of these clauses is checked for
>>--       the following combinations:
>>--            audited base table / audited base table
>>--            audited base table / non-audited base table (browse access only)
>>--            bt/bt
>>--            bt/pv
>>--            bt/sv
>>--            pv/pv
>>--            pv/sv
>>--            sv/sv
>>--            bt same
>>--            pv same
>>--            sv same
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>      select pic_x_1, pic_x_7
+>      from btsel02,btsel03
+>      for browse access;

PIC_X_1  PIC_X_7
-------  -------

B        A      
Q        A      
Q        A      
C        A      
B        A      
Q        A      
B        A      
C        A      
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        8      
Q        8      
Q        8      
C        8      
B        8      
Q        8      
B        8      
C        8      
B        5      
Q        5      
Q        5      
C        5      
B        5      
Q        5      
B        5      
C        5      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        B      
Q        B      
Q        B      
C        B      
B        B      
Q        B      
B        B      
C        B      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select pic_x_1, pic_x_7
+>      from btsel02,btsel03
+>      for stable access;

PIC_X_1  PIC_X_7
-------  -------

B        A      
Q        A      
Q        A      
C        A      
B        A      
Q        A      
B        A      
C        A      
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        8      
Q        8      
Q        8      
C        8      
B        8      
Q        8      
B        8      
C        8      
B        5      
Q        5      
Q        5      
C        5      
B        5      
Q        5      
B        5      
C        5      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        B      
Q        B      
Q        B      
C        B      
B        B      
Q        B      
B        B      
C        B      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select pic_x_1, pic_x_7
+>      from btsel02,btsel03
+>      for repeatable access;

PIC_X_1  PIC_X_7
-------  -------

B        A      
Q        A      
Q        A      
C        A      
B        A      
Q        A      
B        A      
C        A      
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        8      
Q        8      
Q        8      
C        8      
B        8      
Q        8      
B        8      
C        8      
B        5      
Q        5      
Q        5      
C        5      
B        5      
Q        5      
B        5      
C        5      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael
B        7      
Q        7      
Q        7      
C        7      
B        7      
Q        7      
B        7      
C        7      
B        B      
Q        B      
Q        B      
C        B      
B        B      
Q        B      
B        B      
C        B      
B        michael
Q        michael
Q        michael
C        michael
B        michael
Q        michael
B        michael
C        michael

--- 64 row(s) selected.
>>
>>--   <comment> ****   audited table, non-audited table  ****
>>--   <comment> ****   must specify for browse access for this test ****
>>--    <ufi-input>
>>      select pic_x_7, pic_x_a
+>      from btsel03,btsel05
+>      for browse access;

PIC_X_7  PIC_X_A
-------  -------

A        joe    
A        box    
A        why    
A        not    
A        deb    
A        sue    
A        red    
A        can    
7        joe    
7        box    
7        why    
7        not    
7        deb    
7        sue    
7        red    
7        can    
8        joe    
8        box    
8        why    
8        not    
8        deb    
8        sue    
8        red    
8        can    
5        joe    
5        box    
5        why    
5        not    
5        deb    
5        sue    
5        red    
5        can    
michael  joe    
michael  box    
michael  why    
michael  not    
michael  deb    
michael  sue    
michael  red    
michael  can    
7        joe    
7        box    
7        why    
7        not    
7        deb    
7        sue    
7        red    
7        can    
B        joe    
B        box    
B        why    
B        not    
B        deb    
B        sue    
B        red    
B        can    
michael  joe    
michael  box    
michael  why    
michael  not    
michael  deb    
michael  sue    
michael  red    
michael  can    

--- 64 row(s) selected.
>>
>>--    <ufi-input>
>>      select binary_32_u , binary_signed
+>      from btsel03,pvsel01
+>      for browse access;

BINARY_32_U  BINARY_SIGNED
-----------  -------------

       5.00             60
       5.00           4000
       5.00           2000
       5.00           3000
       5.00          -5000
       5.00           1000
       5.00             50
       5.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
    1000.00             60
    1000.00           4000
    1000.00           2000
    1000.00           3000
    1000.00          -5000
    1000.00           1000
    1000.00             50
    1000.00           8000
      50.00             60
      50.00           4000
      50.00           2000
      50.00           3000
      50.00          -5000
      50.00           1000
      50.00             50
      50.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
      70.00             60
      70.00           4000
      70.00           2000
      70.00           3000
      70.00          -5000
      70.00           1000
      70.00             50
      70.00           8000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select binary_32_u , binary_signed
+>      from btsel03,pvsel01
+>      for stable access;

BINARY_32_U  BINARY_SIGNED
-----------  -------------

       5.00             60
       5.00           4000
       5.00           2000
       5.00           3000
       5.00          -5000
       5.00           1000
       5.00             50
       5.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
    1000.00             60
    1000.00           4000
    1000.00           2000
    1000.00           3000
    1000.00          -5000
    1000.00           1000
    1000.00             50
    1000.00           8000
      50.00             60
      50.00           4000
      50.00           2000
      50.00           3000
      50.00          -5000
      50.00           1000
      50.00             50
      50.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
      70.00             60
      70.00           4000
      70.00           2000
      70.00           3000
      70.00          -5000
      70.00           1000
      70.00             50
      70.00           8000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select binary_32_u , binary_signed
+>      from btsel03,pvsel01
+>      for repeatable access;

BINARY_32_U  BINARY_SIGNED
-----------  -------------

       5.00             60
       5.00           4000
       5.00           2000
       5.00           3000
       5.00          -5000
       5.00           1000
       5.00             50
       5.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
    1000.00             60
    1000.00           4000
    1000.00           2000
    1000.00           3000
    1000.00          -5000
    1000.00           1000
    1000.00             50
    1000.00           8000
      50.00             60
      50.00           4000
      50.00           2000
      50.00           3000
      50.00          -5000
      50.00           1000
      50.00             50
      50.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
       6.00             60
       6.00           4000
       6.00           2000
       6.00           3000
       6.00          -5000
       6.00           1000
       6.00             50
       6.00           8000
      70.00             60
      70.00           4000
      70.00           2000
      70.00           3000
      70.00          -5000
      70.00           1000
      70.00             50
      70.00           8000

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select new_name_1, medium_int
+>      from btsel03,svsel13
+>      for browse access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select new_name_1, medium_int
+>      from btsel03,svsel13
+>      for stable access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select new_name_1, medium_int
+>      from btsel03,svsel13
+>      for repeatable access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        90          999
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000
        80         2000

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select binary_signed, new_name_1
+>      from pvsel01,pvsel03
+>      for browse access;

BINARY_SIGNED  NEW_NAME_1
-------------  ----------

           60          90
           60          80
           60          80
           60          80
         8000          90
         8000          80
         8000          80
         8000          80
           50          90
           50          80
           50          80
           50          80
         1000          90
         1000          80
         1000          80
         1000          80
        -5000          90
        -5000          80
        -5000          80
        -5000          80
         3000          90
         3000          80
         3000          80
         3000          80
         2000          90
         2000          80
         2000          80
         2000          80
         4000          90
         4000          80
         4000          80
         4000          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select binary_signed, new_name_1
+>      from pvsel01,pvsel03
+>      for stable access;

BINARY_SIGNED  NEW_NAME_1
-------------  ----------

           60          90
           60          80
           60          80
           60          80
         8000          90
         8000          80
         8000          80
         8000          80
           50          90
           50          80
           50          80
           50          80
         1000          90
         1000          80
         1000          80
         1000          80
        -5000          90
        -5000          80
        -5000          80
        -5000          80
         3000          90
         3000          80
         3000          80
         3000          80
         2000          90
         2000          80
         2000          80
         2000          80
         4000          90
         4000          80
         4000          80
         4000          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select binary_signed, new_name_1
+>      from pvsel01,pvsel03
+>      for repeatable access;

BINARY_SIGNED  NEW_NAME_1
-------------  ----------

           60          90
           60          80
           60          80
           60          80
         8000          90
         8000          80
         8000          80
         8000          80
           50          90
           50          80
           50          80
           50          80
         1000          90
         1000          80
         1000          80
         1000          80
        -5000          90
        -5000          80
        -5000          80
        -5000          80
         3000          90
         3000          80
         3000          80
         3000          80
         2000          90
         2000          80
         2000          80
         2000          80
         4000          90
         4000          80
         4000          80
         4000          80

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select pic_comp_1
+>      from pvsel01,svsel13
+>      for browse access;

PIC_COMP_1          
--------------------

                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 500
                 500
                 500
                 500
                 500
                 500
                 500
                 500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select pic_comp_1
+>      from pvsel01,svsel13
+>      for stable access;

PIC_COMP_1          
--------------------

                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 500
                 500
                 500
                 500
                 500
                 500
                 500
                 500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select pic_comp_1
+>      from pvsel01,svsel13
+>      for repeatable access;

PIC_COMP_1          
--------------------

                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 300
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 200
                 500
                 500
                 500
                 500
                 500
                 500
                 500
                 500

--- 32 row(s) selected.
>>--    <ufi-input>
>>      select var_char, col_2
+>      from svsel13,svsel11
+>      for browse access;

VAR_CHAR                                                                                                                                                                                                                                                     COL_2
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  --------------------

bob                                                                                                                                                                                                                                                                           200
bill                                                                                                                                                                                                                                                                          200
tom                                                                                                                                                                                                                                                                           200
tom                                                                                                                                                                                                                                                                           200
bob                                                                                                                                                                                                                                                                    1000000000
bill                                                                                                                                                                                                                                                                   1000000000
tom                                                                                                                                                                                                                                                                    1000000000
tom                                                                                                                                                                                                                                                                    1000000000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                           999
bill                                                                                                                                                                                                                                                                          999
tom                                                                                                                                                                                                                                                                           999
tom                                                                                                                                                                                                                                                                           999
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                          2000
bill                                                                                                                                                                                                                                                                         2000
tom                                                                                                                                                                                                                                                                          2000
tom                                                                                                                                                                                                                                                                          2000
bob                                                                                                                                                                                                                                                                             0
bill                                                                                                                                                                                                                                                                            0
tom                                                                                                                                                                                                                                                                             0
tom                                                                                                                                                                                                                                                                             0
bob                                                                                                                                                                                                                                                                          1000
bill                                                                                                                                                                                                                                                                         1000
tom                                                                                                                                                                                                                                                                          1000
tom                                                                                                                                                                                                                                                                          1000

--- 40 row(s) selected.
>>--    <ufi-input>
>>      select var_char, col_2
+>      from svsel13,svsel11
+>      for stable access;

VAR_CHAR                                                                                                                                                                                                                                                     COL_2
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  --------------------

bob                                                                                                                                                                                                                                                                           200
bill                                                                                                                                                                                                                                                                          200
tom                                                                                                                                                                                                                                                                           200
tom                                                                                                                                                                                                                                                                           200
bob                                                                                                                                                                                                                                                                    1000000000
bill                                                                                                                                                                                                                                                                   1000000000
tom                                                                                                                                                                                                                                                                    1000000000
tom                                                                                                                                                                                                                                                                    1000000000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                           999
bill                                                                                                                                                                                                                                                                          999
tom                                                                                                                                                                                                                                                                           999
tom                                                                                                                                                                                                                                                                           999
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                          2000
bill                                                                                                                                                                                                                                                                         2000
tom                                                                                                                                                                                                                                                                          2000
tom                                                                                                                                                                                                                                                                          2000
bob                                                                                                                                                                                                                                                                             0
bill                                                                                                                                                                                                                                                                            0
tom                                                                                                                                                                                                                                                                             0
tom                                                                                                                                                                                                                                                                             0
bob                                                                                                                                                                                                                                                                          1000
bill                                                                                                                                                                                                                                                                         1000
tom                                                                                                                                                                                                                                                                          1000
tom                                                                                                                                                                                                                                                                          1000

--- 40 row(s) selected.
>>--    <ufi-input>
>>      select var_char, col_2
+>      from svsel13,svsel11
+>      for repeatable access;

VAR_CHAR                                                                                                                                                                                                                                                     COL_2
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  --------------------

bob                                                                                                                                                                                                                                                                           200
bill                                                                                                                                                                                                                                                                          200
tom                                                                                                                                                                                                                                                                           200
tom                                                                                                                                                                                                                                                                           200
bob                                                                                                                                                                                                                                                                    1000000000
bill                                                                                                                                                                                                                                                                   1000000000
tom                                                                                                                                                                                                                                                                    1000000000
tom                                                                                                                                                                                                                                                                    1000000000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                         -1000
bill                                                                                                                                                                                                                                                                        -1000
tom                                                                                                                                                                                                                                                                         -1000
tom                                                                                                                                                                                                                                                                         -1000
bob                                                                                                                                                                                                                                                                           999
bill                                                                                                                                                                                                                                                                          999
tom                                                                                                                                                                                                                                                                           999
tom                                                                                                                                                                                                                                                                           999
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                      -1000000
bill                                                                                                                                                                                                                                                                     -1000000
tom                                                                                                                                                                                                                                                                      -1000000
tom                                                                                                                                                                                                                                                                      -1000000
bob                                                                                                                                                                                                                                                                          2000
bill                                                                                                                                                                                                                                                                         2000
tom                                                                                                                                                                                                                                                                          2000
tom                                                                                                                                                                                                                                                                          2000
bob                                                                                                                                                                                                                                                                             0
bill                                                                                                                                                                                                                                                                            0
tom                                                                                                                                                                                                                                                                             0
tom                                                                                                                                                                                                                                                                             0
bob                                                                                                                                                                                                                                                                          1000
bill                                                                                                                                                                                                                                                                         1000
tom                                                                                                                                                                                                                                                                          1000
tom                                                                                                                                                                                                                                                                          1000

--- 40 row(s) selected.
>>--    <ufi-input>
>>      select firstt.small_int, secondd.small_int
+>      from btsel01 firstt,btsel01 secondd
+>      for browse access;

SMALL_INT  SMALL_INT
---------  ---------

       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10
       10         90
       10         90
       10       8000
       10       9000
       10       2000
       10         80
       10       1000
       10         10
     1000         90
     1000         90
     1000       8000
     1000       9000
     1000       2000
     1000         80
     1000       1000
     1000         10
       80         90
       80         90
       80       8000
       80       9000
       80       2000
       80         80
       80       1000
       80         10
     2000         90
     2000         90
     2000       8000
     2000       9000
     2000       2000
     2000         80
     2000       1000
     2000         10
     9000         90
     9000         90
     9000       8000
     9000       9000
     9000       2000
     9000         80
     9000       1000
     9000         10
     8000         90
     8000         90
     8000       8000
     8000       9000
     8000       2000
     8000         80
     8000       1000
     8000         10
       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.small_int, secondd.small_int
+>      from btsel01 firstt,btsel01 secondd
+>      for stable access;

SMALL_INT  SMALL_INT
---------  ---------

       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10
       10         90
       10         90
       10       8000
       10       9000
       10       2000
       10         80
       10       1000
       10         10
     1000         90
     1000         90
     1000       8000
     1000       9000
     1000       2000
     1000         80
     1000       1000
     1000         10
       80         90
       80         90
       80       8000
       80       9000
       80       2000
       80         80
       80       1000
       80         10
     2000         90
     2000         90
     2000       8000
     2000       9000
     2000       2000
     2000         80
     2000       1000
     2000         10
     9000         90
     9000         90
     9000       8000
     9000       9000
     9000       2000
     9000         80
     9000       1000
     9000         10
     8000         90
     8000         90
     8000       8000
     8000       9000
     8000       2000
     8000         80
     8000       1000
     8000         10
       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.small_int, secondd.small_int
+>      from btsel01 firstt,btsel01 secondd
+>      for repeatable access;

SMALL_INT  SMALL_INT
---------  ---------

       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10
       10         90
       10         90
       10       8000
       10       9000
       10       2000
       10         80
       10       1000
       10         10
     1000         90
     1000         90
     1000       8000
     1000       9000
     1000       2000
     1000         80
     1000       1000
     1000         10
       80         90
       80         90
       80       8000
       80       9000
       80       2000
       80         80
       80       1000
       80         10
     2000         90
     2000         90
     2000       8000
     2000       9000
     2000       2000
     2000         80
     2000       1000
     2000         10
     9000         90
     9000         90
     9000       8000
     9000       9000
     9000       2000
     9000         80
     9000       1000
     9000         10
     8000         90
     8000         90
     8000       8000
     8000       9000
     8000       2000
     8000         80
     8000       1000
     8000         10
       90         90
       90         90
       90       8000
       90       9000
       90       2000
       90         80
       90       1000
       90         10

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_2
+>      from pvsel03 firstt,pvsel03 secondd
+>      for browse access;

NEW_NAME_2 
-----------

       5.00
       5.00
       5.00
       5.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_2
+>      from pvsel03 firstt,pvsel03 secondd
+>      for stable access;

NEW_NAME_2 
-----------

       5.00
       5.00
       5.00
       5.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_2
+>      from pvsel03 firstt,pvsel03 secondd
+>      for repeatable access;

NEW_NAME_2 
-----------

       5.00
       5.00
       5.00
       5.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00
       6.00

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_1, secondd.medium_int
+>      from svsel13 firstt,svsel13 secondd
+>      for browse access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        90         1000
        90         1000
        80          999
        80          999
        80          999
        90          999
        80         2000
        80         2000
        80         2000
        90         2000

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_1, secondd.medium_int
+>      from svsel13 firstt,svsel13 secondd
+>      for stable access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        90         1000
        90         1000
        80          999
        80          999
        80          999
        90          999
        80         2000
        80         2000
        80         2000
        90         2000

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.new_name_1, secondd.medium_int
+>      from svsel13 firstt,svsel13 secondd
+>      for repeatable access;

NEW_NAME_1  MEDIUM_INT 
----------  -----------

        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        80         1000
        90         1000
        90         1000
        80          999
        80          999
        80          999
        90          999
        80         2000
        80         2000
        80         2000
        90         2000

--- 16 row(s) selected.
>>--    <ufi-input>
>>      select firstt.col_1, secondd.col_10
+>      from btsel05 firstt,btsel05 secondd
+>      for browse access;

COL_1  COL_10
-----  ------

pablo  percy 
lowry  percy 
lowry  percy 
lowry  percy 
howie  percy 
lowry  percy 
lowry  percy 
peggy  percy 
pablo  madge 
lowry  madge 
lowry  madge 
lowry  madge 
howie  madge 
lowry  madge 
lowry  madge 
peggy  madge 
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.col_1, secondd.col_10
+>      from btsel05 firstt,btsel05 secondd
+>      for stable access;

COL_1  COL_10
-----  ------

pablo  percy 
lowry  percy 
lowry  percy 
lowry  percy 
howie  percy 
lowry  percy 
lowry  percy 
peggy  percy 
pablo  madge 
lowry  madge 
lowry  madge 
lowry  madge 
howie  madge 
lowry  madge 
lowry  madge 
peggy  madge 
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select firstt.col_1, secondd.col_10
+>      from btsel05 firstt,btsel05 secondd
+>      for repeatable access;

COL_1  COL_10
-----  ------

pablo  percy 
lowry  percy 
lowry  percy 
lowry  percy 
howie  percy 
lowry  percy 
lowry  percy 
peggy  percy 
pablo  madge 
lowry  madge 
lowry  madge 
lowry  madge 
howie  madge 
lowry  madge 
lowry  madge 
peggy  madge 
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  
pablo  junk  
lowry  junk  
lowry  junk  
lowry  junk  
howie  junk  
lowry  junk  
lowry  junk  
peggy  junk  

--- 64 row(s) selected.
>>--    <ufi-input>
>>      select char_1, btsel02.pic_x_1, pic_9_7
+>      from btsel01,btsel02,btsel03
+>      for browse access;

CHAR_1  PIC_X_1  PIC_9_7
------  -------  -------

D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80

--- 512 row(s) selected.
>>--    <ufi-input>
>>      select char_1, btsel02.pic_x_1, pic_9_7
+>      from btsel01,btsel02,btsel03
+>      for stable access;

CHAR_1  PIC_X_1  PIC_9_7
------  -------  -------

D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80

--- 512 row(s) selected.
>>--    <ufi-input>
>>      select char_1, btsel02.pic_x_1, pic_9_7
+>      from btsel01,btsel02,btsel03
+>      for repeatable access;

CHAR_1  PIC_X_1  PIC_9_7
------  -------  -------

D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       Q             90
A       Q             50
A       Q             80
A       Q             80
A       Q             50
A       Q            100
A       Q             80
A       Q             80
A       B             90
A       B             50
A       B             80
A       B             80
A       B             50
A       B            100
A       B             80
A       B             80
A       C             90
A       C             50
A       C             80
A       C             80
A       C             50
A       C            100
A       C             80
A       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       Q             90
E       Q             50
E       Q             80
E       Q             80
E       Q             50
E       Q            100
E       Q             80
E       Q             80
E       B             90
E       B             50
E       B             80
E       B             80
E       B             50
E       B            100
E       B             80
E       B             80
E       C             90
E       C             50
E       C             80
E       C             80
E       C             50
E       C            100
E       C             80
E       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       Q             90
C       Q             50
C       Q             80
C       Q             80
C       Q             50
C       Q            100
C       Q             80
C       Q             80
C       B             90
C       B             50
C       B             80
C       B             80
C       B             50
C       B            100
C       B             80
C       B             80
C       C             90
C       C             50
C       C             80
C       C             80
C       C             50
C       C            100
C       C             80
C       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       Q             90
D       Q             50
D       Q             80
D       Q             80
D       Q             50
D       Q            100
D       Q             80
D       Q             80
D       B             90
D       B             50
D       B             80
D       B             80
D       B             50
D       B            100
D       B             80
D       B             80
D       C             90
D       C             50
D       C             80
D       C             80
D       C             50
D       C            100
D       C             80
D       C             80

--- 512 row(s) selected.
>>--    <end-input>
>>
>>
>>-- <testcase A6>
>>
>>--    <detail>
>>--    join simple select test - this tests the selection of aggregate
>>--    functions (COUNT, AVG, MAX, MIN, SUM).  Aggregates are selected
>>--    from multiple tables with no WHERE, GROUP BY, or HAVING clauses.
>>
>>--    <switches>
>>--     pat-file uoutpat <mypat>
>>
>>--    <templates>
>>--     US00
>>
>>--    <ufi-input>
>>      select count(*)
+>      from btsel01 firstt, btsel01 secondd;

(EXPR)              
--------------------

                  64

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select count(*)
+>      from btsel01,pvsel01;

(EXPR)              
--------------------

                  64

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select count(*)
+>      from svsel11,btsel01;

(EXPR)              
--------------------

                  80

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select avg(firstt.medium_int)
+>      from pvsel01 firstt, pvsel01 secondd;

(EXPR)              
--------------------

                7375

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select avg(ALL firstt.pic_comp_1)
+>      from svsel13 firstt, svsel13 secondd;

(EXPR)              
--------------------

                 300

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select max(btsel01.binary_64_s)
+>      from btsel01, btsel03;

(EXPR)               
---------------------

             2000.000

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select max(ALL large_int)
+>      from pvsel01;

(EXPR)              
--------------------

          1000000000

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select AVG(distinct  pvsel01.medium_int)
+>      from pvsel01, pvsel04;

(EXPR)              
--------------------

                6600

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select SUM(distinct secondd.binary_64_s)
+>      from btsel01 firstt, btsel01 secondd;

(EXPR)               
---------------------

             4900.000

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select count(distinct firstt.medium_int)
+>      from pvsel01 firstt, pvsel01 secondd;

(EXPR)              
--------------------

                   5

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select avg(ALL firstt.binary_32_u + secondd.pic_comp_1)
+>      from btsel01 firstt, btsel01 secondd;

(EXPR)               
---------------------

               715.00

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select max( pvsel03.new_name_1 *  svsel13.new_name_1)
+>      from pvsel03, svsel13;

(EXPR)              
--------------------

                8100

--- 1 row(s) selected.
>>-- <ufi-input>
>>    select (sum( pvsel01.pic_decimal_3) +
+>            sum( btsel01.small_int)) / 100
+>    from pvsel01,btsel01;

(EXPR)              
--------------------

                1624

--- 1 row(s) selected.
>>--    <ufi-input>
>>      select sum( btsel01.pic_decimal_3),
+>             avg( pvsel01.pic_decimal_3),
+>             max( btsel01.pic_decimal_3),
+>             min( pvsel01.pic_decimal_3),
+>             count(distinct  btsel01.pic_decimal_3),
+>             count(*)
+>      from pvsel01,btsel01;

(EXPR)                (EXPR)                (EXPR)  (EXPR)  (EXPR)                (EXPR)
--------------------  --------------------  ------  ------  --------------------  --------------------

                 288                     4       8       1                     8                    64

--- 1 row(s) selected.
>>--    <end-input>
>>
>>
>>
>>-- <end-test>
>>LOG;
