Search found 48 matches

by kiran259
Tue Sep 01, 2009 10:33 pm
Forum: General
Topic: How to automate import/export process in version 7.5.2
Replies: 3
Views: 1700

"Search" will help you. :D
by kiran259
Mon Aug 17, 2009 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Decription in Schema file
Replies: 6
Views: 3073

Re: Field Decription in Schema file

mrajesh99 wrote:hi,
i am developing a parallel job to use Runtime Collumn Propagation using Shema file. i am struck at specifying the Description for the Collumns in schema file. Could any one please help me out on this issue. Thanks in advance.

How can we assume your issue?Please point out the problem.
by kiran259
Thu Aug 13, 2009 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parellel job does not run
Replies: 4
Views: 1825

Please be clear in title.You cannot give a hypothesis that parallel job does not run.
by kiran259
Thu Jul 09, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node configuration
Replies: 4
Views: 2482

Re: Node configuration

If I say ,in general, about parallel processing in Datastage,it depends on the environment that you use like SMP,Cluster or MPP .One physical node can be divided across multiple logical nodes which you build accordingly in config file of DS.For the scenario asked above,it was already explained in Pa...
by kiran259
Tue Feb 10, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config file
Replies: 6
Views: 2389

There is only ever one conductor node. Assuming that APT_CONDUCTOR_NODE environment variable is not set, then the conductor node is the first-named node that is in the default node pool - in this par ... So I can conclude there is only one conductor node. However,you can change through env variable...
by kiran259
Tue Feb 10, 2009 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using reference and output as the same file
Replies: 4
Views: 1193

How about splitting into two jobs and making it as a sequence as look up reads all the data into memory and then starts processing.I am not sure,but it is not recommended for huge amounts of data.
by kiran259
Tue Feb 10, 2009 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage Analysis of a File
Replies: 6
Views: 3143

joesat wrote:another query.. is there any way to execute these SQL statements from a command prompt rather than logging into DS Administrator?
You have to run them from DS Admin.
by kiran259
Tue Feb 10, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config file
Replies: 6
Views: 2389

Config file

Example Config file stated in IBM book. node "n1"{ fastname "s1" pool "" "n1" "s1" "app2" "sort" resource disk "/orch/n1/d1"{} resource disk "/orch/n1/d2" {"bigdata"} resource scratchdisk"/temp&q...
by kiran259
Thu Feb 05, 2009 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 8128

Why JOBA and Job2 are running at sametime when Job2 is conditional with JOBA?
by kiran259
Wed Feb 04, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to connect to UNIX box from windows Datastage
Replies: 7
Views: 1931

Install DB2 client on Windows and catalog the database.
by kiran259
Thu Nov 06, 2008 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture-Change Apply & Slowly Changing Dimensions
Replies: 1
Views: 887

You can refer Datastage pdf documents.
by kiran259
Thu Nov 06, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with JOIN stage
Replies: 9
Views: 5341

Comparison will be done on equality basis,actually there should not be a problem as both stages will compare the records.Some more information is needed to justify.
by kiran259
Wed Nov 05, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing configuration file
Replies: 3
Views: 1495

No.of CPU's used can be known by the Infrastructure admin.Generally no.of cpu's ~ no.of nodes.To improve performance,depending on resources available you can increase the node size in config file at the job level.Before doing this,check dump score of the job if any unnecessary sortings are present a...
by kiran259
Tue May 20, 2008 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format
Replies: 2
Views: 762

Thank you..In fact,my input file timestamp is 11-May-2008 22:21:00.So I have customized the timestamp format to %dd-%mmm-%yyyy and I got the timestamp output which is compatible to DB2.Previously Iam using varchar data type to load this format and hence I have a problem. Thanks for your suggestions ...
by kiran259
Mon May 19, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format
Replies: 2
Views: 762

Date format

Hi,
My input file date format is of type eg:17-May-2008.The database I am using is DB2 and its date format is yyyy-mm-dd.Can I have a solution for loading this type of input file format in terms of DB2 date?


Thanks in Advance
Kiran.