Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

set define off;

I have a master script that creates about 30 tables. If I do not put this command in the very first line
set define off;
, I will get popup boxes when I run the script asking for a value "v1";

Why is that?
ASKER CERTIFIED SOLUTION
Avatar of Sean Stuber
Sean Stuber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brgdotnet

ASKER

Awesome, thanks !