Search found 42189 matches
- Tue Sep 04, 2012 4:53 pm
- Forum: General
- Topic: shell script to call job logs showing the current job
- Replies: 4
- Views: 1472
- Tue Sep 04, 2012 4:03 pm
- Forum: General
- Topic: shell script to call job logs showing the current job
- Replies: 4
- Views: 1472
Re: shell script to call job logs showing the current job
No. Either only run the script once the job has completed or make a -jobinfo loop inside the script until it tells you the job is complete then pull the log records.peep wrote:Can i use -run -wait parameters?
- Tue Sep 04, 2012 10:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: poor performance after migration 7.5 server to 8.5 server
- Replies: 5
- Views: 1668
- Tue Sep 04, 2012 10:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get the capital letter data in server jobs 8.5
- Replies: 1
- Views: 875
- Tue Sep 04, 2012 9:00 am
- Forum: General
- Topic: How to tell in which job a column gets loaded
- Replies: 3
- Views: 1389
You have the 'Where Used' tool in the Manager that can help with that provided you have managed your metadata properly. However, I've also gone the route you mentioned but I took advantage of some tools over at Chuck Smith's website to make that easier. After parsing a dsx file, I loaded the output ...
- Tue Sep 04, 2012 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: poor performance after migration 7.5 server to 8.5 server
- Replies: 5
- Views: 1668
- Tue Sep 04, 2012 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error sequential file
- Replies: 5
- Views: 2099
- Mon Sep 03, 2012 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error sequential file
- Replies: 5
- Views: 2099
- Mon Sep 03, 2012 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: poor performance after migration 7.5 server to 8.5 server
- Replies: 5
- Views: 1668
- Mon Sep 03, 2012 10:21 pm
- Forum: General
- Topic: DSExport non interactive and supress warnings
- Replies: 8
- Views: 2894
- Mon Sep 03, 2012 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Multiload and EE - error
- Replies: 7
- Views: 6513
- Mon Sep 03, 2012 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating seq nos
- Replies: 10
- Views: 4593
- Sun Sep 02, 2012 4:14 pm
- Forum: General
- Topic: dsjob command not working
- Replies: 7
- Views: 3091
- Sun Sep 02, 2012 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date conversion
- Replies: 7
- Views: 2365
You'll need a nested pair of conversions to get that string, first StringToDate() and then DateToString(). As Ray noted, you'll need to use the proper format string based on the what the string looks like (or needs to look like) in each function call. If you are still having problems, post the speci...