Search found 5 matches

by mayods1
Fri Sep 05, 2008 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Log file
Replies: 1
Views: 1450

Fatal Log file

I ran a job that gave a SIGINT error yesterday. I have since reset the job and ran it successfully. However, when I look at the log from the command line, it still shows the SIGINT error in it. I was using this for a command: dsjob -logsum -type FATAL -max 10 <Project Name> <Job Name> Does anyone kn...
by mayods1
Thu May 10, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter passing
Replies: 5
Views: 2426

mctny wrote:did you try to pass those parameters within a single or double quote?
Both
by mayods1
Thu May 10, 2007 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter passing
Replies: 5
Views: 2426

Parameter passing

Anyone know how to pass parameters to DataStage via a shell script calling dsjob when the parameter value has spaces in it? I.e. Select Name from Customer As long as there are no spaces in the parameter value, it works fine, but I get a -9999 DSJE_DSJOB_ERROR when I try to pass the parameter value w...
by mayods1
Fri Apr 06, 2007 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking to see if a DS job is compiled
Replies: 4
Views: 1600

From my shell script, I want to check whether or not the job has been compiled. If it has not, I want to abort the script.

Thanks
by mayods1
Fri Apr 06, 2007 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking to see if a DS job is compiled
Replies: 4
Views: 1600

Checking to see if a DS job is compiled

Is there a way to check to see if a job has been compiled from the command line or shell script? I have been trying to use dsjob -jobinfo but it doesn't seem to work.

Thanks