sql - Suppress output of variables substitution in sqlplus -


I want to suppress the output of the following lines

  old 9: and FROMDAT & Lt; = TO_DATE ('& amp; Duedate', 'YYYYMMDD') New 9: and FROMDAT & lt; = TO_DATE ('20091031', 'YYYYMMDD') old 10: and TODAT & gt; TO_DATE ('& amp; Duedate', 'YYYYMMDD') New 10: and TODAT & gt; TO_DATE ('20091031', 'YYYYMMDD')   

How do I get it?

Term off and feedback close is already set.

turn off SET verification .

Comments