Does scala have a DATA section in program for putting data

As Justin said, there are a lot of options

You can have global constants inside an object
You may have some kind of text file in the src/main/resource
You may rather let the user give you the path of the file to read