Search found 51 matches

by travissolt
Fri Mar 16, 2007 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special character oddity
Replies: 5
Views: 1849

Argghhhhhhhh is right I should have checked that first thing. Thanks for the help that fixed my problem.
by travissolt
Fri Mar 16, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special character oddity
Replies: 5
Views: 1849

Didn't even think it could be a data type issue but it is a Char so thanks. i will change it to varchar2 and give it a go.
by travissolt
Fri Mar 16, 2007 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special character oddity
Replies: 5
Views: 1849

special character oddity

In my transformation I am hard coding a ORIGINAL_DATA_SOURCE and then sending the rows into the final staging dimension table through an insert or update. The initial insert works fine but I noticed the ORIGINAL_DATA_SOURCE included three spaces not established in the transformation. When testing up...
by travissolt
Thu Mar 08, 2007 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

When assigning the Derivation GetEnvironment(%envvar%)

it doesn't like GetEnvironment($PPID) or GetEnvironment($$)

Is there a list of envvar that will work?
by travissolt
Thu Mar 08, 2007 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Im with ya now. Too bad the help isnt that descrptive.
by travissolt
Thu Mar 08, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

I tried to right click on the stage variable and it would not work. I can set one up in the transformer properties where it asks for NAME...INITIAL VALUE...SQLTYPE...EXTENDED...Precision...SCALE...DESCRIPTION once defined there the system variable option becomes ungrayed and I can use the variable I...
by travissolt
Thu Mar 08, 2007 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Slowly but surely im catching on. I see i can set a system variable in the transformer properties.
by travissolt
Thu Mar 08, 2007 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

I went back to the transformer and noticed that the stage variable selection is grayed out so maybe I do not have access to use that item. Or perhaps I need to set one up prior to it becoming available in the transformer.
by travissolt
Thu Mar 08, 2007 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

I looked up GetEnvironment in the help and this is all it tells me. The following table lists the functions available in the Utility category (square brackets indicate an argument is optional): Name Description Arguments Output GetEnvironment Return the value of the given environment variable enviro...
by travissolt
Thu Mar 08, 2007 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Can I pass a variable from an ExecSH into datastage? My plan would be to pass echo $$ into a variable which I could then call within data stage. Is this possible?
by travissolt
Wed Mar 07, 2007 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Cool thanks ill give it a shot
by travissolt
Wed Mar 07, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Yeah I figured that if it was not available in the job I would have to grab it out of unix. Thanks
by travissolt
Wed Mar 07, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

The one initiating the job should work.
by travissolt
Wed Mar 07, 2007 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach DSJ.JOBPID during job
Replies: 17
Views: 5347

Attach DSJ.JOBPID during job

Basically I would like to attach the PID from UNIX into our job so that the Change Data Capture log entries will contain the PID. I have looked at the DSMacro's in the transformer and they do not contain a very robust list of system variables. I have seen similar discussions on-line but no definitiv...
by travissolt
Tue Mar 06, 2007 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer wont compile
Replies: 6
Views: 2741

went back to the same job that compiled with no errors and tried to kick it off and it failed and has the same issues so maybe we do have the same issue as the other guy