Page 1 of 1

Changing a string to null using edit macro.

Posted: Mon Jan 13, 2014 1:49 pm
by harish123
Hi,

I'm trying to create a simple edit macro which will replace the string to "nothing (null)". Could anyone let me know how to blank out the string '.&SYSUID'. I've tried with this but it didn't work:

Code: Select all

"ISREDIT C P'.&SYSUID'   ' '  ALL"

Re: Changing a string to null using edit macro.

Posted: Fri Jan 17, 2014 3:39 pm
by Anuj Dhawan
Hi Harish,

Remove "P" from your code and try again.

Re: Changing a string to null using edit macro.

Posted: Fri Jan 17, 2014 3:57 pm
by zprogrammer
Harish,

What is NULL to you

Code: Select all

' ' OR ''