Search found 21 matches

by manojkumarnayak
Wed Feb 08, 2006 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strip $ sign from Sequential file
Replies: 3
Views: 1789

Re: Strip $ sign from Sequential file

several ways are there .
you can use shell script to remove $

sed 's/\$//g' < file name>

you can use this script for other files.

it is faster.


regards
manoj
by manojkumarnayak
Wed Feb 08, 2006 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command line execution
Replies: 13
Views: 5710

go to the folder containing dsjob.exe. Then run it with proper parameter arguments.
Or you can add the path of "dsjob.exe" to your environment path and run from any location.

manoj
by manojkumarnayak
Wed Feb 08, 2006 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: a different xml file source
Replies: 0
Views: 477

Re: a different xml file source

can you give the log reports.

manoj
by manojkumarnayak
Wed Feb 08, 2006 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling large volume messages with Read Mq Source stage
Replies: 3
Views: 913

Hi Kalpna Message Limitis the number of messages to be read from the queue. A positive integer (a value greater than zero) for this field causes the stage to stop reading messages after the specified number has been read, even if messages remain on the queue. The default value 0 indicates that Messa...
by manojkumarnayak
Wed Feb 08, 2006 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command line execution
Replies: 13
Views: 5710

Question is not in detail.
what i guess is chose option 1. or give the datastage installed drive.
when > prompt comes write DOS.
you will get a DOS prompt.

manoj