1,240 pts.
 Parameter value in uppercase
Hi i have a problem in entry program ,when i get parameter value its convert to upercase Ex.  i have enter Inv after go to program it become INV

Software/Hardware used:
ASKED: April 26, 2012  11:03 AM
UPDATED: April 26, 2012  2:33 PM

Answer Wiki:
if you are entering from a command line you need single quotes around it: CALL PRGM1 ('Inv') if you are entering the Inv in a screen field, the field needs to be defined to allow lowercase; otherwise it will convert the parameter Adding to the above, consider whether the processed information has actually been shifted to upper case. When you render the information, ensure the rendering command or engine is capable of displaying both upper and lower case. Or is that exactly the problem?
Last Wiki Answer Submitted:  April 26, 2012  2:33 pm  by  Michael Tidmarsh   14,000 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   14,000 pts. , 10142   30 pts. , BigKat   7,205 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _