Hi,
We are using a retail AS400 package which allows us to enter only Uppercase letters in their display files. Whatever we enter it takes the uppercase of that letter and stores the same in display file.
I have checked display file and it does not have any field restrictions like CHECK(UC) or CHGINPDFT etc.
Our in house display file allows entering data in lower case. Is it something related to SYSVAL? When ever we execute their display file they might be setting some SYSVAL which makes all the values to uppercase?
We have to change one of their display file to allow lowercase letters but instead of changing each and every field's attribute I would like to see if there is some SYSVAL which is forcing the upprecase letter and change it before calling the program.
Any ideas?
Thanks in advance.
Thanks,
Ravi
We are using a retail AS400 package which allows us to enter only Uppercase letters in their display files. Whatever we enter it takes the uppercase of that letter and stores the same in display file.
I have checked display file and it does not have any field restrictions like CHECK(UC) or CHGINPDFT etc.
Our in house display file allows entering data in lower case. Is it something related to SYSVAL? When ever we execute their display file they might be setting some SYSVAL which makes all the values to uppercase?
We have to change one of their display file to allow lowercase letters but instead of changing each and every field's attribute I would like to see if there is some SYSVAL which is forcing the upprecase letter and change it before calling the program.
Any ideas?
Thanks in advance.
Thanks,
Ravi
Comment