search for string and return substring

Hi,

I have a file with the following contents:

I need to create a script or search command that will search for this string 'ENDC' in the file. This string is unique and only occurs in one record. Once it finds the string, I would like it to return positions 101-109 ( this is the date of last update).

Any help is appreciated.

Continue here.