Search found 15603 matches
- Fri Oct 13, 2006 6:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Column value
- Replies: 12
- Views: 3664
- Fri Oct 13, 2006 2:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 2:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration of DS Installation
- Replies: 18
- Views: 4305
- Fri Oct 13, 2006 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: request with date of day
- Replies: 13
- Views: 5040
- Fri Oct 13, 2006 1:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration of DS Installation
- Replies: 18
- Views: 4305
You cannot just copy a DataStage Server or project directory from one machine to another. The installation directory needs to be reinstalled on the new machine. There are ways of getting an existing project directory from one machine to another at the OS level, but they do require that the path rema...
- Fri Oct 13, 2006 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging area
- Replies: 14
- Views: 3942
- Fri Oct 13, 2006 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error running Sequence
- Replies: 6
- Views: 1606
- Fri Oct 13, 2006 12:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff b/n stages....
- Replies: 3
- Views: 1312
Hello Jagan, as you might have noticed, there isn't too much interest in this particular forum to answer interview questions in order to allow people to pass them - versus people asking questions regarding actual issues they are having with using the product. If you really wish to go about learning ...
- Thu Oct 12, 2006 1:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: migration from datastage 5.2 to datastage 7.5
- Replies: 4
- Views: 1713
- Thu Oct 12, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: more than one argument in routines
- Replies: 8
- Views: 1768
- Thu Oct 12, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CAN WE USE DECODE FUNCTION
- Replies: 7
- Views: 2788
- Thu Oct 12, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BASIC Compilation Error
- Replies: 10
- Views: 2980
- Thu Oct 12, 2006 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CASE tatement
- Replies: 3
- Views: 1060
The CASE statement is used in multi-line programs while the IF-THEN-ELSE can be done on a single line (i.e. in a stage variable or derivation). The CASE in a BASIC program looks like BEGIN CASE CASE I=AmTired Ans = 'Goto Sleep' CASE Today='Tuesday' Ans = 'Only 3 days left to the weekend' CASE 1 Ans ...
- Thu Oct 12, 2006 6:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: debugging
- Replies: 2
- Views: 1052
I hope you don't mean the DEBUG statement in Basic programmer's guide. This statement is meant for programs associated with a terminal because it uses the interactive RAID debugging tool. You can use the DataStage job debugger from the designer to debug at a job level; if you wish to debug your prog...