Paul Gilmartin wrote:

>I need to make a few changes to a CLIST ISPF EDIT macro.  (I haven't
>jurisdiction to convert it to Rexx.)  So I do:
>
>    ISREDIT CAPS OFF
>    ISREDIT CHANGE ALL NX  "Foo"  "/dev/null"
>    EXIT
>
>And my string   "Foo"
>gets changed to "/DEV?NULL"

CONTROL ASIS

or

ISREDIT CHANGE ALL NX  c"Foo"  "/dev/null"c


>Problem does not occur from command line, nor from Rexx macro.

Rexx macro? If you haven't jurisdiction to convert to Rexx, how did you find 
out the problem is not with Rexx? Just curious of course... :D

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to