Search found 1724 matches

by priyadarshikunal
Thu Aug 02, 2007 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18003

Obfuscation? Maybe there are lots of #define statements literally changing the syntax to make it look like BASIC? You can do the same in BASIC with EQU LIT. :lol: ok, now I tried to make 1 Parellel Routine but i am not able to bring it in runnable state the code is as follows: #include "C:\Asc...
by priyadarshikunal
Wed Jul 04, 2007 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of processors used
Replies: 8
Views: 3248

Re: Number of processors used

JeroenDmt wrote: However the execution time for using a 1, 2 or 4 node configuration file are still about the same.
can you post the cofigurations like partitioning schemes used in your job
there are more possibilities but first of all check this
by priyadarshikunal
Tue Jul 03, 2007 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to configure DSN in ODBC on unix for sql server 2000
Replies: 5
Views: 3689

How to configure DSN in ODBC on unix for sql server 2000

Hi all, we have installed DataStage 8.0.1 on AIX 5.2 but we are not able to see SQL Server Enterprise Stage. An any one tell me what are the possible causes for that? one more thing is that we want to create DSN to use ODBC connector on unix . can any one tell me how to configure a DSN to use ODBC c...
by priyadarshikunal
Fri Jun 29, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in running a routine
Replies: 10
Views: 2313

Refer to the BASIC manuals on how to open a file in BASIC which will bring the pointer to the end of file. Hence when you write again, it will get appended. You should really re-think your approach as , if you call this routine after each job and say you have 50 jobs, this one file can get really h...
by priyadarshikunal
Fri Jun 29, 2007 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in running a routine
Replies: 10
Views: 2313

and one more thing i am calling it in job sequence after a job to get statistics of that job
by priyadarshikunal
Fri Jun 29, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in running a routine
Replies: 10
Views: 2313

You are running two loops (i and j). <snip> Fine and dandy. Still don't think it is appropriate to just post a chunk of code and say "It doesn't work, please fix it for me" without something in the way of documentation or an explanation. Even if the answer is obvious, the OP needs to have...
by priyadarshikunal
Fri Jun 29, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in running a routine
Replies: 10
Views: 2313

DSguru2B wrote:You are running two loops (i and j). You initialize them but never increment them. The condition (i>10) and (j>10) is never true and hence an infinite loop.
Thanks DSguru2B Its working fine now;
can you tell me how to append that file while running next job?
by priyadarshikunal
Fri Jun 29, 2007 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in running a routine
Replies: 10
Views: 2313

Problem in running a routine

When I am trying to run this routine it never ends i am unable to find why? Can any one help me to find out what is the problem? i=1 loop until i>10 DO if i>10 then exit StageName=FIELD(Stages,",",i) if StageName eq "" then exit Links= DSGetStageInfo(JobHandle, StageName, DSJ.LIN...
by priyadarshikunal
Mon Jun 25, 2007 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we export joblog to a file
Replies: 27
Views: 16115

hi Jeawin,

can u send me your jobs to priyadarshikunal@gmail.com

thanks in advance
by priyadarshikunal
Mon Jun 25, 2007 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18003

ArndW wrote:I'm afraid I currently don't have any examples of this to give to you, but perhaps someone else here might wish to post code. ...
thanks for reply ArndW.

please post the code is you find one!

regards,
by priyadarshikunal
Mon Jun 25, 2007 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18003

ArndW wrote:What about page 144 of the Advanced Programmer's Guide? ...
Actually that defines the syntax of "DSGetJobInfo" i know all functions but dont know how to use those in parallel routines
by priyadarshikunal
Sun Jun 24, 2007 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18003

Re: Using DSGetJobInfo

sachin1 wrote:you can use

DSGetJobInfo(JobHandle,DSJ.JOBSTARTTIMESTAMP)

need little formating. (server job)
i have used this in server job but parellel implementation is different i wanted to know parellel implementation
by priyadarshikunal
Fri Jun 22, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18003

Using DSGetJobInfo

Actually I am new to datastage routines i want to generate job start time stamp, job last timestamp and job status for job start time stamp i used DS Macro "DSJobStartTimestamp" but unable to find any macro or inbuilt function. I think I should use "DSGetJobInfo" I am good in C++...
by priyadarshikunal
Thu Jun 14, 2007 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error fetching data using Oracle Enterprise stage
Replies: 4
Views: 3801

thaks to all of u !!!

I have sent a request to DBA for the SELECT privilege.


regards
by priyadarshikunal
Tue Jun 12, 2007 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between normal and sparse lookup
Replies: 7
Views: 19980

Normal will provide data for an in-memory look up whereas Sparse will access the database directly. Normal might provide poor performance when the reference data is huge as it has to load large data into memory. In such scenarios a join stage may work better(It will put the data onto an internal da...