I want to use the command SBMRMTCMD.
Inside this command, I want to put an other command with parameters and
quotes (')
For example, SBMRMTCMD cmd('ADDWWWUSR par1('AAAAA') par2('BBBBB') ')etc...
how can I manage the quotes inside the command ????
Thanks for your help.
In <702ie1$lrr$1...@platane.wanadoo.fr>, on 10/14/98
>Hello,
>Thanks for your help.
--
-----------------------------------------------------------
boo...@ibm.net
Booth Martin
-----------------------------------------------------------
One technique is to build variable strings (CHGVAR) with the desired
contents (parms and quotes). Note too, that double quotes can sometimes
be used within a single quoted string.
Dick Daniels
http://www.wynth.com/
Regards, Chuck
All comments provided "as is" with no warranties of any kind whatsoever.
Pierre GRUFFAZ wrote:
> I want to use the command SBMRMTCMD.
>
> Inside this command, I want to put an other command with parameters and
> quotes (')
>
> For example, SBMRMTCMD cmd('ADDWWWUSR par1('AAAAA') par2('BBBBB') ')etc...
>
You don't need the quotes. I use SBMRMTCMD extensively in a set of
programs I wrote, and I do substring replaces to change the parameters
within the command I am submitting. It works fine without quotes.
Terry Herrin
Sr. Programmer/Analyst
New Hanover Regional Medical Center
Wilmington, NC