Search found 42 matches

by sankar.td
Thu May 07, 2009 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP CONVERSION
Replies: 8
Views: 3313

HI Chulet, 12 characters i need to substring. I tried with following code also. "OCONV(ICONV(TRIM(INPUT_COLUMN[1,6]),"D4YMD[4,2,2]"), "D-YMD[4,2,2]") : " " : OCONV(ICONV(TRIM(INPUT_COLUMN[7,2]:":":INPUT_COLUMN[9,2]:":":INPUT_COLUMN[11,2]), "...
by sankar.td
Wed May 06, 2009 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP CONVERSION
Replies: 8
Views: 3313

HI Guys,

Thanks for your reponse.

chulet,

My incoming year is 2 digits only.
by sankar.td
Wed May 06, 2009 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP CONVERSION
Replies: 8
Views: 3313

TIMESTAMP CONVERSION

Hi All, I am trying to populate string data in to timestamp. my source data format is YYMMDDHHMMSSSS , i need to populate this data in to target table having timestamp YY-MM-DD HH:MM:SS. To Achive this output i have been using this function "OCONV(ICONV(TRIM(INPUT_COLUMN[1,8]),"D4YMD[4,2,2...
by sankar.td
Mon May 04, 2009 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to login datastage 8.x
Replies: 3
Views: 1344

Hi Chulet,


There is a procedure for problem.
we have to change the settings in "WEBCONSOLE FOR IBM INFORMATION SERVER".
Unfortunately i forgot the procedure for the same.
That's why i posted in dsxchange.

Please Don't consider my question as silly
by sankar.td
Mon May 04, 2009 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to login datastage 8.x
Replies: 3
Views: 1344

unable to login datastage 8.x

Hi All,


I have installed datastage 8.0.0 in my system which is internet enabled .
It is successfully working when my system is internet enabled.
But i am not able to login into datastage when my system is disable from internet cable.

Plz give solution for this.
by sankar.td
Fri May 01, 2009 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 2526

Hi chulet,


Sorry for Inconvienince.
My business rule is seconds> 60 i have to concatenate below 60.
That is any value like 58,59,57.........
Not only for 68.

Thanks & Regards,
Sankar.
by sankar.td
Thu Apr 30, 2009 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 2526

Hi Chulet, I have timestamp column in target table.For that column few records coming from source are like this 09020517090667 09020517090668 0902-05-17 09 :06 :68 (YYYY-MM-DD HH:MM:SS) These records are populating as NULL values in my target table.Because seconds >60. Now my business rule is I want...
by sankar.td
Tue Apr 28, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 2526

HI Chulett, My column format in target table is YYYYMMDDHHMISS. i need seperators like YYYY-MM-DD HH:MM:SS. For this already i have concatenated using oconv funtions in transformer stage. Now my problem is few records coming from source file for this column is containing seconds >60. My business rul...
by sankar.td
Tue Apr 28, 2009 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 2526

STRING TO INVALID TIMESTAMP CONVERSION

Hi All, My job design is like this SEQFILE--------TFM--------MLOADstage. In this job i have a one column in file which is containing timestamp value in the format 09020517090634.(YYYY-MM-DD:HH:MM:SS) But few rows are coming with 09020517090668(YYYY-MM-DD:HH:MM:SS); Rows containing this value 0902051...
by sankar.td
Mon Apr 27, 2009 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The source parcel length does not match data that was define
Replies: 2
Views: 3308

The source parcel length does not match data that was define

Hi All,

I am trying to load data from sequential file to table in teradata by using TERADATA-API stage.
job is finished with warnings for every column.The warning is follows.

"The source parcel length does not match data that was defined" .
by sankar.td
Fri Apr 24, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 4052

Hi chulet,

Sorry for consuming your time.
I have added this path "C:\IBM\InformationServer\Server\PXEngine\bin", in the system variable of 'path' .
In windows environmental variables.
Still the dsjob command is not recognising!
Does i need to change my path?
by sankar.td
Fri Apr 24, 2009 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 4052

Hi chulet, I have included the path "C:\IBM\InformationServer\Server\PXEngine\bin" in the environmental variable of $PATH in the datastage administrator. and i am trying to call datastage job from this directory through windows command prompt, still the dsjob command is not recognising. Pl...
by sankar.td
Wed Apr 22, 2009 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 4052

Hi chulett,

Thanks for your reponse.
I am to trying call datastage job from windows command prompt by using command "dsjob -run " .
But 'dsjob' command is not recognising.
Does i need to do any set up for this.
Please suggest me.