in reply to Re: Processing SQL thru DB2 interface
in thread Processing SQL thru DB2 interface

My apologies if this seems vague. Yes I would love to use the DBI(used often in past) however, the DB2 system is on MVS. OOPs sorry DBI not allowed!! I checked %ENV but have not found the necessary info for getting the DB2 process to hear me properly. The best I have gotten so far is to get a DB2 command window open with NO input( not really thrilled with an uncontrolled window).
  • Comment on Re: Re: Processing SQL thru DB2 interface

Replies are listed 'Best First'.
Re: Re: Re: Processing SQL thru DB2 interface
by perrin (Chancellor) on Jul 15, 2002 at 00:33 UTC
    Are you sure? The OS that the server runs on shouldn't make a difference. The DBD::DB2 module accesses it in the same way that the DB2 client program does.