Search found 43 matches

by Madhav_M
Mon Jun 13, 2005 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job names in the folder??
Replies: 5
Views: 3773

Hi
Thanks for your replies.. I saw the previous post also.

Where to use the Sql option and how to use it?

Thanks
Madhav
by Madhav_M
Mon Jun 13, 2005 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job names in the folder??
Replies: 5
Views: 3773

Job names in the folder??

Hi,
Is there is any way to get list of job names under a folder in a project.

I am getting list of all jobs by using
dsjob -ljobs <project name>

is there is anyway to add folder name too.

Thanks
Madhav
by Madhav_M
Mon Jun 13, 2005 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i use stored procedures in PX.
Replies: 9
Views: 3400

Is there is any ways to import stored procedure into a routine??
by Madhav_M
Fri Jun 10, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting data using 'filter' command in Sequential file stage
Replies: 10
Views: 4814

Yamini, I think ur trying sequential file as ur source and want to use the filter option which is provided next to filname properties. For the above case in the filter option use the following code sort -k 3,3 Further u should check this stage uses filter option in the stage tab. Basically above com...
by Madhav_M
Tue Jun 07, 2005 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Insert and Update rows count
Replies: 4
Views: 2401

Getting Insert and Update rows count

Hi, We are basically writing into an Oracle Enterprise stage, source is Sequential file stage. We need to find out selected row count and seprate inserted row count and update row count into target table. I think GetlinkInfo function is not feasible option to achieve this.. as this gives only the ro...
by Madhav_M
Fri May 27, 2005 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition, Format tab
Replies: 5
Views: 1921

First line column names advices Datastage that incoming sequential file has first row as column heading thus it will not be written in the target. Ex: Ur sequential file as the follwing contents Empno, sal 1,100 2, 200 3,300 In format tab if u check first line is column names the first row(empnno, s...
by Madhav_M
Wed May 25, 2005 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

Hi,
Killbill1 i'll try ur option too.

Anrdw: dsjob - wait option throws me error like invalid arugument!
I don't find -wait option at all?
by Madhav_M
Wed May 25, 2005 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

hey I tried sleep only..-wait option seems to be not working for me.. I tried like this, $DSJOB -run -param fname=CRGBNXTRCT06_01.txt -mode NORMAL $PROJECT_NAME $JOB_NAME $DSJOB -wait -run -param fname=CRGBNXTRCT06_02.txt -mode NORMAL $PROJECT_NAME $JOB_NAME $DSJOB -wait -run -param fname=CRGBNXTRCT...
by Madhav_M
Wed May 25, 2005 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

Excellent it works fine..

Thanks
Maddi
by Madhav_M
Wed May 25, 2005 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

In the log it says completed successfully.

FYI when I tried running the each DSJOB command one after another in the command line.. It is executing successfully!!
by Madhav_M
Wed May 25, 2005 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

Hey, I used the following script... PROJECT_NAME=beacon_dev JOB_NAME=TRY_STGTgbCGRndBItem DSJOB=$DSHOME/bin/dsjob $DSJOB -run -param fname=CRGBNXTRCT06_01.txt -mode NORMAL $PROJECT_NAME $JOB_NAME $DSJOB -run -param fname=CRGBNXTRCT06_02.txt -mode NORMAL $PROJECT_NAME $JOB_NAME $DSJOB -run -param fna...
by Madhav_M
Wed May 25, 2005 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source as a parameter?
Replies: 14
Views: 5137

Source as a parameter?

Hi, We are going to have a simple job which loads from a sequential file to a Oracle table. But the problem here is since the volume of the records is more the data is splitted to n number of chunks of sequential file. Basically we are trying to develop a single job and parameterizing the source seq...
by Madhav_M
Wed May 18, 2005 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect JobMonApp
Replies: 2
Views: 2584

Failed to connect JobMonApp

Hi,

I am getting this warning when i run a parallel job.
The jobs uses oracle enterprise stage..
itz a simple job which loads (direact mapping) from source to target.

Warning is:
Failed to connect to JobMonApp on port 13401

Can anyone help me out to resolve this issue.

Thanks in advance
by Madhav_M
Tue May 17, 2005 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to get the summary of a job..
Replies: 15
Views: 6419

If you run multiple jobs at the same time how the same sequential file is updated if you go for single sequential file?
by Madhav_M
Tue May 17, 2005 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameteres through Unix Script
Replies: 4
Views: 2901

Hi
Can we have list of parameters in a file
and pass the file as a parametere to this routine?

It would help me to have a centralised file and change the list of parameters as when required :lol: