Search found 48 matches

by ds_team
Fri Jan 12, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5154

yes we do have those options and we did check that. Once after running this i can confirm the result. thanks for all your replies :)
by ds_team
Fri Jan 12, 2007 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5154

We are using 7.5.1
chulett wrote:What 7x version of DataStage, exactly? ...
by ds_team
Thu Jan 11, 2007 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5154

sequence job restarting problem

I have a sequence of jobs in my main job named "abc". I if any one of my job in my main job aborts, i want the main job to run from that particular point it got aborted, if i restart the main job. is this possible. if so please let me know the solution.
by ds_team
Thu Jan 11, 2007 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Value from routine in routine activity
Replies: 9
Views: 2622

I did change the type of my routine to transform. But this routine doesnt serve my purpose. Is there any other way of doing this :(
arnabdey wrote:By the way it is not ans..... It is Ans.
by ds_team
Thu Jan 11, 2007 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Value from routine in routine activity
Replies: 9
Views: 2622

Re: Use Ans

What do you mean by transform type routine? I did set ans=1 inside my routine. but i was not able to get this value outside. Hi From the routine you can retrun a value by giving the following Ans=..... at the end The value is returned only if it is a transform type routine. Now it's output trigger s...
by ds_team
Thu Jan 11, 2007 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Value from routine in routine activity
Replies: 9
Views: 2622

Value from routine in routine activity

Inside jobsequence i have a routine activity which calls a routine. I want to set a value inside this routine and in the next nested conditional stage i want to get this value and do a comparison. How can I get the value outside the routine.setting userstatus dont work out here.Can i use return to s...
by ds_team
Wed Jan 10, 2007 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue storing value from a job
Replies: 3
Views: 869

Issue storing value from a job

I have a sequence of jobs.In this sequence one of the job have an ODBC stage which executes a select statement and gets a single out put value.WIth out storing this value in a sequential file I need to store this value in some variable and want to use it in some other job of the sequence. How can i ...
by ds_team
Tue Jan 09, 2007 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting return value from unix script
Replies: 4
Views: 2684

:) thanks a lot...It did work You may want to consider using a Execute Command stage instead as that's what it is for after all. Unless there's more going on than just the script call, of course. In any case, the answer is 'go ahead'. :wink: There's an actual trigger Expression Type built in for Ret...
by ds_team
Mon Jan 08, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting return value from unix script
Replies: 4
Views: 2684

Getting return value from unix script

I am running a unix script by using EXECSH in routine activity. after running the script it returns a value 1. I want to get this value in my sequencer, so that after getting this value i can do a conditional check before proceeding ahead
by ds_team
Mon Jan 08, 2007 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation prob Keeping environment variable in transformer
Replies: 7
Views: 2157

Cmpilation error

Frist I do set the value for environmental varialbe OFL_ENV in admininstrator as DEV. Then in my job properties i set the value of this variable as $PROJDEF. After that i did invoke this variable in transformer stage from expression editor. AFter invoking the value the transformer stage field has va...
by ds_team
Sat Jan 06, 2007 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation prob Keeping environment variable in transformer
Replies: 7
Views: 2157

No, I am not typing in the environment variable. I am using expression editor to insert the job parameter. But still its not working. I am getting compilation error in transformer stage. Are you typing in the environment variable name or using the Expression Editor? I have seen folks have this probl...
by ds_team
Fri Jan 05, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation prob Keeping environment variable in transformer
Replies: 7
Views: 2157

I am keeping the variable as $OF2_ENV.

DSguru2B wrote:How are you passing the environmet variable inside the transformer, remember, no surrounding hashes are required for a parameter/env. variable inside the transformer. ...
by ds_team
Fri Jan 05, 2007 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation prob Keeping environment variable in transformer
Replies: 7
Views: 2157

compilation prob Keeping environment variable in transformer

I am setting an environmet variable at datastage administrator level. I am using that variable in transformer stage. after transformer stage i am having sequential file stage. when i compile my job i am getting compilation problem with transformer stage. if i remove environment variable it works fin...
by ds_team
Thu Jan 04, 2007 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New line character added when FTP using FTP enterprise stage
Replies: 5
Views: 1608

Even I am getting this problem. I am having a transformer stage and then an FTP enterprise stage. What ever comming from transformer is directly FTP'd. The FTP'd file is havin NL[newline] character at the end. I did specify fixed length for record length but isuue is till the same. please help me. I...
by ds_team
Thu Jan 04, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while FTP'ng a file
Replies: 1
Views: 790

Problem while FTP'ng a file

My parallel job is having a transformer stage and what ever comming from this transformer stage is directly FTP'd to a remote vista server.The file FTP'd is having newline charters at the end of the record. I am FTP'ng the file with content "AB" and when i open the FTP'd file in vista I am...