×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Only things I'm aware of convert the string you pass to it.
You'd have to parse the string to find the beginning and ending quotes and ignore that part...
I'm sure that there's a simple SQL trick to scan-and-replace up to but not including the first ", resuming after the 2nd ", but I'm only dangerous with SQL.
Or maybe scan-and-replace from both ends towards the middle, and stop at the " (assuming only one "quoted string" in the string being changed).
The MC Press article mentions that changing bit #1 in an EBCDIC character will force lower to uppercase.
I'm assuming the quoted portion is not in a fixed position.
I've used QDCXLATE for a complete string (
https://www.ibm.com/support/knowledgecenter/ja/ssw_i5_54/apis/QDCXLATE.htm)
MC Press had this roll-your-own article:
https://www.mcpressonline.com/programming/rpg/toupperconvert-lowercase-letters-to-uppercase
In CL:
https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/rbam6/rbam6upperbif.htm
In SQL:
http://www.rpgpgm.com/2015/02/changing-case-using-sql.html
Paul E Musselman
PaulMmn@xxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.