Search found 82 matches

by Triton46
Wed Feb 12, 2003 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSExecute/ExecSH
Replies: 6
Views: 6442

DSExecute/ExecSH

Is there a way to pass parameters from a batch job to a unix script without the use of a text file?

I have a batch file that invokes dsjob in a unix script and I would like to pass the parameters from that batch to the job being called by dsjob.
by Triton46
Tue Feb 11, 2003 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running job in another project...
Replies: 8
Views: 1543

quote:There's nothing wrong with having a job in Project1 write its parameter values to a text file, and having a job in Project2 read its parameter values from that text file. No, we do some of that already. The problem is that these jobs are inline with other dependecies after them. Is it possible...
by Triton46
Mon Feb 10, 2003 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running job in another project...
Replies: 8
Views: 1543

No way to trick DSAttachJob to do a change directory? We have three jobs... Master1Batch = passes table_name, schema_name, and where clause CustomerBatch = passes these parameters in a loop to the job CustomerJob = runs the OCI with the above as dynamic parameters CustomerJob now sits in another pro...
by Triton46
Mon Feb 10, 2003 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to give Default value for a date Target column.In
Replies: 4
Views: 1570

You're trying to put a large column into a small column. You must go into the transform and change the value.

IE:

DB Column = Varchar(30)
DS Column = Varchar(10)
by Triton46
Mon Feb 10, 2003 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running job in another project...
Replies: 8
Views: 1543

Running job in another project...

I know you can run a dsjob -run script, but I am looking to run a batch job in Project1 which will kick off a DS job in Project2.

Can this be done through the batch job? with DSAttachJob (JobName, DSJ.ERRFATAL)?
by Triton46
Fri Feb 07, 2003 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stored Procedure Call with parameters
Replies: 9
Views: 3453

Only a DBA can kill a procedure.
by Triton46
Fri Feb 07, 2003 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job Execution
Replies: 7
Views: 2960

What version are you working with? I recently discovered a bug with a job which is looped X number of sources. Some sources would pass through fine but others would not. I tried cleaning every column coming through, which eliminated some of the problem, but was still getting abnormal termination of ...