SELECT and suppress "Record xxx is not on file" error
129 views
Skip to first unread message
Greg Motter
unread,
Sep 23, 2022, 12:14:36 PM9/23/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jBASE
Ignorant question here, but I don't remember this being such an issue on Universe. But is there a way in a SELECT statement to suppress the "Record xxx is not on file" error? Can do this with a DuoSelect, but seems there should be an easier way to just suppress the errors which slow it down so much.
Clifford Ponce
unread,
Dec 10, 2022, 12:14:03 AM12/10/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jBASE
If you are using an EXECUTE in a program to run the statement use the CAPTURING and RETURNING clauses to suppress screen output.
David Lamoree
unread,
Feb 6, 2023, 9:45:55 PM2/6/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jBASE
If you haven't already resolved this, use the "(R" option at the end of the select statement. For example: SELECT VENDOR (R. This also works for the any other jBASE function (eg; SORT, LIST, COUNT, etc).