Search found 11 matches

by kumar
Thu Jan 05, 2006 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reports Files write to EXCEL FILE OUTPUT
Replies: 2
Views: 1594

Reports Files write to EXCEL FILE OUTPUT

Hi


My source data is FlatFiles.After reading data from flatfile we have to write data to Excel File Output(Excel Formate).Please give some idea regarding this

thanks
by kumar
Thu Dec 22, 2005 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterize the shell script path in Execute command stage
Replies: 3
Views: 2455

Parameterize the shell script path in Execute command stage

In the Execute command stage i given command line as "sh /data/customer/Personal/fine.sh" this is hard coded. We tried parametterzing the Execute command path and the name but datastage doesn't allow us to parameterize the shellscript path .The script to run should be soft-coded.so please ...
by kumar
Mon Dec 19, 2005 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to diffrentiate the parameters in execute command stage
Replies: 8
Views: 3852

Re: That's why it goes wrong

hi thanks for your help. the syntax is working .we have to give space between two parameters same like
#USERID# #PASSWORD# #ANYPARAM#

thanks
by kumar
Wed Dec 14, 2005 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to diffrentiate the parameters in execute command stage
Replies: 8
Views: 3852

Re: How to diffrentiate the parameters in execute command st

Hi, Just to expand on the previous post, I have a shell script in which I have defined 3 parameters as $1,$2 and $3. I have to execute this script from the Execute Command activity by passing these 3 parameters. In the sequence, I have defined these 3 parameters as "Username", "Passwo...
by kumar
Wed Dec 14, 2005 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to diffrentiate the parameters in execute command stage
Replies: 1
Views: 1106

How to diffrentiate the parameters in execute command stage

hi

Thanks for your help. I am having total 3 parameters example
#username#
#password#
#filename#
and I given like syntax #username#:' ':#password#:' ':#filepath#
and I am unable to get the result.
please can you tell how to give parameters in execute command stage ?

from
kumar
by kumar
Wed Dec 14, 2005 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to diffrentiate the parameters in execute command stage
Replies: 8
Views: 3852

How to diffrentiate the parameters in execute command stage

hi

Thanks for your help. I am having total 3 parameters example
#username#
#password#
#filename#

and I given like syntax #username#:' ':#password#:' ':#filepath#
and I am unable to get the result.
please can you tell how to give parameters in execute command stage ?

from
kumar
by kumar
Tue Dec 13, 2005 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to diffrentiate the parameters in execute command stage
Replies: 8
Views: 3852

How to diffrentiate the parameters in execute command stage

hi


I am executing the sh.script in datastage using Execute command stage. I am unable to diffrentiate the parameters.

example:#username# #password#

So please tell me which character is used instead of space between two parameters

thanks
by kumar
Mon Dec 12, 2005 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise Stage
Replies: 2
Views: 1786

FTP Enterprise Stage

I want to ftp multiple files from a remore directory using FTP Enterprise stage . I have tried with many options. It is asking for port number in URI path . Can someone guide me how to give exactly the URI and files . Some info: My server 10.125.46.152 file path--/data/vsn/ I want to ftp all files i...
by kumar
Mon Dec 12, 2005 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem resolved
Replies: 4
Views: 2893

I worked on that and executed perfetly before I got your answers. A little bit confused with the way to use the shell script as that is my first assignment on using shell in DS. I want to ftp multiple files from a remore directory using FTP Enterprise stage . I have tried with many options. It is as...
by kumar
Sun Dec 11, 2005 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem resolved
Replies: 4
Views: 2893

Problem resolved

Hi all, I wrote a shell script File_Rename.sh in a folder say /data/customer/Personal/Prashanth/ Now I want to call that shell script in Execute Command Activity in Job Sequence. There were no parameters for that shell script. When I executed in Unix at command prompt as sh File_Rename.sh , it execu...
by kumar
Mon Nov 28, 2005 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to split a file into number of files
Replies: 2
Views: 1314

Routine to split a file into number of files

Hi everyone, I have a sequential file and I need to split the sequential file into number of files. In that sequential file, we have some records like ***End of Report *** Whenever I get that record, I need to split the file up to that line as one file and so on. Can someone guide me to get the logi...