Display first few characters only

I have a file with one or two lengthy lines like....
masterUserID = 'S' OR masterUserID = 'S' OR masterUserID = 'S' (many many more times)

How do I display only the first few hundred characters from each line.

cut -c1-100 < filename