Table assignment
Your assignment is to add a table to the existing program and use the table to 
produce the output.  The table you need to add uses direct subscripts.  The first
soup (Seafood Chowder) is referenced if the number coming in is 1.  The second 
soup (Corn Chowder) is referenced if the number coming in is 2.  The valid soup 
numbers are 1 - 9.
  
The soups are:
- Seafood Chowder
 - Corn Chowder
 - Clam Chowder
 - Tomato Soup
 - Chicken Soup
 - Vegetable Soup
 - Onion Soup
 - Green Pea Soup
 - Wonton Soup
 
The program is named dirsoupt.cbl (you might find it easier to use dirsoupt.html).
The data file is soupdir.dat.
You have two weeks to do this assignment.