Search found 47 matches

by trammohan
Thu Sep 29, 2005 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

What version DS you are using. in DS 7.5 Job properties window >> Parameters tab>> you have Button called "Add Envrionment Variables". you can use this to add job parameters . and in Transformer stage expression window when you right click you can see popup window and you can able to sele...
by trammohan
Wed Sep 28, 2005 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

cmmurari wrote:hi

you have to use only $FLAG . don't use # # for environment variables.

Cheers,
krish
Hi chris,

$FLAG also not working...
by trammohan
Wed Sep 28, 2005 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

Well, $FLAG tells me its a user-defined enviornment variable you set vs. a Job parameter.....did you create a user-defined enviornment variable? I ask because when you say #$FLAG" this presumes its a user-defined environment varaible.....If its #FLAG# then its not a user-defined environment va...
by trammohan
Wed Sep 28, 2005 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

In the transformer stage your right mouse click menu is your friend and guide. On it you will see the "Job Parameter" option and selecting the job parameter will show you that it gets inserted into the derivation or constraint field without any surrounding characters. Eg. $FLAG If I use $...
by trammohan
Tue Sep 27, 2005 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

How to pass job parameters in parallel tranformer stage

Hi,
Can any one help me the syntax of passing the job parameters in parallel transformer stage ..

Ex $FLAG defined as job parameter in the job

in parallel transformer if I use the same #$FLAG# i am getting error.

Thanks in advance
by trammohan
Wed Sep 21, 2005 9:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Sequencer
Replies: 3
Views: 1197

You can use control ( email - notifier ) which directs the control of main flow depending upon the trigger value ( Success or fail )
by trammohan
Sun Jun 20, 2004 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Level Environment Variables ---------
Replies: 12
Views: 6386

Project Level Environment Variables ---------

Hi, One question...............I defined some user defined variables through Data Stage Administator ..........I am using the same variables in DataStage jobs.....My question is how to define the dynamic variables in Administrator... when ever I change the variable value in Administrator That should...
by trammohan
Sat Mar 27, 2004 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error :::: APT_CONFIG_FILE must be set up to compile paralle
Replies: 2
Views: 3051

Error :::: APT_CONFIG_FILE must be set up to compile paralle

Hi,

I am getting the following error while compiling a job which has a transformer ..........

APT_CONFIG_FILE must be set up to compile parallel transformer job

but.... i have defined the $APT_CONFIG_FILE with proper configuration..

can any one help

thanks
ram
by trammohan
Mon Feb 23, 2004 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to submit a Datastage Job from UNIX command line
Replies: 8
Views: 5259

How to submit a Datastage Job from UNIX command line

Hi ,


How to submit a Datastage job ( Datastage 7.0 ) from UNIX command line?

Thanks
Ram
by trammohan
Wed Feb 11, 2004 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata_Enterprise_3,6: Caught exception from runLocally():
Replies: 1
Views: 1348

Teradata_Enterprise_3,6: Caught exception from runLocally():

Hi, I am getting the following error while reading the data with teraread after processing 90million records ..... total records in the table is 200 million records Teradata_Enterprise_3,6: Caught exception from runLocally(): APT_BadAlloc: Heap allocation failed. Teradata_Enterprise_3,4: Operator te...
by trammohan
Wed Feb 04, 2004 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teraread error in Datastage
Replies: 5
Views: 5610

teraread error in Datastage

Hi , When I use a teraread through datastage I am getting the following error after processing some records ##I TOSH 000010 18:28:34(000) <main_program> orchgeneral: loaded ##I TOSH 000010 18:28:34(001) <main_program> orchsort: loaded ##I TOSH 000010 18:28:34(002) <main_program> orchstats: loaded ##...
by trammohan
Sun Feb 01, 2004 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data stage Transformer Error
Replies: 1
Views: 1201

Data stage Transformer Error

Hi ,, I am getting following error when I compile the Data stage Job ( Transformer ) Output from transformer compilation follows: ##I TFCN 000001 23:28:59(000) <main_program> DataStage XE Parallel Extender V7.0.0 Copyright (C) 2003, 1997 - 2002 Ascential Software, Inc. All Rights Reserved ##I TOSH 0...
by trammohan
Wed Jan 28, 2004 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing of a Orchestrate schema into a DS inRec: *;
Replies: 7
Views: 4838

Vitali,,

How can I define the inRec :*; in Data stage schema

thanks
ram
by trammohan
Mon Jan 26, 2004 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing of a Orchestrate schema into a DS inRec: *;
Replies: 7
Views: 4838

Importing of a Orchestrate schema into a DS inRec: *;

Hi, I have a question.... I have to import a Orchestrate schema definition to Data Stage Example : record ( npa : string; nxx : string; tel_ln_no : string; inrec : *; ) In the above example How can I handle the inRec: *; portion while importing it to Datastage ?????.... Thanks in advance Ram