|
David, the procedure simply removes the "outside" quotes, not the inside
ones. If the string doesn't have any surrounding quotes then no harm.
RUNSQL2 CMD('update truc set ma=''hello'' where myzone = ''blah blah''')
REXX session:
'update truc set ma=''hello'' where myzone = ''blah blah'''
update truc set ma=''hello'' where myzone = ''blah blah''
Press ENTER to end terminal session.
One extra call in the REXX and problem solved. In my opinion the extra
flexibility and validation the command interface provides offsets
working with quotes.
-----Original Message-----
I'll be sticking to my original command with a CL as a CPP. Imagine this
command :
RUNSQL2 CMD('update truc set ma=''hello'' where myzone = ''blah blah''')
etc, it's simply unworkable.
But thanks for the interesting REXX functions that I completely ignored
the existance of until now.
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.