Search found 15603 matches
- Wed May 28, 2008 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
- Wed May 28, 2008 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
- Wed May 28, 2008 6:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion problem with the blank data
- Replies: 3
- Views: 987
Re: Date conversion problem with the blank data
'' is not a valid date, try
dodda wrote:if Trim(Out_MAI21.Suppdate)='' then StringToDate('19000101',"%yyyy%mm%dd") else StringToDate(Out_MAI21.Suppdate,"%yyyy%mm%dd")
- Wed May 28, 2008 6:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find out if a certain stagetype is used in a project
- Replies: 9
- Views: 2930
- Wed May 28, 2008 5:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create Dynamic files
- Replies: 9
- Views: 1753
- Wed May 28, 2008 4:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error
- Replies: 3
- Views: 1042
- Wed May 28, 2008 4:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To align Components in data stage server.
- Replies: 2
- Views: 3658
- Wed May 28, 2008 3:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create Dynamic files
- Replies: 9
- Views: 1753
- Wed May 28, 2008 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage version
- Replies: 1
- Views: 608
cetzhbo - this is a volunteer site and not affiliated with IBM. You can search the IBM site for 7.5, 7.5.1, 7.5.2, 7.5.3, 7.5x2, 8.0, 8.0.1 and get the details of what differences there are. In addition, the readme files on your media document all the patches and fixes and changes from previous vers...
- Wed May 28, 2008 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSjob command issue
- Replies: 3
- Views: 1147
- Wed May 28, 2008 3:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: join problem
- Replies: 2
- Views: 723
- Wed May 28, 2008 2:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in Multiple Instance
- Replies: 9
- Views: 2931
- Wed May 28, 2008 1:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find out if a certain stagetype is used in a project
- Replies: 9
- Views: 2930
- Wed May 28, 2008 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shell script to login to the project
- Replies: 12
- Views: 6336
The problem is that the DS shell isn't getting it's input from the script. The easiest solution would be for you to skip the LOGTO by doing a CD to the project directory in the shell script, then use
to issue single commands that exit back out of the shell
Code: Select all
dssh "{command}"- Wed May 28, 2008 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataCompress in DataStage
- Replies: 4
- Views: 2326