I am doing what I think is a simple Proc Print of a long textual field into an HTML file. When I first started, the HTML source code would include a nowrap command so the text would continue going to the right.
Later, I copied my code into another code window, and the HTML output started started wrapping to the HTML viewer window automatically as if someone was removing the nowrap command for me.
Now that I have copied the same piece of code into enough other projects, I am seeing cases where the text will not wrap again. The stated ODS and Proc Print commands are the same. I have even run the codes where they appear in the same EG4 viewer window, and the outputs are still different.
Does anyone know what might cause this difference? I am leaning toward something different in the datafiles I am reporting on rather than my Proc Print commands, but I don't have any idea where to start looking if that is the case.