Search found 74 matches

by altruist
Mon Jul 21, 2008 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sqlplus suppress header
Replies: 6
Views: 4666

sqlplus suppress header

Hi Everyone,

I am trying to call sqlplus from a script and executing query.

I want sqlplus to return only the data and no headers (column names) footers (number of rows returned). How can I suppress these?
by altruist
Wed May 21, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connecting to sqlserver
Replies: 2
Views: 1624

connecting to sqlserver

Hi everyone,

Can you tell me, which stage do we need to use to connect to SQL server.

And is it possible that SQL Server 2005 will be installed on Unix or can it be only installed on windows.

Thanks
by altruist
Wed Oct 11, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: return code from DSU.ExecSH
Replies: 2
Views: 1928

return code from DSU.ExecSH

Hi, If we used the following code in routine EARLIER Statements .... Call DSU.ExecSH(UnixCmd, ErrCode) If ErrCode <> 0 Then Call DSLogFatal("failed.", rtnName) ....... NEXT Statements Will the ErrCode check wait for the unix command to be completely executed i.e for example if i have issue...
by altruist
Tue Sep 26, 2006 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: informix (small question)
Replies: 1
Views: 596

informix (small question)

I was looking at the Database plugins in datastage and Saw that Informix plugin has CLI written on it? is it command line interface? Why is that different from other database plugins?
by altruist
Wed Jun 21, 2006 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 7721

Hi Sud,

Would be great if you could provide the link.

Regards
by altruist
Wed Jun 21, 2006 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel and server job in a sequence
Replies: 6
Views: 1805

Can I get some info about orchestrate operators.

We havent got parallel extender installed yet over here.

But I would like to get knowledge before hand on it. Is there a possibility of getting documnets on

a) Tutorial parallel jobs
b) orchestrate operators

thank you
by altruist
Wed Jun 21, 2006 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel and server job in a sequence
Replies: 6
Views: 1805

parallel and server job in a sequence

Hi, If i have two job activities in a sequence. first one being parallel job and second one being server job. If the output of first job is input to second job. Do we need to convert the .ds (dataset for eg.) to sequential file and then pass on to server or will server job be able to read the .ds fi...
by altruist
Wed Jun 21, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle to Oracle OR anything other option
Replies: 6
Views: 1628

Oracle to Oracle OR anything other option

Hi, I need to extract data from Oracle1 and have to update Oracle2 Without any transformation, direct one to one mapping. Does it matter if I have i) Oracle -> Flat File -> Transformer -> Oracle ii)Oracle -> Transformer -> Oracle Is there any necessity with regards to performance to have flat file i...
by altruist
Thu Jun 08, 2006 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading a file from unix server into a variable
Replies: 7
Views: 2275

what is the difference between DSU and without DSU?

Thought for any datastage provided routines we need to use DSU.

Its working right now

Thanks
by altruist
Thu Jun 08, 2006 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading a file from unix server into a variable
Replies: 7
Views: 2275

I used the following code $INCLUDE DSINCLUDE JOBCONTROL.H dump=Arg1 Ans=0 UnixCmd="cat /nz/etl/dev/wrk/pwd_mms_etlext" Call DSU.DSExecute("UNIX",UnixCmd,SystemOutput,ErrCode) Ans=SystemOutput But it gives the following errors Program "DSU.TryUnix": Line 8, Unable to ope...
by altruist
Thu Jun 08, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading a file from unix server into a variable
Replies: 7
Views: 2275

reading a file from unix server into a variable

Hi Everyone, In routines, i am using UnixCmd="cat ""\PATH":"Filename" Call DSU.ExecSH(UnixCmd,Error) I need to have the value read from the file in order to return it from routine. So taht I can use it in my jobs. How can I get the result of the executed command Thanks ...
by altruist
Wed Jun 07, 2006 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing sequences in parallel within a batch
Replies: 2
Views: 992

executing sequences in parallel within a batch

Hi All,


I created a batch to run the sequences in order, i.e one after the other. But I want to CERTAIN sequences to run in parallel. How can i do that.


Thank You
by altruist
Mon May 22, 2006 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Extraction
Replies: 1
Views: 780

Data Extraction

Hi there, I am stuck with a SQL query. Not able to figure out how to go with it. I have got 3 tables. a) Core_Client Fields : client_nbr, brn_nbr b) Other_Client Fields client_nbr, brn_nbr, sub_nbr c) Oper_geo Fields sur_geo_id,brn_nbr, sub_nbr Join Relationship : Table A is left joined to Table B b...
by altruist
Thu May 11, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling & debugging Basic Code
Replies: 2
Views: 1151

compiling & debugging Basic Code

Hi Everyone, I am new to write Basic programs. In the manager I saw where we can compile and Test the basic code (although would like to have better interface to debug step by step, able to see variables etc) The Ascential document speaks about a) CREATE.FILE, type 1 or type 19 b) RAID command for d...