Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dwh123

    check if table exist

    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.
  2. dwh123

    Fastload's NOTIFY EXIT

    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...
  3. dwh123

    Fastload's NOTIFY EXIT

    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?

Part and Inventory Search

Back
Top