Search found 324 matches

by sachin1
Wed Aug 29, 2007 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 14
Views: 5119

Re: Stored Procedure

i am using Datastage server 7.5 (server edition)... we have a stored procedure stage.
by sachin1
Wed Aug 29, 2007 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 14
Views: 5119

Re: Stored Procedure

hello, you have to create a procedure in database having input parameters that you require for your processing. Next in Stored_Procedure stage goto --> syntax tab -->give the name for procedure --> uncheck generate procedure call ---> then call your procedure like for example BEGIN p2('#val#'); END;...
by sachin1
Wed Aug 29, 2007 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 2125

Re: Delete Categories

Hello Ray i tried deleting category with jobs inside it as well as empty category from client machine, it deletes immediately and refreshes.
by sachin1
Fri Aug 24, 2007 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Months Calculations
Replies: 2
Views: 1194

Re: Months Calculations

Please search for forum, their is some custom routine developed by Ray.
by sachin1
Thu Aug 23, 2007 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataTypePicComp3Unsigned
Replies: 3
Views: 1140

Re: DataTypePicComp3Unsigned

hello it is in category sdk\DataType\DataTypePicComp3Unsigned.

and it says that this routine is used for
Converts an unsigned packed decimal number into an integer.

can you please elaborate more on this ArndW.
by sachin1
Tue Aug 21, 2007 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a stored procedure in Stored procedure stage
Replies: 4
Views: 1384

Re: How to call a stored procedure in Stored procedure stage

Hello have you tried to execute your procedure from command line. i think you have an issue with procedure.

please check, if it not the case then we need to check for something else .....
by sachin1
Tue Aug 21, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle oci stage options
Replies: 6
Views: 1523

Re: Oracle oci stage options

thank you ray !!
by sachin1
Tue Aug 21, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a stored procedure in Stored procedure stage
Replies: 4
Views: 1384

Re: How to call a stored procedure in Stored procedure stage

from your description it seems that your proecdure does not need input nor it is giving output. so in your procedure stage just give the name of procedure in tab SYNTAX(Procdure Name) and select Procedure type (Transform). hope it may help any issues please paste your error message for us to guide y...
by sachin1
Mon Aug 20, 2007 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle oci stage options
Replies: 6
Views: 1523

hello ray please can you please elaborate on it, in my case i have selected OCI stage --> Input tab-->General tab-->(Update existing rows only), but in SQL tab it still shows both of the tabs as disabled.

i have checked for selection like User defined SQL also.
by sachin1
Mon Aug 20, 2007 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you Call Pro C program from DataStage
Replies: 1
Views: 1051

Re: Can you Call Pro C program from DataStage

yes just like you call any program from job properties, before-job subroutine or after-job subroutine tabs.

just to give an example

ExecDos sqlplus -s oracle/oracle@BIODS.WORLD @#directory#\in\1.sql

similary you can work on pro *c file execution.
by sachin1
Mon Aug 20, 2007 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle oci stage options
Replies: 6
Views: 1523

Re: Oracle oci stage options

i think these tabs are always disabled.
by sachin1
Mon Aug 20, 2007 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a user define routine from another user define r
Replies: 2
Views: 1841

Re: How to call a user define routine from another user defi

something like this

Deffun COMNettoieFichier(A1, A2) Calling "DSU.COMNettoieFichier"
by sachin1
Wed Aug 15, 2007 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO CALL STORED PROCEDURE FROM DATASTAGE SERVER
Replies: 5
Views: 8452

Re: HOW TO CALL STORED PROCEDURE FROM DATASTAGE SERVER

i have worked with call a .sql file from after job routine which is in JOB Properties, General tab. in after job subroutine drop down select ExecDos and next to is is Input value where you can type or call your .sql file which in turns calls a oracle procedure. just a example ExecDos sqlplus -s orac...
by sachin1
Wed Aug 15, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO CALL STORED PROCEDURE FROM DATASTAGE SERVER
Replies: 5
Views: 8452

Re: HOW TO CALL STORED PROCEDURE FROM DATASTAGE SERVER

dear can you please elaborate on the sequence mentioned which confusing but after one job i have to execute this job, if we can analyze the sequence, you can get proper response.
by sachin1
Tue Aug 14, 2007 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: value of date parameter in OCI stage
Replies: 1
Views: 844

value of date parameter in OCI stage

i have a question like i will use a parameter (date parameter or string parameter) having a values like '31/01/2007' 'DD/MM/YYYY' FORMAT for my job, can i use this parameter in my OCI stage for comparision with columns containing date values.