I've a requirement to create a error control table via status handling in DI job. But I couldn't do it (getting error) since my staging and target table is Oracle.
Please suggest to come past the error.
I don't have any of the details either. It was a question thrown to me during seminar. Any possibilities to guess the solution without the log?
Guess, yes, but guessing right, no.
It could be thousands of reasons for this.
What do you mean by "error control table"? It could mean different things to different people.
It is important to remember that it is impossible to trap every possible error that might happen in a data staging job and deal with it programmatically.
However it is easy to ensure that if an error does occur, that your job deals with it in a standard way - for example automatically doing no further processing by going into syntax-check mode (OPTIONS SYNTAXCHECK;).
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.