Search found 324 matches

by sachin1
Sat Jun 23, 2007 2:51 am
Forum: General
Topic: Call a Routine in a Parameter value
Replies: 11
Views: 4937

Re: Call a Routine in a Parameter value

hello, if my interpretation about your doubt is clear, i think you want to use a parameter, just like all other parameters used in JOB-PROPERTIES . If you want to use this job to be executed from Batch file. Then i think below could be a solution which is quite cumbersome. you have to use these codi...
by sachin1
Fri Jun 22, 2007 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use routine "StringDecode"
Replies: 4
Views: 2085

Re: How to use routine "StringDecode"

hello, with this routine, once a Arg2 which is like key-value pair as A=1|B=2|C=3 or even like h=hello|j=jai|k=kamat. i think the lookup Arg2 is session specific, if you try to add more value to lookup to Arg2 after executing and re-run the routine, it does not work. if you close your session, i mea...
by sachin1
Fri Jun 22, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18007

Re: Using DSGetJobInfo

you can use

DSGetJobInfo(JobHandle,DSJ.JOBSTARTTIMESTAMP)

need little formating. (server job)
by sachin1
Fri Jun 22, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NUll to oracle date
Replies: 5
Views: 2302

Re: NUll to oracle date

i agree with chulett their should be no problem.
by sachin1
Fri Jun 22, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read data from Excel
Replies: 7
Views: 3689

Re: Read data from Excel

below are the steps for reading .xls file. for example in my case i have a data like 12 hello 51 hello 13 hello 43 hello 15 hello 21 hello 58 hello 60 hello 34 hello 89 hello in two seperate columns of sheet. 1. Import the file structure from "sequential file Definitions". 2.you will get a...
by sachin1
Fri Jun 22, 2007 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates problem
Replies: 11
Views: 3726

Re: Remove duplicates problem

looking at UIDCONTRACT COMMISSION_TYPE, combination of both seems to be unique, please provide more data for input and what exactly output you want.
by sachin1
Wed Jun 20, 2007 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: folding a single record into multiple records at fixed width
Replies: 24
Views: 9169

Re: folding a single record into multiple records at fixed w

hello with so much of post little confusion !!! i think you want your input data like sachinbankarparthkarkahnyusuf to be like sachi nbank arpar thkar kahny usuf i have used a routine for this conversion, but it shows a data in output file like "sachi nbank arpar thkar kahny usuf" so need ...
by sachin1
Wed Jun 20, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle stage Reject Link in Datastage
Replies: 5
Views: 10428

Re: Oracle stage Reject Link in Datastage

hello, just for testing i created an input file where i use a value of particular field which is more than the length described in database(oracle). in transformer i use a constraint "REJECTED". so the particular record which does not satisfy the precision or length is found in a sequentia...
by sachin1
Wed Jun 20, 2007 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see routine code
Replies: 2
Views: 1221

Re: Unable to see routine code

i think routine was exported without source code option being checked, so the routine is exported just with object code, you can compile,test this routine but not able to view a code.
by sachin1
Tue Jun 19, 2007 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal problem with OCI
Replies: 2
Views: 1389

Re: Decimal problem with OCI

please could you provide more values where you are facing problem, just to analyze the data, may be something related to trunc or rounding of values, or may be something as suggested by ray.
by sachin1
Tue Jun 19, 2007 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Trim
Replies: 4
Views: 2137

Re: Problem with Trim

you can use compare function and use its return value for your proper propagation.
by sachin1
Tue Jun 19, 2007 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing detail information of job in other category
Replies: 8
Views: 1675

Re: Capturing detail information of job in other category

hello i am new to datastage, but below process is followed by department. for batch file you may be using DSExecute.exe with parameter as job name. in this job, go to job-properties-->job-control. in job-control write your code which will use following routines like DSAttachJob DSRunJob DSGetLogSumm...
by sachin1
Mon Jun 18, 2007 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constrains,derivations,stage variables which one is executes
Replies: 9
Views: 3145

Re: constrains,derivations,stage variables which one is exec

hello,
the stage variable declaration in stage properties,then definition and then constraints.

just like in any language.

declaration,definition and usage of the variable.
by sachin1
Thu Jun 14, 2007 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine Dates
Replies: 11
Views: 3780

Re: Combine Dates

hello dear, i am little doubtful about your output data, if you could be little precise on output data, we can find some proper solution.