Search found 2 matches

by btaylor
Wed Dec 07, 2005 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using a job parameter for DB2 user password
Replies: 1
Views: 457

Using a job parameter for DB2 user password

I am trying to use a job parameter for the user password of a DB2 table but I cannot figure out how to enter it. If enter the actual password in the password field the job works fine. If I create a job parameter for the password and enter the parameter name in the password field the job fails on inv...
by btaylor
Mon Nov 28, 2005 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem combining 2 inputs
Replies: 1
Views: 519

Problem combining 2 inputs

I am new to DataStage and I am having a problem combining 2 inputs. I have a sequential file which I need to load into a DB2 table. The table contains a serial number which is obtained from a sequence. The next sequence number is obtained by entering the following custom SQL satement: select next va...