I would like to be able to do something like the following:
if data ONE exists then do {x,y,z};
else create data ONE; do {x,y,z};
basically i want a way to see if a permanent dataset already exists...
any ideas?
Thanks. (i'm new to this forum, and all programming forums, so bear with me!)
Seedubbs
if data ONE exists then do {x,y,z};
else create data ONE; do {x,y,z};
basically i want a way to see if a permanent dataset already exists...
any ideas?
Thanks. (i'm new to this forum, and all programming forums, so bear with me!)
Seedubbs