Running a command within " "
Author: lalitpct@gmail.com (lalitpct)
Original command
activate "uosunix".commandout("isql -U %%id.dummy -P %%pass.dummy -S %%$$server",script_output)
I want to run command inside a command , how i can do that as shown below trying to run $decode("AES", $decode("BASE64",v_enc1[33]), "password Decryption", "CBC", v_iv) inside parenthesis
activate "uosunix".commandout("isql -U %%id.dummy -P "$decode("AES", $decode("BASE64",v_enc1[33]), "password Decryption", "CBC", v_iv)" -S %%$$server"
,script_output)