Search found 6 matches

by bfennell
Thu Nov 15, 2012 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Time format Isuue
Replies: 7
Views: 2938

Re: Date Time format Isuue

Each column within a table definition can have a data element assigned to it. Make sure you are using Timestamp and not Time as the data element type (see the DataStage Director Help menu, look for "Data Elements" and "Built-In Data Elements").

Brian Fennell
by bfennell
Thu Nov 15, 2012 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting a particular record (looping)
Replies: 9
Views: 4313

Re: Getting a particular record (looping)

I have a requirement where the source file has data like (((sample data))) How to get file1 values or that particular record. I want to know if it can be done with looping. I notice in your sample data all fields appear all the time. It looks like "DONE<NEWLINE>" is your record separator ...
by bfennell
Tue Nov 13, 2012 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Name of a file in remote server SFTP
Replies: 4
Views: 4614

Re: Read Name of a file in remote server SFTP

I am not sure of the issue: do you want to get the file name before you get the file, or after? Do you have access to the remote server via some way other than sftp? If you can get the file with a wildcard, but cannot list the results, you could try putting it in a local directory you know is empty ...
by bfennell
Fri Nov 09, 2012 2:31 pm
Forum: General
Topic: Stage job in log, not in treeview pane
Replies: 2
Views: 2691

Thanks! I went back in just now and noticed that the DataStage Director default view had a "(filtered)" message at the bottom of the DataStage Director window. I right-clicked on the root project icon and changed the filter from "Job Status: Terminated Normally" to "Job Stat...
by bfennell
Fri Nov 09, 2012 12:56 pm
Forum: General
Topic: Stage job in log, not in treeview pane
Replies: 2
Views: 2691

Stage job in log, not in treeview pane

I am new to this forum I am looking at a DataStage job (JOB-A) created by someone no-longer with the company. I see in the log (in DataStage Director) that it calls a second job (JOB-B). The named job (JOB-B) does not appear in the left-hand-side tree pane in DataStage Director - and I want to see i...