Search found 53125 matches
- Tue Dec 07, 2010 6:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not load "V10S0_JobName"
- Replies: 14
- Views: 6093
- Tue Dec 07, 2010 6:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file
- Replies: 6
- Views: 2202
- Tue Dec 07, 2010 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how clever is Dstage supposed to be?
- Replies: 1
- Views: 973
- Tue Dec 07, 2010 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Check Constraint in Schema File
- Replies: 1
- Views: 1007
- Tue Dec 07, 2010 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dssearch command
- Replies: 3
- Views: 3152
- Tue Dec 07, 2010 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cant figure out how to write out to varchar(1024) in sybase
- Replies: 4
- Views: 1499
- Tue Dec 07, 2010 3:44 pm
- Forum: General
- Topic: How to abort master sequnce if child sequnece aborts
- Replies: 11
- Views: 3256
- Tue Dec 07, 2010 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routines to do
- Replies: 8
- Views: 2905
No you don't. You don't need this at all. The problem with SELECT * is that it is dynamic; the number of columns returned will vary. Therefore it is not a routine for a beginner to create. Start with something simpler, and work up. What did you envisage doing with the results of this SQL in your rou...
- Tue Dec 07, 2010 3:40 pm
- Forum: General
- Topic: Regarding batch script to zip and then delete the files
- Replies: 3
- Views: 1279
- Tue Dec 07, 2010 3:38 pm
- Forum: General
- Topic: Datastage 8.1 Installation Error (FdatastageEngine34023)
- Replies: 4
- Views: 2210
If that's a valid license file, and you have correctly identified it to the installer, then it's time to contact your official support provider. They will help you to ascertain the reason why the license could not be applied. In the interim I suggest you research the Must Gather topic, since IBM sup...
- Tue Dec 07, 2010 3:35 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Regarding Information Analyzer jobs on Multiple nodes
- Replies: 8
- Views: 5453
- Tue Dec 07, 2010 2:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File read error - consumed more than xxx bytes...
- Replies: 6
- Views: 4942
- Tue Dec 07, 2010 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File read error - consumed more than xxx bytes...
- Replies: 6
- Views: 4942
Yes. This character may be generated using the Char(0) function. You can trim these characters from your string. Problem is, you have to be able to read the string (the file) first, to do this in DataStage. You may find it easier to remove them with a tr command in a Filter command on your Sequentia...
- Mon Dec 06, 2010 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File read error - consumed more than xxx bytes...
- Replies: 6
- Views: 4942
- Mon Dec 06, 2010 11:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset file
- Replies: 2
- Views: 1759
Does this happen every time you run the job, or has it occurred only once? If it has occurred only once, then you can safely ignore it. If it's every run, I would be investigating (probably with the orchadmin command) why this particular Data Set can not properly/fully be deleted. Presumably it's a ...