Curiously I answered this exact question yesterday.
viewtopic.php?t=126771
Search found 53125 matches
- Tue Apr 28, 2009 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identifying source column of Pivot data
- Replies: 1
- Views: 1005
- Tue Apr 28, 2009 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Program "DSD.RUN": Line 591, Unable to unlink the
- Replies: 4
- Views: 4246
Your job design includes some kind of delete - you need to find that, and check the file itself in the operating system to find out why it can't be unlinked. Maybe it's in use by another process/job? DSD.RUN is the program that runs a server job or a job sequence. Since you're in the parallel forum ...
- Tue Apr 28, 2009 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nopartinsertion and 'Auto'
- Replies: 3
- Views: 1547
- Tue Apr 28, 2009 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fileset Utilities
- Replies: 3
- Views: 1507
- Tue Apr 28, 2009 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: when not to use Auto partitioning
- Replies: 2
- Views: 897
- Tue Apr 28, 2009 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: kicking off multiple instances in one dsjob command
- Replies: 4
- Views: 3027
Only if you can guarantee that the job name will appear only in the process(es) involved in running the job. What if, for example, the job design were being monitored or open for editing in Designer? Even so, I regard that approach as a kludge - prefer to create a loop and check the individual jobs/...
- Tue Apr 28, 2009 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can i use a CASE statement in a SELECT statement ?
- Replies: 11
- Views: 6557
- Tue Apr 28, 2009 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with a new table design
- Replies: 6
- Views: 2222
- Tue Apr 28, 2009 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STRING TO INVALID TIMESTAMP CONVERSION
- Replies: 8
- Views: 1950
Use a format mask.
Reject records with the rightmost two characters >= "60". A constraint expression on the "good" output could be:
Code: Select all
Fmt(InLink.TheString,"L####-##-## ##:##:##")Code: Select all
Right(InLink.TheString,2) < 60- Tue Apr 28, 2009 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the file names in a directory
- Replies: 6
- Views: 2363
There was a recent webinar on precisely this topic.
Go to www.dsxchange.net/webinar_training.html and look for the title "Files and DataStage Job Sequences"
Go to www.dsxchange.net/webinar_training.html and look for the title "Files and DataStage Job Sequences"
- Tue Apr 28, 2009 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job design-question
- Replies: 31
- Views: 4631
- Tue Apr 28, 2009 4:09 pm
- Forum: General
- Topic: DataStage Roadmap Information
- Replies: 10
- Views: 5348
- Tue Apr 28, 2009 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with ODBC
- Replies: 3
- Views: 2142
- Tue Apr 28, 2009 1:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Procedure calling.
- Replies: 3
- Views: 1340
- Tue Apr 28, 2009 1:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with a new table design
- Replies: 6
- Views: 2222