Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Rexx how can read and write to a member

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm trying to read a record from a member (Like "This is a Test), and then write the record to a new member. However, it seems that the Rexx code converts the text into upper case (Like "THIS IS A TEST"). How can this be avoided?
 
A 'pull' will shift the pulled text to uppercase because 'pull' is shorthand for 'parse upper pull'. To avoid having 'pull' shift to uppercase use 'parse pull'.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top