Search found 288 matches

by dspxlearn
Thu May 25, 2006 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing values in Routaine
Replies: 6
Views: 1656

Comparing values in Routaine

Hi, I am writing a routine which should read lines in a sequential file and compare the line number with the input argument which is also a number(passed as a argument).If the both the line no and the input value(passed as a argument) matched it should retrive the record to the Ans. I am very new to...
by dspxlearn
Wed May 24, 2006 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Job
Replies: 1
Views: 1036

Loop Job

Hi, I have a requirement in which i have a routine which reads the sequential file and this routine is to be called in "User variable activity stage". After this there is a "Job Activity" which takes the record from the "User variable activity stage" by the routine in i...
by dspxlearn
Mon May 22, 2006 11:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSRoutine
Replies: 8
Views: 2253

Hi Kumar_s, My requirement is i will be getting a seq file in which, there will be multiple lines which are comma delimited.Each line is a set of parameters to the job activity. So, i have to read each line and divide them based on the delimiter (,) and pass these list to the job activity which has ...
by dspxlearn
Mon May 22, 2006 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSRoutine
Replies: 8
Views: 2253

Hi balajisr, Thats fine..My problem is, can a routine return more than one value. :idea: Eg: I am getting a string, Hi,How,Do,You,Do So in the string i have to extract the strings dilimited with commas.i.e, Hi How Do You Do I have to pass these values to my next Jobactivity as parameter.. :arrow:
by dspxlearn
Mon May 22, 2006 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSRoutine
Replies: 8
Views: 2253

DSRoutine

Hi,

I am new in writing routines .I am wondering if,a routine can return more than one value or not.
In my requirement, i am getting a string delimited by commas.I have to extract each string delimited by comma.I am using string[] function for attain this.
Or is there any other way to do this.
by dspxlearn
Fri May 19, 2006 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking for two types of records in the same column
Replies: 3
Views: 1484

Checking for two types of records in the same column

Hi, I have a requirement where, i have a source column from which i am getting two types of records which are numeric and alphanumeric which is defined as Varchar field in the DS job. Now my requirement is, if a record with all numeric characters comes, the preceding zeros should be deleted. if a re...
by dspxlearn
Thu May 11, 2006 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3695

Hi Craig,

You are right 8)
But my problem is in continuation to the original post, posted by me...!!

Any Suggestions on the problem.. :?:
by dspxlearn
Thu May 11, 2006 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3695

vijay,

I am just wondering, if you gave me the answer or giving your problem!! :!:

Any suggestions :?:
by dspxlearn
Thu May 11, 2006 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3695

Hi Craig, I got it!! But i am facing data formatting issues.. I mean to say..suppose if my source value is 00109210s , i am getting 109210s, which is removing '00' from the front(which is the property of a csv file). Similary it will do with the date data also, for instance.. source target 05/11/200...
by dspxlearn
Thu May 11, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3695

Hi chulett and Aparna, Thanks for your earliest replies.We are using the delimiter as a parameter in which we are using ',' as a default value.So, i am not keeping the record delimiter as 'comma'.So, i think it should work... You mean to say that even if we don't give the .csv extension it will resu...
by dspxlearn
Thu May 11, 2006 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3695

.csv

Hi, While outputting the ds extract, if we give the output file name with the extension .csv , will datastage automatically convert into csv files.I searched across the forum but there was no post helpful to me. And if it doesn't work what kind of setting to be done in the target sequential file.I m...
by dspxlearn
Fri Apr 07, 2006 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MaKe Subrecord
Replies: 7
Views: 3682

Hi Its working now..The data format which is outputting is different form the output which is shown in the pdf manuals.. And the () is because of the RCP..I enabled it in the source but not in the make subrecord stage...when i enabled it across all the 3 stages its working and showing up the require...
by dspxlearn
Thu Apr 06, 2006 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MaKe Subrecord
Replies: 7
Views: 3682

Hi ArndW, Acutally i need the source data as shown in the manuals for the 'make subrecord stage'. for which i have used the make vector stage to create three vector columns. This data i am passing through the make surecord stage to get the reqiured output. In my first job (make vector stage) my sour...
by dspxlearn
Thu Apr 06, 2006 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MaKe Subrecord
Replies: 7
Views: 3682

hi,


Even i a facing the same problem...Could you resolve this problem
by dspxlearn
Thu Apr 06, 2006 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vector output
Replies: 1
Views: 1102

vector output

Hi, I am working on make subrecord stage by taking the vector records from a dataset. But i am not getting the required output. I did the same thing which in given in the manuals.But it doesn't show up.. I have three vector columns from my source.But in the output is showing in a strange way with so...