Search found 38 matches

by chaks
Wed Oct 18, 2017 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP to a Mainframe system
Replies: 1
Views: 1776

FTP to a Mainframe system

I am trying to FTP a EBCDIC file to Mainfram system and the file looks good when viewed from EBCDIC file viewer but when I FTP the file , the fixed length is distorted 00501 100 RECPT/WAIT OFFICE SUPP 010221 0000 00501 100A COPY OFFICE SUPP 010221 0000 00501 100B CONF CONFERENCE 010221 0000 00501 10...
by chaks
Thu Jan 14, 2010 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060 Deadlock
Replies: 4
Views: 6641

ORA-00060 Deadlock

hi i am getting this error while i am trying to insert records in to Oracle Enterprise usinfg auto generated insert then update.

Unable to use a record for update due to ORA-00060: deadlock detected while waiting for resource
by chaks
Thu Jan 07, 2010 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up on Wild Cards
Replies: 3
Views: 2169

Ray, I could not get your point , can you please eloborate it and also I would like you to note that first one is my Look Up Table and Second one is my source data.

Thanks
by chaks
Thu Jan 07, 2010 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up on Wild Cards
Replies: 3
Views: 2169

Look up on Wild Cards

Hi , 1.As seen below #1 is my lookup Table with '*'s in it which means accept any value from the source and #2 is the source and output as desired, Can you please suggest me the simplest solution.One way is Look up Exact Values then do another look up on Rejected values and then another Lookup on Re...
by chaks
Wed Jan 06, 2010 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine Object File
Replies: 8
Views: 7987

Thank you very much for ur reply Ray...

Yes i did...
with options set as..
routine name: ObjectTesting
external subroutine name: ObjectTestOne
library path : /modl/apps/fold/dsdata/common/bin/ObjectTesting.o
object type : object
by chaks
Wed Jan 06, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine Object File
Replies: 8
Views: 7987

Parallel Routine Object File

Hello...i have written a parallel routine for the first time and i'm facing problem in running it. i want ur help in resolving the issue. here are the details regarding the routine... ObjectTesting.cpp: #include <stdlib.h> #include <stdio.h> #include <iostream.h> #include <stdcomp.h> char * ObjectTe...
by chaks
Fri Aug 14, 2009 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Normal & Range Lookup
Replies: 1
Views: 1702

Normal & Range Lookup

Description:- I have a Object,Date_From,Date_To,Area in my lookup file,Which is a slowly Changing Dimension,So I will have many records for each Object, and In My Source Dataset, I have Object,Date. Requirement:- I need to do a lookup on Object and say we get 3 records from this Lookup, now I need t...
by chaks
Mon May 18, 2009 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Install DataStage 8.1
Replies: 2
Views: 3230

check system requirements for v8
by chaks
Wed Feb 25, 2009 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip Chars at the end and not in middle
Replies: 9
Views: 4476

Thanks all for your help,This is the Server Routine PartNo = TrimB(Arg1) MaxLen = Len(TrimB(PartNo)) AlphaCount = MaxLen pos = 0 LOOP WHILE pos < MaxLen if Alpha(PartNo[(MaxLen-pos),1])=1 then pos = pos + 1 AlphaCount = AlphaCount - 1 end else Goto EndofLoop end Repeat EndofLoop: Ans = PartNo[1,Alph...
by chaks
Wed Feb 25, 2009 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip Chars at the end and not in middle
Replies: 9
Views: 4476

girija wrote:Use LEFT fiunction if you want to stirp last three (fixed) character from your input value.
Thanks Girija, sorry for the incomplete information.

There may be any number of Chars at the end (1,2,3 or 0.)
by chaks
Wed Feb 25, 2009 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip Chars at the end and not in middle
Replies: 9
Views: 4476

Strip Chars at the end and not in middle

Hi
I have a Material Number like 123AB456DFG, and I have to strip the chars at the End, so output should be like 123AB456. Previously I wrote a basic Routine and now we want it in Parallel transformer.

Can you guide me in doing this...

Thanks
by chaks
Tue Feb 24, 2009 1:14 pm
Forum: IBM QualityStage
Topic: Need help in quality stage
Replies: 2
Views: 2480

Need help in quality stage

Hi

I have couple of questions on quality stage.

1.How to create rule sets for date,time,phone,email.Because i didn,t find any predifine rule sets for these.
I found for address,name....
So please give me reply that would be appreciated.
by chaks
Sun Feb 08, 2009 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error compiling parallel transformer
Replies: 10
Views: 5090

Re: Found issues

SURA wrote: was installing SQL server
Hi Sura,
I think SQL Server should not be installed on the same machine, I don't remember why but I am sure I read it somewhere.

Guy's Correct me If I am wrong.
by chaks
Sun Nov 09, 2008 10:43 pm
Forum: Site/Forum
Topic: How did you learn DataStage?
Replies: 34
Views: 38717

Mine is very funny...! I was on bench for 3 months with VB.NET Skills, then installed DataStage on my laptop and learnt on my own and happy ever after.... :-)
by chaks
Thu Nov 06, 2008 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting a Single column
Replies: 5
Views: 2354

First of AllI would seperate the values based on the delimiter to different columns like

Code: Select all

Input 
------ 
Id| Name,Col1,Col2 
1|aa       ,bb   ,cc 
2|ee       ,aa
then Use a Pivot stage to get your desired output