Search found 72 matches

by svga
Wed Sep 17, 2008 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mail Notification
Replies: 4
Views: 1085

Chulett,

Can i call routine from mail body?
by svga
Wed Sep 17, 2008 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle stage
Replies: 3
Views: 1812

Even after Row per Transaction set to 0 its rejects only error records and just leave the warning in the director. but correct records got committed.
by svga
Wed Sep 17, 2008 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle stage
Replies: 3
Views: 1812

Oracle stage

Hi,

How can i rollback the entire data that lodaed into the oracle table if my job gives warning? As of now my job commit the data till it encounterd error.
by svga
Thu Sep 11, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: round function
Replies: 2
Views: 1746

use Fix function
by svga
Thu Sep 11, 2008 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mail Notification
Replies: 4
Views: 1085

Mail Notification

Hi,

Is it possible to pass user variables to mail body?
by svga
Wed Aug 27, 2008 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract Numeric values alone
Replies: 3
Views: 2553

Hi,

Use Oconv function

Syntax: Oconv(Field,"MCN")
by svga
Tue Aug 12, 2008 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting job by category wise
Replies: 1
Views: 1053

Exporting job by category wise

Hi,

I have created bat file using dscmdexport command along with host name,username, password and project for exporting jobs.This command pull all the jobs which resides under many category. But i need to export the jobs only in the particular categories(folder). Please help me.
by svga
Fri Aug 08, 2008 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5820

ill @FM be placed between every column values?
by svga
Fri Aug 08, 2008 1:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5820

can u give me some scenario or example where i need to use these variables.
by svga
Fri Aug 08, 2008 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5820

i need more details on it.
by svga
Fri Aug 08, 2008 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable
Replies: 7
Views: 5820

system variable

Hi,

Please explain abt system variables @TM,@FM,@VM.and where to use those variables?
by svga
Thu Aug 07, 2008 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check if the value is a number or not
Replies: 3
Views: 1459

Hi,

First find the length of that field. then
use oconv function with MCN option on the same field to pull only numeric values.if both the length match then ur field contains only numeric value otherwise it would have contain non numeric data.this ill work in server edition. im not sure abt px.