Search found 47 matches

by Hemant_Kulkarni
Tue Jul 10, 2007 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Validations in Datastage
Replies: 34
Views: 22498

Code: Select all

D [years.digits] [delimiter skip] [separator] [format.options
[ modifiers ] ] [ E ] [ L ]

servjdev.pdf has more details on the "D" function.

Hope This Helps
by Hemant_Kulkarni
Fri Jul 06, 2007 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while writing data to SAS dataset.
Replies: 1
Views: 1413

Hi Prakash,

I am getting the below error

APT_SAS_Export,0: subprocess failed with exit code 2,APT_SAS_ExportDriver in APT_SAS_Export


Can you please tell me the solution ?
Do i need to change anything in the dsenv file ?

your help will be appreciated .
by Hemant_Kulkarni
Thu Jul 05, 2007 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: DSR_SCHEDULE
Replies: 7
Views: 2589

Does the new user have permission to schedule jobs ?? Entries should be available in cron.allow and at.allow
by Hemant_Kulkarni
Wed Jul 04, 2007 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Automation
Replies: 6
Views: 1451

you can do something like this.. Wait for File (looks out for .csv file) File Found ? Trigger job to process that file Rename the file as .processed File Not found ? Sleep for designated time (say 1 hour) or Exit the sequence The strategy to be used depends on the frequency with which you want to lo...
by Hemant_Kulkarni
Wed Jul 04, 2007 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Validations in Datastage
Replies: 34
Views: 22498

Code: Select all

If Iconv(Input.Date,"D-YMD[4,2,2]") = Input.Date Then "Invalid Date" Else "Valid Date"
This should work
by Hemant_Kulkarni
Tue Jul 03, 2007 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique Sequence Number
Replies: 7
Views: 1651

search on KeyMgmtGetNextValue will give you all the details.
by Hemant_Kulkarni
Tue Jul 03, 2007 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage
Replies: 5
Views: 3037

Hi,

Code: Select all

error:ORA-01036: illegal variable name/number. 
It was a bug in 7.5.1A, there was a patch available though. Looks like they havent fixed it in DS 8.

For the date conversion, try to use Oracle to_date() function
by Hemant_Kulkarni
Thu Jun 14, 2007 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation error
Replies: 5
Views: 2688

Re: Transformer compilation error

Thanks for the reply...
In the PATH variable it is pointing first to VC++ 2005 ... any other vairable that need to be changed or any Project specific variable to modified. Please clarify.

Thanks Much.
by Hemant_Kulkarni
Thu Jun 14, 2007 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler
Replies: 5
Views: 2534

Re: C++ Compiler

Even i am using the VC++ 2005 on win XP but there is problem in compiling Transformer stage. All the other jobs with transformer works well. I tried setting the C:\Program Files\MKS Toolkit\bin\ncev.cmd file manually as it does not contain entry for the vc++ 2005 version 8 compiler. But no luck. Can...
by Hemant_Kulkarni
Thu Jun 14, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Parameters in Datastage 7.0
Replies: 6
Views: 8033

Thanks bashbal.

This confirmation certainely helps.

We are now moving to 7.5.1 and I know that $PROJDEF would definetly work there 8)

Thank you all for your support. I will mark this topic as Resolved.
by Hemant_Kulkarni
Thu Jun 14, 2007 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Temp Dir Space issue
Replies: 5
Views: 2136

If your input data is relatively less, use sparse lookup instead
by Hemant_Kulkarni
Wed Jun 13, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting DSGetLogSummary in More readable format
Replies: 9
Views: 4476

char(13) : char(10) will give you desired line break
by Hemant_Kulkarni
Wed Jun 13, 2007 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pl/sql in oracle plugin
Replies: 15
Views: 5753

I think you can call the pl/sql script using call function

Code: Select all

 call plsqlfunction(param1,param2) 
by Hemant_Kulkarni
Wed Jun 13, 2007 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Parameters in Datastage 7.0
Replies: 6
Views: 8033

Thanks Josh & Craig $PROJDEF does not work. I don't know why. People tell me that it works in 7.0.1 and not in 7.0 When I give $PROJDEF as default value, the string value "$PROJDEF" is taken as the value for the parameter (which is not what I want). For eg: Default value for SOURCE_DB,...
by Hemant_Kulkarni
Wed Jun 13, 2007 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation error
Replies: 5
Views: 2688

Re: Transformer compilation error

The cxx.ccg is in the folder
c:\Progra~1\MKSToo~1\etc\nutccg even i am facing the same problem. Tried copying the files from nutccg directory to etc, but no luck. Also the PATH env variable is set correctly. I am using MS VS 2005.

Any clue. Please advice.

Regards,
Hemant_K (N)