Search found 49 matches

by rgandra
Wed Jul 20, 2005 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling sequencer through unix script
Replies: 2
Views: 1913

calling sequencer through unix script

i am calling the sequencer through unix script i am getting the error [b]Job sjxxxx cannot be multiply invoked[/b] while invoking the sequencer.can anybody tell me the solution.
Thanks in advance
by rgandra
Mon Jul 11, 2005 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 3
Views: 2051

Stored Procedure

How can i run a SQL store procedure which creates a text file. I tried with ODBC stage giving dummy output links to the transformer and to a text file, but the job aborts because it is not giving any result set gives an error message like this " DSD.BCIOpenR call to SQLNumResultCols failed. SQL...
by rgandra
Thu Jul 07, 2005 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: link information in parllel job
Replies: 6
Views: 2200

Hi kDuke,
Thanks for the reply.Actually i have to use DSGetLinkInfo function in the transformer so Can you tell me how to use that function.
Thanks,
rgandra
by rgandra
Thu Jul 07, 2005 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: link information in parllel job
Replies: 6
Views: 2200

[quote="ArndW"]rgandra, the DSGetJobInfo is not an array but is a function and needs to be declared before you use it. What you need to insert into your source code is the statement [code]$INCLUDE DSINCLUDE JOBCONTROL.H[/code] which defines that function call.[/quote] Hi ArndW, Thanks for ...
by rgandra
Wed Jul 06, 2005 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: link information in parllel job
Replies: 6
Views: 2200

link information in parllel job

I have parllel job on DataStage7.5 in that I tried to use DSGetLinkInfo in my parllel job but it is giving syntax error AS DSGetLinkInfo variable not defined.I know usage of DSGetLinkInfo in server job.Can anyone help me how to use DSGetLinkInfo in parllel?
by rgandra
Wed Jul 06, 2005 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking a UNIX Shell script in a stage
Replies: 3
Views: 850

Hi Aditya,

Go to job properties and select EXECSH from the before job subroutine drop down. specify any input parameters in the input value field.

Thanks
sandeep
by rgandra
Mon Jun 13, 2005 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation problem:cannot unpack libdslic.so
Replies: 6
Views: 3245

Installation problem:cannot unpack libdslic.so

Hi folks, I am trying to install DataStage 7.5 on sun solaris. I am getting the follwing error: /export/home/alandau/install.sh: //solaris/server.: cannot open ERROR: cannot unpack libdslic.so I went thru previous Posts but that didn't solve the problem. Any help is appreciated. -sandeep
by rgandra
Thu Apr 28, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 62 Phantom 27651
Replies: 6
Views: 2163

Narendra,

Check the if and else staments in the transformer. I think, somewhere you are missing else clause.

Check the first tranformer in your job as mentioned in the error. If you are not using if else clauses let me know what ru doing.


-sandeep
by rgandra
Wed Apr 27, 2005 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File format
Replies: 2
Views: 1341

File format

Hi, The file generated in DATASTAGE is going to be used in MAINFRAME COBOL program. So I need to convert the ASCII file into EBCDIC from. I did the following steps to covert ASCII to EBCDIC but the numeric fileds are showing in the text fromat. Please let me know are there any other methods availabl...
by rgandra
Tue Apr 26, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do we generate surroget keys
Replies: 3
Views: 1750

hi

You can use the routines like gennextkey to generate surrogate keys.

-sandeep
by rgandra
Thu Mar 31, 2005 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to hand mutiple files in server jobs
Replies: 6
Views: 994

Hi

Can you give some more description about your problem? As what exactly you want to do with that files?


sandeep
by rgandra
Thu Mar 31, 2005 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help On Output SQL
Replies: 6
Views: 1676

Hi

If i understand your problem correctly here is the solution.

1)use sql server as source.
2)use as400 table as look up.
3) in the transformer use a constraint i.e ISNULL(COLUMN)=@TRUE.
4) send the output to target as400.

Any questions let me know
sandeep
by rgandra
Fri Mar 25, 2005 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleteing a job
Replies: 4
Views: 1495

Thanks Ray

I really appreciate your time.

sandeep
by rgandra
Thu Mar 24, 2005 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleteing a job
Replies: 4
Views: 1495

thanks ray for your quick response. I was doing the way you have suggested for most of my jobs. I have used the command only for the jobs that locked in process. I mean when i see the message 'cannot get exclusive to the job'. Could you please tell me one more thing, as my over30 size for ds_jobobje...
by rgandra
Thu Mar 24, 2005 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleteing a job
Replies: 4
Views: 1495

deleteing a job

Hi folks, Do we need to delete RT_STATUS,LOG,BP,CONFIG files before deleting a job?. Or can we delete directly from the admin command window using DELETE FROM DS_JOBS WHERE NAME 'jobname'? I usually prefer the later command. I didn't face any problem so far.But still, after deleting the job you can ...