In <[email protected]>, on 04/01/2014
   at 10:27 PM, CM Poncelet <[email protected]> said:

>You can either code ADDRESS ISREDIT followed by the edit commands 
>e.g. FIND <string> (without ISREDIT or quotes), or not code 
>ADDRESS ISREDIT but code "ISREDIT <edit command etc.>" (in quotes) 
>for each edit command, as in e.g. "ISREDIT FIND <string>" etc.

Those aren't the only choices. Also, the quotes may or may not be
needed, depending on your code. E.g., if for some bizarre reason you
have a variable called ISREDIT, then you need to quote the constant
"ISREDIT". Likewise if NOVALUE is enabled.

 address ISREDIT
 foo
 bar

 address ISREDIT foo
 address ISREDIT bar

 address TSO
 ISREDIT foo
 ISREDIT bar

are equivalent.

 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to