I need to know what is wrong with this code

In function 'void setup()':
sketch_nov12a:17:20: error: 'DEFAULT_FILE_NAME' was not declared in this scope
   myFile = SD.open(DEFAULT_FILE_NAME);
                    ^~~~~~~~~~~~~~~~~

Add:
#define DEFAULT_FILE_NAME "elfo.txt"