A PULL REXX statement is reading a line of the EDQ but it is translating it to uppercase.
The data is case sensitive.
pull line
Release : 13.5
Component : OPS/MVS
To preserve the case use the PARSE PULL instruction:
parse pull line