Search found 95 matches

by Hope
Sun Oct 06, 2013 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue regarding a multi instance job
Replies: 6
Views: 4630

We don't see anything in Director. The job start failed The unix logs show the below Status code = 0 Job Status : RUNNING (0) Checking job execution type . . . Multi Instance Job: N Examining job status . . . Performing needed reset action . . . Job appears to be running, or is not compiled. dsjob_l...
by Hope
Sun Oct 06, 2013 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue regarding a multi instance job
Replies: 6
Views: 4630

Issue regarding a multi instance job

Hi, I have an multi-instance job. This job runs with invocation ID A and B. At a time 2 instances of the same job will be running. The issue is , if the job instance A is running and Job with instance B kicks of before instance A completes then the Job with instance B fails. Since its a multi -insta...
by Hope
Mon Feb 06, 2012 4:47 am
Forum: General
Topic: FTP File Issue from Unix Server to Main Frames Server
Replies: 1
Views: 1362

FTP File Issue from Unix Server to Main Frames Server

Hi, I have to migrate a file from Unix server to Main frame Server. Job1 Sequential File Stage -----------------FTP Stage. Job1 Copies file from Shared location to the local FTP Server. When I open this file on the local FTP server.The data appears row by row. Job2 FTP Stage-------------FTP Stage Jo...
by Hope
Tue Nov 22, 2011 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Valid an equal Operator
Replies: 0
Views: 1304

How to Valid an equal Operator

A column has operators as values such as >,<=. In the stage variable I am comparing the values of the column. Here is the Syntax If link.InputColumn= "=" Then lnk2_xfm_cfp_dw_in.EFFECTIVE_DATE = jp_EIS_IOO_CASH_FLOW_PROJECTION_DW_Control_Date Else If link.InputColumn= "<" Then ln...
by Hope
Tue Nov 01, 2011 1:54 pm
Forum: General
Topic: Cannot Open sequential file stage
Replies: 2
Views: 2988

Hi Brad,

Thank you for the help. Alt-Space worked.

Hope
by Hope
Tue Nov 01, 2011 10:30 am
Forum: General
Topic: Cannot Open sequential file stage
Replies: 2
Views: 2988

Cannot Open sequential file stage

I am unable to open sequential file stage in Datastage. I had the same issue before.I was unable to open a funnel stage.Datastage will stop responding if I opened a funnel stage.So I had to kill the session. I uninstalled DS client on my m/c and re-installed DS Client and got rid of the issue.The sa...
by Hope
Thu May 06, 2010 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with the logic
Replies: 9
Views: 4346

This is a parllel job
by Hope
Mon May 03, 2010 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with the logic
Replies: 9
Views: 4346

I did use the standardization stage and it worked. Sreedhar, Out of curiousity,could you please explain me how I can use a lookup stage?. If I put the values North,N South,S Suite,STE in lookup file how do I match part of the string ex: I have 2343 South Bay Street with the values in the lookup file...
by Hope
Mon May 03, 2010 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with the logic
Replies: 9
Views: 4346

Help with the logic

I have to convert source data by applying the abbreviation rules.

My Source Data is .

Source
2343 South Bay Street
1899 Ranch Building
345 North McArthur Road

target
2978 S Bay ST
1899 Ranch BLDG
345 North McArthur RD

Please help me with the logic
by Hope
Fri Apr 09, 2010 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset the value using KeyMgtgetnextvalue()
Replies: 2
Views: 2472

How to reset the value using KeyMgtgetnextvalue()

I am using KeyMgtgetnextvalue() to generate a unique number.Once I complete my job I want to reset the value starting from 1. How can I reset the value to 1.

Please advice.
by Hope
Wed Apr 07, 2010 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 9
Views: 4693

Thank you,

The logic works
by Hope
Wed Apr 07, 2010 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 9
Views: 4693

I did split the date and timestamp and wrote a conversion for the date .

OConv(Iconv(DSLink4.ModifiedDate[1,10],"D/DMY[2,2,4]"),"D-Y-M-D")

The out put of this function is 15346.Its not giving me the target date as 2010-04-02 .
Is my logic right?Please correct me if I am wrong.
by Hope
Wed Apr 07, 2010 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 9
Views: 4693

Date formates are as below

Source Date =04/02/2010 01:00:05 AM and I have to do some conversion and Target Date should be 2010-04-02 01:00:05.000
by Hope
Wed Apr 07, 2010 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 9
Views: 4693

Date Conversion

I have to load Date(Flat file as source and datatype as Timestamp (23,3))
ModifiedDate = "04/02/2010 01:00:05 AM" in to
Target table (SQL table as) "2010-04-06 23:50:46.000"

Can anyone please help me with the conversion


Thanks
Hope