1. Before you can build a new component you must indicate which file on the AS/400 to use and on which AS/400 or server the file resides.  
    True
    False
  2. You can create another component to display a list of customers with their numbers. The part you create is a ________.  
    List box
    Combination box
    Subfile
  3. To create the action subroutine to fill the subfile, you use the ________ event.  
    PRESS
    ACTIVATE
    CREATE
  4. You might want to add the file keyword BLOCK(*YES) in applications that use SETTLL or CHAIN. This allows the RPG compiler to define blocking even if these operation codes are used to access the file.  
    True
    False
  5. When you double-click on a subfile part, an _______ event is signalled.  
    CREATE
    ACTIVATE
    ENTER
  6. You use the ________ operation to retrieve a selected record from the subfile.  
    SHOWWIN
    GETATR
    READS
  7. To pass the selected customer number back to the calling component, you need to create ________ field to contain the customer number.  
    a Static Text
    an Entry
    Combination box