Search found 19 matches

by arunkumar1111
Tue Jul 08, 2008 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending to an exiting file in the routine
Replies: 2
Views: 1231

Appending to an exiting file in the routine

Hi I need to find write job info of few jobs into a single file. I'm using following to write into the file Openpath LogDir to t.fvar then write JobStat to t.fvar, FileName else call DSLogWarn("Failed to write file ":FileName:" to directory ":LogDir, "GetJobLog") end Th...
by arunkumar1111
Fri Jul 04, 2008 7:06 am
Forum: General
Topic: How to export one job from command line
Replies: 3
Views: 2229

Exporting datastage job from command line

you can use DSEXPORT command

DsExport /H=<Host> /U=<User> /P=Password /JOB=<Job Name> <project> <Location>
by arunkumar1111
Fri Jul 04, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Modify stage
Replies: 1
Views: 765

Error in Modify stage

Hi I use modify stage is used to convert a string to decimal and created a data set. When this data set is used as look up I'm getting the following warning "When checking operator: When binding output schema variable "outRec": When binding output interface field "Col1" to f...
by arunkumar1111
Sun Jun 29, 2008 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error
Replies: 1
Views: 843

Datastage Error

Hi
There is an error in when the datastage paralle jobs are compiled.\
" this job is currently not runnable in this platform"

The server jobs are runnnig fine.

Can any one helpto solve this issue