Search found 33 matches

by jyothisdasms
Thu Apr 21, 2011 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null issue in Date data type
Replies: 6
Views: 5236

I think your Look Up is not returning the null value when the join condition is not matching.Is the date field is coming from reference ?Check whether the nullability is set to 'Y' in look up for that field.
by jyothisdasms
Thu Apr 21, 2011 1:08 pm
Forum: General
Topic: extract parameters
Replies: 3
Views: 1646

Hi,

Did you change any values in parameter set?

If you are changing anything in parameter sets,it will get reflected in the jobs only after the compilation of jobs.You can use the multicompiling option,if this is the scenario.
by jyothisdasms
Tue Dec 21, 2010 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4876

Yes on the common key. Yes on the output for a single delimiter (comma). But your nth column will be the entire row from the second file which is pipe delimited. ... Hi, Thanks for the reply.I think you are trying to say,we have to add all the fields from second file into last field and concatenate...
by jyothisdasms
Mon Dec 20, 2010 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4876

One job creates two files, one with comma and the second with pipe; with an extra column that has a running number. Use a second job to join the two files on the running number you created in the firs ... Thanks for the reply DSguru2B, But i am unable to see the full message. I assume that what you...
by jyothisdasms
Fri Dec 17, 2010 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4876

Thanks for your reply.But if i am doing that i will get output as

Ab,cd,ef,gh
Jk,lk,mk,op
de,ki,po,lk
Ab2|cd2|ef2
Jk2|lk2|mk2
de2|ki2|po2


But i need the output as


Ab,cd,ef,gh Ab2|cd2|ef2
Jk,lk,mk,op Jk2|lk2|mk2
de,ki,po,lk de2|ki2|po2


Thanks
Jyothisdas
by jyothisdasms
Fri Dec 17, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4876

Two differnt delimitters in one file

Hi everyone, I have a requirement in which we needed the output file in the following format "OPEN,20101027,160000,CUST_KEY_1,2007-05-05,Open,Y,P,,,,,2007-07-25,NON-EXEMPT CUST. VALID W-9 ,,,,,,,,,|NOT|TANNER|N||||SCHAPMAN|HOME TELEPHONE|5135348500^|NOT|EMAIL|EMAIL|NOT|1234||^|NOT|DRIVERS LICEN...
by jyothisdasms
Tue Dec 14, 2010 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No output from job using vectors
Replies: 2
Views: 964

Hi, I need to combine the two vector fields and the desired output is Parent Key [17095 130000 25 Ajai Bhupi PM] 1 [17878 145000 30 Das DAS RM] 2 I am using Make Subrecord stage for this. Inside the stage using the options Vector Column for Subrecord-Columnname1 Vector column for Subrecord -Columnna...
by jyothisdasms
Mon Dec 13, 2010 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No output from job using vectors
Replies: 2
Views: 964

No output from job using vectors

Hi, i am trying to make a subrecord by combining two vectors.I am using a subrecord stage for that. My Input fields are Columnname1 columnname2 Key [17095 130000 25] [Ajai Bhupi PM] 1 [17878 145000 30] [Das DAS RM] 2 Output fields are Key Parent But i am not getting any values in the output field Pa...
by jyothisdasms
Fri Jul 30, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal field from database to sequential stage
Replies: 1
Views: 897

decimal field from database to sequential stage

Hi, I have to load a decimal field(14) from database(DB2) to a sequential file. There is no change needed in length and datatype. When i am trying to do this i am getting leading zeros and an extracharacter '_' at the end in sequential file. For ex: Input-100000 i am getting the o/p as - 00000000100...
by jyothisdasms
Mon Jul 19, 2010 6:17 am
Forum: General
Topic: Job Information
Replies: 2
Views: 932

Job Information

Hi,

I need to load the job details like source stage and target stage names,Row count etc to a text file.Can any one help me to create a job for this?

Thanks and Regards
by jyothisdasms
Wed Jul 07, 2010 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage -Differnence in row count
Replies: 4
Views: 2050

I checked with diff command .Thers is no difference in the datas .

One more thing I noticed is,If i am using left outer join in 8.1 i am getting the same number of rows as in 7.5.But if we use complete set option differnce in rows will come.

Thanks in advance
by jyothisdasms
Wed Jul 07, 2010 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage -Differnence in row count
Replies: 4
Views: 2050

Merge Stage -Differnence in row count

Hi, I have migrated one server job which contain merge stage from 7.5 to 8.1. Now when i am trying to run the job ,i am getting more number of rows in 8.1.When i checked the target file , some blank rows are present at the end of the file which are not in 7.5. The size of the two input files in merg...
by jyothisdasms
Wed Jun 09, 2010 9:16 am
Forum: General
Topic: FTP-2GB file
Replies: 11
Views: 4537

Thank you guys

You are right..In 7.5 server file size limit is 'Unlimited'.That is why i am able to transfer files in that one .In 8.1 i have only limited file size as you said.
by jyothisdasms
Wed Jun 09, 2010 2:06 am
Forum: General
Topic: FTP-2GB file
Replies: 11
Views: 4537

I used the command ulimit -a and i am getting the o/p as Time- Unlimited file(Blocks)-2097151 data(Kbytes)-131072 Stack(Kbytes)-32768 memory(Kbytes)-32768 Coredump(blocks)-2097151 nofiles(descriptors)-10240 What does it mean?Cant i transfer a file of size > 131072KB? Please help me to figure it out ...
by jyothisdasms
Tue Jun 08, 2010 3:43 am
Forum: General
Topic: FTP-2GB file
Replies: 11
Views: 4537

I gave the Trace On command as mentioned below ftp>Put file name Trace On Result is PORT Command SuccessfulOpening Data connection for Trace Error Writing file : Error 0 ABOR command Successful Then i am geting 1gb of the file instead of 2gb Is this what you explained? or anything else i have to do?...