1. You open a file from CPO following these steps:  
    Select object filter, right click on the source member and then select CODE Edit from the pop-up menu.
    Right click on the source member, select the member filter and then select CODE Edit from the pop-up menu.
    Select a member filter. Right click on the source member and then select CODE Edit from the pop-up menu.
  2. Another name for tokens is:  
    Attributes
    Indicators
    Specification fields or columns
  3. When you open a source member or file, you cannot change it until this token highlighting process completes.  
    True
    False
  4. When you make changes to a line, the colors of the tokens are updated before you move your cursor off of the line.  
    True
    False
  5. The status line in an Editor window shows me:  
    The right and left margins for source input.
    The format of the specification I am working on.
    The row and column position of the cursor and whether the Editor is in Insert or Replace mode.
  6. To show only comment lines in the source:  
    Select Comments > View > Show.
    Select View > Show > Comments.
    Select Show > Comments > View.
  7. To find all occurrences of a particular string in the source, I can use:  
    Show menu bar choice.
    The Find String command.
    The Filter menu choice.
  8. To determine the beginning and ending of constructs I can use the:  
    The View option.
    The Indent option.
    The Show option.
  9. At the top of the editing area is a line that can help me keep track of the columns in my ILE RPG/400 specification lines. The line is:  
    A command line.
    A status line.
    A format line.
  10. If I want to insert lines into a file using prompts, I can select the Insert prompt from the Edit meun bar choice. The Editor displays prompt windows to insert RPG specification lines until I select Cancel.  
    True
    False
  11. I can press F1 on specification fields. A help window appears. Some words in the help appear in different color. These are help links to additional help on that word.  
    True
    False
  12. Pressing Alt+N moves your cursor to the previous error in the file.
  13.   

    True
    False
  14. Automatic syntax checking by default is turned on for ILE RPG source which means the syntax of each line of source code is automatically checked when you make a change to a line and move the cursor off of it.  
    True
    False