Search found 773 matches

by keshav0307
Thu Apr 02, 2009 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing a parameter from a unix command
Replies: 3
Views: 1122

Yes a sequencer,
read the parameter from unix file before the job and loop the job.
by keshav0307
Thu Apr 02, 2009 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reusable job that can take 2 files and comp based on keys
Replies: 6
Views: 2618

YES.
you need to elaborate and be specific on your requirement.
by keshav0307
Thu Mar 26, 2009 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Name property in Sequential File Stage
Replies: 14
Views: 25920

set parameters
$APT_IMPORT_PATTERN_USES_FILESET = True
$APT_IMPORT_PATTERN_USES_FILESET_MOUNTED = True
by keshav0307
Wed Mar 18, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with sequential file and file name column
Replies: 10
Views: 3205

can you give more details?
how is some lines in the 090309.sdi are affected to the 090311.sdi file?
by keshav0307
Wed Mar 18, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete jobs from project .
Replies: 9
Views: 4426

some object for this job is corrupted, so you need to delete it from repository tables.

1. Get the Job id
2. delete from ds_jobs where NAME =<job name>
3. delete from JOB_OBJECTS WHERE NAME =<job name>

just check the column names, not sure its NAME or JOBNAME.
by keshav0307
Fri Jan 30, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coulmn name in file
Replies: 8
Views: 2417

that was just an idea.
you can have a condition , if second file size is greater then Zero then only append. Else delete the first file and then touch <file name>
by keshav0307
Fri Jan 30, 2009 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coulmn name in file
Replies: 8
Views: 2417

OK , Create two files in the job, one file for only header records with column names only, another file with records only and then in after job subroutine, append the second file into first file.
by keshav0307
Fri Jan 30, 2009 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coulmn name in file
Replies: 8
Views: 2417

please try to be very clear on your requirement.
do you mean if there are no record then empty file should be generated else the first row should be the column names??
by keshav0307
Fri Jan 30, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture duplicates
Replies: 5
Views: 3625

this has been discussed so many times... just try some search "capture duplicate"
by keshav0307
Wed Jan 28, 2009 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to run unix script from a PX stage
Replies: 3
Views: 1590

if i can call the script in a datastage stage i think it will run on multiple nodes
and why do you think so???

it will run on head node only
by keshav0307
Tue Jan 27, 2009 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCH_WORK_<hexvalue>
Replies: 2
Views: 2205

when you re execute the job, a new ORCH_WORK_<hexvalue> table will be created. and this is probably because the <hexvalue> is not stored anywhere.
unlike the MLOAD stage there is no option to define ORCH_WORK and ORCH_ERR table in teradata enterprise stage.
by keshav0307
Tue Jan 27, 2009 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise Stage / different result with upsert mode
Replies: 2
Views: 1475

do you know why the upsert mode tries to proceed updates in a empty table with unique keys in the source ??
after certain point, its not an empty table, there is a parameter for it to set after how many records it will be committed.
by keshav0307
Tue Jan 13, 2009 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling a job for executing continuously
Replies: 4
Views: 3067

Use any third party tool like Control-M
by keshav0307
Tue Jan 13, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data Load in to table partitions.
Replies: 9
Views: 3474

what is your findings?
are you able to load or not?