Search found 34 matches

by varaprasad
Thu Sep 11, 2008 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute a Teradata Macro in a DS job?
Replies: 5
Views: 3938

resolved

What specific problem you are facing, since if using Teradata API stage and the normal method of mentioning 'USING <<column_name>> , followed by exec <<macro_name>> ( :column_name ). Do please post any specific message / error you are facing. It was my mistake, It got resolved when I mentioned the ...
by varaprasad
Wed Sep 10, 2008 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute a Teradata Macro in a DS job?
Replies: 5
Views: 3938

Thank you Ray. Infact, I am facing difficulty while passing the parameters. For eg, I can execute the following macro in Teradata as follows:
exec macro_name(param);
In my DataStage job, I will be getting that parameter from a seq file
as a value.
How to deal with this? Plz help.
by varaprasad
Wed Sep 10, 2008 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute a Teradata Macro in a DS job?
Replies: 5
Views: 3938

How to execute a Teradata Macro in a DS job?

Hi,
I want to execute a Teradata parameterized macro in a DataStage job.
The job will have one input sequential file stage from where I will get some values and using them as parameters I have to execute a macro in the target Teradata stage.
How to achieve this?
by varaprasad
Mon Aug 11, 2008 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transferring Output file to another server
Replies: 3
Views: 856

Can we do this in a single call (shell command) without creating any scripts?