Search found 5 matches

by Poonam Singh
Wed Jan 24, 2007 1:36 pm
Forum: General
Topic: count the records in stage
Replies: 4
Views: 2885

count the records in stage

Hi all, In my one of job I have 3 stages ODBC stage, transformer stage then sequential_file stage DSLink3 joins ODBC stage to transformer stage and DSLink4 joins transformer to sequential_file stage. Is that possible I can use 4th stage to count records which is going into seqential_file stage from ...
by Poonam Singh
Thu Dec 07, 2006 7:27 am
Forum: General
Topic: Rename the txt file
Replies: 6
Views: 4401

Rename the txt file

Hi, I am trying to rename the ppff1206.txt to ppff1206.txt.bak and I wrote following code. Call DSExecute ("NT", mv "/ss/ppff":FileNameSuffix:".txt" to "/dd/ppff":FileNameSuffix:".txt.bak" ) when I compile it it gives following error Compiling: Sourc...
by Poonam Singh
Tue Nov 21, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: store procedure
Replies: 3
Views: 1235

but how I can pass the parameters when I have "source" in syntax tab in
procedure type
by Poonam Singh
Tue Nov 21, 2006 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: store procedure
Replies: 3
Views: 1235

store procedure

Hi

I am trying to create a job to run the oracle procedure from datastage.

Oracle procedure have two parameters ymd, p_return_code.
ymd is date like 20061115 and p_return_code is null.
I have datastage version 7.5

Please help me to accomplish this. I am new in store call procedure.
by Poonam Singh
Tue Oct 10, 2006 10:49 am
Forum: General
Topic: Remove the qotes
Replies: 2
Views: 2975

Remove the qotes

Hi,

I have one character column name xyz in which I have some characters with quotes. I need to get rid or the quotes.
Please help me out.
example
xyz
UBIT "O"

3144 N "G"

XUDM "XU"

I want the result like that
UBIT O

3144 N G

XUDM XU