01 ex-record.
               03 record-key           pic 9(5). 
               03 record-data          pic x(95). 
                  			 This area is used when reading and writing records to and from the data file. When setting up the FCD later in this tutorial, you set fcd-record-address to the address of ex-record.
Ensure that your changes so far compile successfully.