Search found 86 matches

by madhukar
Thu Apr 14, 2011 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file pattern property
Replies: 5
Views: 3233

Re: sequential file pattern property

concat all files and filename field into one file.
read file, transform and output
do the inverse of concat to reproduce files

:D
by madhukar
Fri Aug 27, 2010 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: There are no sort keys in the dataset schema
Replies: 8
Views: 12951

check for below
-renamed sort columns in output link of sort stagekeeping column names
-check if you have set clear partition anywhere before sort stage
by madhukar
Fri Aug 27, 2010 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Dataset sizing
Replies: 10
Views: 7070

check if this helps
http://www-01.ibm.com/support/docview.w ... s&lang=all

or
check if you can reduce your record length
by madhukar
Fri Aug 27, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel jobs has status = running but actually not running
Replies: 8
Views: 5160

Re: parallel jobs has status = running but actually not runn

"monitor has black colour" - may be job monitor has stopped
restart job monitor and run a job and check
by madhukar
Fri Aug 27, 2010 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve the output from DS8.1
Replies: 5
Views: 3150

what i understand from you requirenent is that you need to do a range lookup which DS8 provides...
by madhukar
Fri Aug 27, 2010 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Self referencing table
Replies: 3
Views: 3241

Re: Loading Self referencing table

approach 1:
split the load into 2 jobs. in the first load insert col1 (pk) and in the next load update col2.

approach 2:
disable fk before load and enable it after load
by madhukar
Mon Jul 26, 2010 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 9104

check all stages from input till join for defaults and nullability
by madhukar
Tue Apr 13, 2010 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup file set best place to use it
Replies: 5
Views: 3401

Re: Lookup file set best place to use it

Lookup fileset to be used, if reference data fits into memory and used in multiple jobs
by madhukar
Mon Jul 07, 2008 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 5081

$ENV didn't work.
How can assign the value of environment variable to a job parameter from command line
e.g.
DBPWD -- job parameter
$DBPWD -- environment variable

how can i assign DBPWD with the value of $DBPWD (DBPWD=$DBPWD)

regards,
Madhukar
by madhukar
Sun Jul 06, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 5081

yes, I implemented with echo $DB_USER $DB_PWD $DB_SERVER. But i have problems with pwd variable which is of type encrypted.

Any suggestions in this regard?
by madhukar
Sun Jul 06, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 5081

input parameter to sequence name will be a database name.
Based on database name i need to fetch the username and pwd which is set as used defined environment variable