Search found 87 matches

by mab_arif16
Wed May 10, 2006 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get no. of rows inserted and updated
Replies: 8
Views: 2145

DSguru2B wrote:Are your inserts and updates from a single Stage. Or you are splitting the inserts and updates?
They are form a single stage and loaded into the database using upsert method
by mab_arif16
Wed May 10, 2006 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get no. of rows inserted and updated
Replies: 8
Views: 2145

Get no. of rows inserted and updated

Hi
I have a job which extracts the data from a stored procedure and upserts it in a table .
I am required to write a log file in unix ,which should contain number of rows inserted and number of rows updated in the table .
I need some suggestion as how to do it
Thanks
Arif
by mab_arif16
Mon May 08, 2006 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in stored procedure
Replies: 5
Views: 2742

Hi Does any body have an idea what this error is Stored_Procedure_4,0: Error: Sybase datatype not presently supported I am trying to call the stored procedure which takes start date an d end date as input using sel_fls_DSS_extract @begin_datetime = 'MAY-08-2006 09:30:00AM' ,@end_datetime = 'MAY 08 2...
by mab_arif16
Fri May 05, 2006 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in stored procedure
Replies: 5
Views: 2742

The database is sybase ,stored procedure takes input parameters start_date and end_date from sequential file ,and runs the stored procedure for each input.
by mab_arif16
Fri May 05, 2006 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in stored procedure
Replies: 5
Views: 2742

Error in stored procedure

Hi I am trying to run a stored procedure with input from a sequential file when I call the stored procedure with transaction size 0 I get teh following error ExecACCTPlanProcedure,0: Error: Deadlock detected: all input links blocked But when I give it something other than 0 I get an error: Stored pr...
by mab_arif16
Fri May 05, 2006 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through the files in directory
Replies: 5
Views: 4550

Hi
Thanks for your help can you explain the sequence method in more detail ,how to get a list of files and how to how to loop the job processing the files.
Thanks
Arif
by mab_arif16
Fri May 05, 2006 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through the files in directory
Replies: 5
Views: 4550

Looping through the files in directory

I have a job which needs to loop through the files in a directory ,read all the files sequentially in the order which they were created,These files have a time stamp in their name .
Does any body has an idea about it.
Thanks for the help
Arif
by mab_arif16
Fri May 05, 2006 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 2105

Procedure call syntax , map to column in Stored procedure

Hi guru
I have tried to give the input column name in maps to column in parameter tab,but I am getting error ,is there some changes needed to be done to done to procedure call syntax in the SP stage as well.
by mab_arif16
Thu May 04, 2006 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 2105

I am using the actual stored procedure stage .I dont think it is possible to give an input to the ODBC stage which calls stored procedure.
by mab_arif16
Thu May 04, 2006 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 2105

Syntax for input column

Hi Ray If the input columns are col1,col2 ...etc. from input files , and the parameters to stored procedure are @ input1,@input2..etc In the syntax to call the procedure Will the syntax of stored procedure be #procedurename#@input1=col1,@input2=col2 or #procedurename#@input1=DSLink.col1,@input2=DSLi...
by mab_arif16
Thu May 04, 2006 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 2105

Not abel to view content

Hi Ray
I have just bought the membership for charter members ,but still I am not able to view all the contents ,do you have any idea how much time it will take to activate the membership.
Thanks
Arif
by mab_arif16
Thu May 04, 2006 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 2105

Input to a stored Procedure

Hi
I it possible to give an sequnetial file as input to a stored procedure.I want to pass file data as input to the procedure parameters .
If it is possible then what will be the syntax in stored procedure
Thanks
Arif