Search found 97 matches

by srai
Mon Dec 27, 2010 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass NULL to Date Field
Replies: 3
Views: 1980

How to pass NULL to Date Field

Hi Team, We have a situation where we are getting NULL value for date field. We are trying to set it NULL in transformer using SetNull() function. But while loading to the target we are getting error as NULL cant be inserted in database. Date Columns are nullable clomn in target. Our source and targ...
by srai
Sat Dec 18, 2010 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance Job - Invocation ID
Replies: 2
Views: 3453

Multiple Instance Job - Invocation ID

Hi All, We have a Master Sequence which internally calling a inner multiple instance sequnce and that internally calling a multiple instance parallel job. Job design is like--- Master SEQUENCE (parallel calling 9 times a multiple instance seuence)--> INNER SEQUNCE (Multiple instance)--> Basic Parall...
by srai
Mon Nov 29, 2010 3:40 am
Forum: General
Topic: Restartability of the sequences
Replies: 3
Views: 2046

Thanks a lot.
by srai
Fri Nov 26, 2010 3:10 am
Forum: General
Topic: Restartability of the sequences
Replies: 3
Views: 2046

Restartability of the sequences

Hi Team, We are strugling with restartability of the sequences. My job structure is like- There is Master Sequence which is calling the nine sequences in parallel. We have set like if all the inner sequence abort then only abort the Master sequence else continue triggering other inner sequence. We h...
by srai
Thu Nov 25, 2010 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix script in parallel from multiple jobs
Replies: 4
Views: 3471

UNIX scripts can be run in parallel. What we cannot guess is exactly what SQL you are using in your script and if that might have problems running in parallel. Can you specify "for read only" in Teradata SELECTs so that no update locks are taken? Actually Unix is reading from a teradata t...
by srai
Wed Nov 24, 2010 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix script in parallel from multiple jobs
Replies: 4
Views: 3471

Calling Unix script in parallel from multiple jobs

Hi Team, We have a UNIX script which read data from database (Teradata) and make the entries in a table. We are calling same script in more than 100 datastage jobs and those jobs are running in parallel. Just want to know that if we run the jobs in parallel do we face any issue? If there is any issu...
by srai
Wed Aug 11, 2010 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment parameter name in administrator
Replies: 1
Views: 1065

Environment parameter name in administrator

Hi All,

Is there any contraint on length of Environment parameter name in datastage administrator
by srai
Fri Jul 16, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Utility to compile not compiled Job in DataStage
Replies: 1
Views: 1920

Utility to compile not compiled Job in DataStage

Hi Team,

Is there any utility in datastage 8.1 which can be integration with Job or DS routine to find out all the not compiled jobs in a project and compile it.
by srai
Mon Jul 12, 2010 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Data in Sequentail file
Replies: 3
Views: 2638

Handling Data in Sequentail file

Hi All, We facing one data related issues while loading data from Sequential file to Database. Jobs design is like Seq File------------>Target db(Oracle) We are geting records like 1) "364237",5/31/2010 0:00:00,"PERIMETER CENTER LOFTS LLC","00001316","CRE" Abo...
by srai
Sun Feb 28, 2010 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A user name is required in the dboptions option.
Replies: 1
Views: 984

A user name is required in the dboptions option.

Hi All,

I am getting following error while executing Datastage job--

"Incorrect dboptions option list; it failed on Expected "," or "}", got: "$", line.
A user name is required in the dboptions option."

Please suggest us.

Regards
Santosh
by srai
Mon Jan 11, 2010 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture Reject data from reference dataset
Replies: 10
Views: 9003

Re: How to capture Reject data from reference dataset

Hi All, I have a requirement to capture the reference data which is not matching with the master data set. How could we implement in DataStage using a single stage means either Transformer or Lokkup or Join or Merge? definitely we can use the merge stage to capture the secondary(i.e ref ) dataset b...
by srai
Mon Jan 11, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture Reject data from reference dataset
Replies: 10
Views: 9003

Re: How to capture Reject data from reference dataset

Hi All, I have a requirement to capture the reference data which is not matching with the master data set. How could we implement in DataStage using a single stage means either Transformer or Lokkup or Join or Merge? definitely we can use the merge stage to capture the secondary(i.e ref ) dataset b...
by srai
Fri Jan 08, 2010 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture Reject data from reference dataset
Replies: 10
Views: 9003

How to capture Reject data from reference dataset

Hi All,

I have a requirement to capture the reference data which is not matching with the master data set.

How could we implement in DataStage using a single stage means either Transformer or Lokkup or Join or Merge?
by srai
Fri Jan 08, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we list out all the jobs present in a DataStage Proj
Replies: 12
Views: 4594

nani0907 wrote:here is the command line prompt to get list of JObs.

dsjob -ljobs <Project NAME>

Hi,

I tried running the above mentioned commond from UNIX prompt
but getting message as

"-bash: dsjob: command not found"
by srai
Fri Jan 08, 2010 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter to After-job subroutine
Replies: 1
Views: 1085

Parameter to After-job subroutine

Hi All,

Can we pass the Job parameter to After - job subroutine ExecSH?