Search found 84 matches

by srekant
Wed Aug 24, 2005 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF
Replies: 6
Views: 1960

CFF

Hi Ray, Thanks for your prompt response.How can i know the no of partitions in my job since i am using auto partioning and also since it is a fixed width CFF i didnt use any delimiter.But i used the option of read from multi node. i used the same file of different size it is working fine.
by srekant
Tue Aug 23, 2005 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF
Replies: 6
Views: 1960

CFF

hi ,
I am getting the following error

"sample_CFF,1: Cannot use multinode: The file length (1146600) is not a multiple of the record length (716)"

when do we get this error.I am using DS EE7.5 Complex flat file
by srekant
Mon Jul 18, 2005 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a file.
Replies: 3
Views: 1150

Splitting a file.

Hi, I have a scenario where i will be getting a source which is a result of appending of 2 files. Now when i read the file in datastage i have to split the file into 2 different files. The file has 2 headers and the data from the first header to the starting of second header should go to one file an...
by srekant
Thu Jul 14, 2005 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR
Replies: 1
Views: 1106

ERROR

Hi,

My job design is as below

SEQ---------->Xfm-------------->Dataset

when i Run this job it is giving the following error

Code: Select all

APT_CombinedOperatorController,0: Operator terminated abnormally: received signal SIGSEGV
what is thie error and when do we get this error
by srekant
Thu Jul 07, 2005 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assess a DataStage Job
Replies: 5
Views: 3555

Interested

I think you need to gather stats. What is your average number of stages? What is your average number of columns per stage? What is the most used stage types? All concepts like simple, medium and complex should be based on stats like average and standard deviation. We had lengthly discussion about t...
by srekant
Tue Jun 28, 2005 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

Re: yeah i also tried out and is working fine thanks guys.

Hi, Can we use ICONV and OCONV for these date conversions??? if the data is Jan 12 1995 then the result would be ICONV("12 Jan 1995","D4-DMY[2,A3,4"]>=0 OCONV(0,"D4 YDM[4,2,2]">= 1995 1 12 Hope this helps. Lalitha ICONV and OCONV are used in server jobs not in parallel...
by srekant
Mon Jun 27, 2005 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

Problem with timeatamp

i used the same code mentioned by INFO_DS ( mydate= 'May 12 1995 12:00:00.000 AM' DateToString(StringToDate(mydate[1,11],"%mmm %dd %yyyy"),"%yyyy%mm%dd")) it is working fine on soalris machine.But when imoved the same code to Pre production environement (HP-UNIX) i am getting the...
by srekant
Mon Jun 27, 2005 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataSets
Replies: 2
Views: 1197

dataSets

Hi,

In one of my jobs i created a dataset and in the other job i tried to read the same dataset which i created in first job i am getting the following error:

Code: Select all

Data set initialization for "#DTS_DIR_Param#/Example.ds": Input file dataset does not exist:
What does this signify.
by srekant
Thu Jun 23, 2005 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

works

Doesnt Work! -->mydate= 'May 1 1995 12:00:00.000 AM' if u want the above part to work use a convert function to convert all the spaces to 0 and then apply the functions DateToString(StringToDate(mydate[1,11],"%mmm %dd %yyyy"),"%yyyy%mm%dd") on the converted datecolumn .[/code]
by srekant
Wed Jun 22, 2005 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

yeah i also tried out and is working fine thanks guys.

info_ds wrote:hi ray,

i tried and got the result --> 19950512

any suggestions?
by srekant
Tue Jun 21, 2005 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

This is a string manipulation type operation, no real date mapping is needed. If your input date is in January as you stated and with your InString format as given you could do a In.InString[4,4]:'01':In.InString[1,2] to achieve your request result. sorry the input is going to be like this Jan 12 1...
by srekant
Tue Jun 21, 2005 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

This is a string manipulation type operation, no real date mapping is needed. If your input date is in January as you stated and with your InString format as given you could do a In.InString[4,4]:'01':In.InString[1,2] to achieve your request result. but my input date is not going to have month as j...
by srekant
Tue Jun 21, 2005 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 23
Views: 7379

Timestamp conversion

Hi,

My input is Jan

Code: Select all

12 1995 12:00:00:000AM
and i want the output to be yyyymmdd.How can i achieve this.
by srekant
Mon Jun 13, 2005 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input
Replies: 4
Views: 2808

XML Input

Hi,

what is the equivalent for folder stage in server to Parallel.I am trying to use XML Input to read data from xml file it is expecting an input link in server job there is report stage.What is the equivalent of it in parallel.How can i go about using XML input in parallel jobs.
by srekant
Thu Jun 09, 2005 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 0
Views: 816

Parallel Routine

Hi, I am Trying to execute a sample parallel routine that comesa long with the software for solaris. I am getting the following error Transformer_5: Failed to load the library "V0S5_TrxFuncExampleStatic_Transformer_5.so". Either the directory containing the library file is not on the libra...