Using [NOT] RECORD filename EXISTS
Robert J.M. Edis
robert.edis@creatcomp.com
Mon, 17 Jul 2000 17:36:49 -0400
G'day all
Can anyone tell me which is more efficient and results in better
performance, if at all, of the following syntax options please?
DEFINE d_xyz CHAR*1 = "Y" IF RECORD abc EXISTS ELSE "N"
Vs.
DEFINE d_xyz CHAR*1 = "N" IF NOT RECORD abc EXISTS ELSE "Y"
Regards,
Blue
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.