Search found 61 matches

by sunshine
Wed Apr 25, 2007 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing a script name in filter command of sequential stage
Replies: 3
Views: 1459

yes,

ths sysout will be read by datastage.

assume that i saved script in directory /home/myscripts

assume that script name is: "Read5Lines" with filename as argument.

in filter command what i need to write?



thanks
sunshine
by sunshine
Wed Apr 25, 2007 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing a script name in filter command of sequential stage
Replies: 3
Views: 1459

passing a script name in filter command of sequential stage

Hi,

I have a Sequential Stage. In the filter command i need to call a scirpt with an argument. its unix script.


in which Unix directory i need to store the script?

not sure whether this will work or not.


let me know if you have any questions?


thanks
sunshine
by sunshine
Tue Nov 28, 2006 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we pass Fieldname as parameter within a DRS Stage?
Replies: 1
Views: 923

can we pass Fieldname as parameter within a DRS Stage?

Can we pass Fieldname as Parameter at runtime, within DRS Stage?

when i tried to use #$FIELD_NAME# for a field,in DRS Stage, its saying fieldname must start with character..


Thanks
by sunshine
Wed Sep 13, 2006 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: view log file
Replies: 2
Views: 1670

view log file

Hi,

Other than Director,how can i view the log file?

i browsed the site and came to know that RT_LOGnnn has log info.
can you be more specific,where exactly i can view the log gile and also steps to view the log.

appreciate ur help..

Thanks
sunshine
by sunshine
Sat Apr 08, 2006 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 7359

sorry guys,

i was misunderstood.

Thank you for all,for spending so much time on this topic.

Thhnks once again

sunshine
by sunshine
Fri Apr 07, 2006 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 7359

sill i haven't got solution. assume that i need to execute multiple commands eg: cp a1 a2 cp a2 a3 cp a3 a4 these i need to execute before executing job. if it is only one command, just in can write in Before Subroutine . but in this case,what i need to do? Lookinf forward for ur reply thanks sunshine
by sunshine
Fri Apr 07, 2006 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 7359

ok chulett,

assume that u want to use multiple proper commands, inside filtercommand..

for eg:
cat ...
sep ....
head ....

in this case, what should i do? :)

my question is,should i need to write in .txt file and use the filepath inside FilterCommand or something else...

Thnks
sunshine
by sunshine
Fri Apr 07, 2006 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 7359

Handling multiple commands inside FilterCommand in Seq File?

lets say i need to execute some commands in FilterCommand. for eg: tar cf mytar.tar A.txt B.txt C.txt mv sample.html public_html chmod go-rwx biglist my question is: should i write all these commands in a .txt file and give the path of this .txt file in Filter Command? or some other solution? Thnks ...
by sunshine
Thu Apr 06, 2006 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: skip header and tail while reading from seq file
Replies: 14
Views: 8635

[quote="ray.wurlod"]Use [b]head [/b][b]tail [/b]and [b]wc -l [/b]to strip off the header and trailer lines. ...[/quote]

where i can use this head and tail

can you explain me detail :)

Thanks
sunshine
by sunshine
Thu Apr 06, 2006 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: skip header and tail while reading from seq file
Replies: 14
Views: 8635

skip header and tail while reading from seq file

Skip header and tail while reading from a flat file. source.txt eg: CountryName|Capital USA|Washington UK|London Austria|Vienna Generated on: 04/04/2006 I need to skip the header and tail while reading. resulted output is USA|Washington UK|London Austria|Vienna i searched in DSX, someone told to use...
by sunshine
Sun Mar 12, 2006 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migrating server jobs from 3.0 to 7.5
Replies: 7
Views: 2902

migrating server jobs from 3.0 to 7.5

hi,

i need some information/procedure for migrating datastage jobs from version 3.0 to 7.5. please guide me how to complete this process.

in unix os.


thanks,
sunshine.
by sunshine
Sat Mar 11, 2006 10:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using StoredProcedure
Replies: 4
Views: 1859

Problem in using StoredProcedure

Hi, I need to execute Stored Procedure on a Table, in Data Stage scenario is: OCI ---> Transformer-->ODBC Stage Here i am copying data from OCI Stage(EMP) to ODBC Stage( EMP_NEW) in the mean time, I need to execute a StoredProcedure on table "EMP_NEW" I already created storedprocedure on T...
by sunshine
Thu Mar 09, 2006 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What happens when size increase in a Hash file
Replies: 5
Views: 2293

what happens when size of a Hash file increases?

what happens when size of a Hash file increases?
by sunshine
Thu Mar 09, 2006 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What happens when size increase in a Hash file
Replies: 5
Views: 2293

Re: What happens when size increase in a Hash file

what happens when size of a Hash file increases?
by sunshine
Thu Mar 09, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What happens when size increase in a Hash file
Replies: 5
Views: 2293

What happens when size increase in a Hash file

Hi,

What happens to a Hash file,when size is increased?

lets say i am transfering data from database to a Hash file.

I came to know from DSXchange forum that maximum allowable for a Hash file is 2 GB.

Can someone explain in more in detail....


Thanks

sunshine