you should be able to
select * from tab where table_name = 'history';
Then check your return codes for a hit/miss and code the
delete or create accordingly.
There are other tables in the catalog but tab should work.
I am not getting an error. I am trying to figure out how to access the text string which is I put in the fastload notify exit command. If my fastload script has:
NOTIFY HIGH EXIT libxyz.so TEXT "hello";
My first question is - What event code from fastload will pass in the text...
I am trying to use the NOTIFY EXIT feature of fastload.
I can not get the TEXT "string" to work. What parameter do I need to add to FLNotifyExitParm, or is the text passded in to my exit routine with one of the existing parameters? What event level will pass this string in?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.