Search found 15603 matches
- Fri Nov 11, 2005 12:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Unix or Wondows?
- Replies: 6
- Views: 1500
Dillipande, this subject doesn't belong in the FAQ forum. Although some people (who I won't name although their handle is chulett) think that Windows are a "toy", the question isn't really answerable without knowing the context of your environment. It's like asking "Is it better to have a Lotus or a...
- Fri Nov 11, 2005 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSDesign.exe - Application error
- Replies: 5
- Views: 2974
- Fri Nov 11, 2005 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling a job in a SEQUENCER which is saved under the folder
- Replies: 9
- Views: 1533
- Fri Nov 11, 2005 6:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help in reading EBCDIC data from a PX SEQ File stage
- Replies: 3
- Views: 1260
pandeypk, the list shows what the data types are, but don't necessarily show what the file format is. You will need to take a look at the file to see if the length is fixed and if there are any column separators. The same applies for the column contents - if the generating program on the /370 is a C...
- Fri Nov 11, 2005 3:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command to create ds project
- Replies: 27
- Views: 11697
c_wf, the entry for a DataStage project in the UV.ACCOUNT file requires one additional field to be entered, the "NAME" column needs to have a string with a certain syntax in it. The values depend upon your version and license - you can use a SQL select or a DS "LIST" command to to show the values fo...
- Fri Nov 11, 2005 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataType Conversion
- Replies: 2
- Views: 1051
- Thu Nov 10, 2005 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport - Not all objects in dsx
- Replies: 2
- Views: 938
- Thu Nov 10, 2005 2:18 pm
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20404
- Thu Nov 10, 2005 11:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: impect of Buffer size and Timeout on a job
- Replies: 9
- Views: 2710
- Thu Nov 10, 2005 11:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tracing from a log directory back to the job
- Replies: 2
- Views: 731
- Thu Nov 10, 2005 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how can i delete all categories with out deleting project
- Replies: 1
- Views: 524
- Thu Nov 10, 2005 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The job has to abort after 5 rows enter into the table.
- Replies: 8
- Views: 2573
50 rows being written down a link to a table - easy; just put the constraint value into the transformer 50 rows total in table - tougher; you need to get the count of rows first to see how many you can put it. If several jobs concurrently write to that table it is more difficult - you could put a SE...
- Thu Nov 10, 2005 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: impect of Buffer size and Timeout on a job
- Replies: 9
- Views: 2710
Singhald, you might not be using explicit IPC stages, but by specifying inter-process buffering you are effectively making all of your active stages into separate process that communicate with the other stages via named pipes - so you are ending up doing IPC. A pipe between processes can be visualiz...
- Thu Nov 10, 2005 9:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp
- Replies: 11
- Views: 2444
- Thu Nov 10, 2005 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do you make the job in runnable state after aborts
- Replies: 7
- Views: 1310