Search found 5168 matches

by kumar_s
Tue Feb 13, 2007 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Routine to delete the DatatSets
Replies: 3
Views: 836

Wrap the command in some shell and call it on After Job subroutine.
orchadmin rm DatasetName
by kumar_s
Tue Feb 13, 2007 2:55 am
Forum: General
Topic: How to manage stress.
Replies: 11
Views: 4849

Kim, what you said is 100% true. We can do anything but not with the cost of our health. I ll find room for myself to play Cricket, just an outdoor game. I do pencil sketches to find some relaxation. I ll try to follow the commandments that you mentioned.
by kumar_s
Tue Feb 13, 2007 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate all the output rows in a variable
Replies: 10
Views: 2189

hi Parvathi, Sorry, I couldn't get what you exactly mean here. Do you mean to say, the records are getting reject at transformer or not passing after this stage? If so check the constraints and metadata options for nullable. If you see the statistics in the input link of the tranformer, and if there...
by kumar_s
Tue Feb 13, 2007 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1740

Have you searched for 'Code 138'.
Could you explain more about your job structure? Is it Dataset--->Transformer---.Dataset???
by kumar_s
Tue Feb 13, 2007 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobid and jobno
Replies: 2
Views: 613

JOBNO is the unique no given to each job by datastage engine, when it got created.
JOBID is alais name that can be assigned using dsjob function.
by kumar_s
Tue Feb 13, 2007 1:56 am
Forum: General
Topic: datastage UNIX
Replies: 7
Views: 2678

Hi Ravi,

Welcome to DsXchange :D !!!

As mentioned, you need to explain clearly on what you exactly you are looking for. Are you looking for some stages in datastage which work in unix OS. If so SCD is available in the latest version 8. But Windows version has just released.
by kumar_s
Tue Feb 13, 2007 1:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate all the output rows in a variable
Replies: 10
Views: 2189

Is it like you are processing some kind of where class to another database or a script file or something?
After concatenation, check for IsNull(), and assign the required default value.
by kumar_s
Tue Feb 13, 2007 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1740

Don't you get any other error or warning? If the job is aborted, Reset the job and check for 'Log from Previous run..." log, it might get you more info.

Pls delete the other duplicate post.
by kumar_s
Mon Feb 12, 2007 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file creation problem
Replies: 7
Views: 3489

Try to create a dummy file in that directory with the same user id, and check if you have rights to create a file on that given directory.
by kumar_s
Mon Feb 12, 2007 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Routine
Replies: 3
Views: 799

Hi Raj,
Welcome to DsXchang :D !!!!

You can pass it as a parameter from the calling job. $PROJDEF or $ENV can be used by the job to assign the Env variable as parameter.
by kumar_s
Mon Feb 12, 2007 2:10 am
Forum: General
Topic: How to manage stress.
Replies: 11
Views: 4849

Good to see these sort of post among the routine ones.
:D
by kumar_s
Sat Feb 10, 2007 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I am getting warning while loading data into sequential file
Replies: 5
Views: 1472

The previous attempt may not be fixed width, or may be a varchar field.
Try giving three spaces like ' ' as default.
By the way, what is the issue at field level settings?
by kumar_s
Sat Feb 10, 2007 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I am getting warning while loading data into sequential file
Replies: 5
Views: 1472

Check the field "A", if its fixed width, the null field value that you have specified as default doesn't match the given length. It should be of 3 digit.
Search for ""null_field" length (0) must match field's fixed width (3)" for all match.
by kumar_s
Sat Feb 10, 2007 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message - "DSP.Open GCI $DSP.Open error -100"
Replies: 3
Views: 3092

Hi and Welcome to Dsxchange :D !!! There should be other valid error code along with this error message. Just with this message, we can guess various reasons like, Wrong SQL query, incompatable datatype, wrong column name specification. You need to give more details about the job as well as the erro...
by kumar_s
Fri Feb 09, 2007 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4638

That particular directory can be of different mount point, which might have network congestion.