Search found 30 matches

by saj
Mon Dec 24, 2012 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting the data after zero
Replies: 4
Views: 2807

Extracting the data after zero

Hi All ,

I have a requirment to extract the data that comes after 0 .

ex: EM0000000000000592176

Need to fetch 592176

The number of zeros may vary

ex:EM00789892

Output :789892

When we try with Field(Arg1,"0",1) this will provide EM .
Please let me know how to get data after 0
by saj
Tue Nov 27, 2012 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run with limits in DS
Replies: 5
Views: 2311

I tried compiling the job in trace mode . but still the option is disabled
by saj
Tue Nov 27, 2012 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run with limits in DS
Replies: 5
Views: 2311

Not able to run with limits in DS

I am unable to run the job with limits from Datastage . The whole option is disabled .can any one please tell me whether there is any way to enable the same .
by saj
Tue Nov 27, 2012 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to handle Null
Replies: 2
Views: 1375

Thanks Jerome , It was unprintable Ascii value .Was able to handle with seq function .
by saj
Tue Nov 27, 2012 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to handle Null
Replies: 2
Views: 1375

Not able to handle Null

Hi All , I have job which has Teradata as source and Oracle as target . Some columns are coming as null, and as per the req if the column has null need to replace with 4 space . But I am unable to handle the nulls coming from source with the help of isnull . Is there any way to know whether the colu...
by saj
Thu Nov 22, 2012 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Bulk load
Replies: 8
Views: 9411

yes , we got the same error which has been posted
by saj
Thu Nov 22, 2012 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Bulk load
Replies: 8
Views: 9411

We have mentioned the exception table name also ..
by saj
Thu Nov 22, 2012 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Bulk load
Replies: 8
Views: 9411

DS Bulk load

Hi All , I am getting the below error when trying to run the DS job which has oracle bulk load option enabled The connector was configured to write data in bulk load mode and the reject condition for checking constraints was selected for the reject link. For this operation to work it is necessary to...
by saj
Tue Sep 20, 2011 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read Japanese characters
Replies: 1
Views: 1574

How to read Japanese characters

Hi All ,
We have a req where we receive the file which contain Japanese characters .
But once DS process the file the data is getting displayed as "?????"
Is this a DS problem or a DB issue .

Can any one let me know how to fix this .
I am using Project default (ISO8859-1) NLS setting.
by saj
Thu Aug 18, 2011 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Matchfield fn not providing correct result in transformer
Replies: 2
Views: 2386

Matchfield fn not providing correct result in transformer

Hi All , I am trying to use matchfield function for the below scenario . My requirement is if Arg1 will contain SDN in any position it should be populated as Y else Null. TRIM((IF MATCHFIELD (Arg1,"0X'SDN'0X",2)=1) THEN 'Y' ELSE @NULL) Values for Arg1 is as follows ================== TFM,S...
by saj
Wed Aug 17, 2011 8:26 am
Forum: General
Topic: Extracting the list of jobs that are failed in a server
Replies: 3
Views: 1722

Extracting the list of jobs that are failed in a server

Hi All , Can any one please tell me when a job fails where the details will be saved . For eg : In the server ABC if 20 jobs has failed at the same time will this information be saved in any place . If so can we retrieve the information like which all jobs has failed . Rather than going into DS dire...
by saj
Mon Aug 08, 2011 6:19 am
Forum: General
Topic: Want to identify the jobs that are failed in a project
Replies: 1
Views: 1010

Want to identify the jobs that are failed in a project

Hi All ,
Can any one please tell me where can I find the details which all jobs has failed in one project.
Will Datastage save these info some where other than DS director .
by saj
Wed Aug 03, 2011 12:25 am
Forum: General
Topic: where can we find the code for dsjob
Replies: 7
Views: 2980

chulett wrote:I assumed they are looking for the C++ code for dsjob (which is actually published) rather than where the executable lives... but I guess we'll see. :wink:
Yes Craig ,I am looking for the C++ code for dsjob . If it is published could you please let me know where I can find the same .
by saj
Tue Aug 02, 2011 11:33 am
Forum: General
Topic: where can we find the code for dsjob
Replies: 7
Views: 2980

where can we find the code for dsjob

Can any one please let me know where we can find the code for dsjob ?
by saj
Mon Aug 01, 2011 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to export multiple jobs via command line
Replies: 1
Views: 2177

How to export multiple jobs via command line

Could you please tell me how to export multiple jobs via command prompt . I am using the below command for exporting the jobs via command prompt . dsexport.exe /H=hostname /U=user /P=pwd /JOB=jobname <project> <Path> Please tell me if we have multiple jobs(job1,job2) how to export it using the comma...