The login to your UNIX path (with the same userid you use from DataStage) and see what your access rights are!
Is your DataStage on Windows or UNIX?
Search found 15603 matches
- Wed Jan 09, 2008 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission Denied Error
- Replies: 8
- Views: 2830
- Wed Jan 09, 2008 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert string to timestamp am or pm
- Replies: 20
- Views: 5495
timestamp and date columns have no format. Formatting is only necessary when converting to a string type. You can do a
Code: Select all
TimeStampToString(In.TimeStampColumnName,'%mm/%dd/%yyyy %HH:%nn:%ss %aa')- Wed Jan 09, 2008 5:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission Denied Error
- Replies: 8
- Views: 2830
- Wed Jan 09, 2008 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign Header and Footer in Sequential file?
- Replies: 8
- Views: 4113
- Wed Jan 09, 2008 4:33 am
- Forum: General
- Topic: Getting average elapsed times
- Replies: 4
- Views: 1320
- Wed Jan 09, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter File
- Replies: 7
- Views: 1520
Ush - I understand that you are new to DataStage, but that doesn't mean you cannot use the DSXchange Search utility to find out that both methods have already been explained in detail several times in different threads.
- Wed Jan 09, 2008 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round to 2 decimal places For Double (53)
- Replies: 9
- Views: 2463
I just did a bit of checking for correct syntax in the modify stage and noticed that there are actually 2 simple ways to do this. If your input column is called "Test" and has [10,4] defined then NewTest1:Decimal[10,2]=Test NewTest2:Decimal[10,2]=Decimal_From_Decimal [round_inf] (Test) will both ret...
- Wed Jan 09, 2008 2:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE step execution terminating due to SIGINT.
- Replies: 1
- Views: 1566
Ajay,
instead of posting this problem twice, why don't you follow your original thread here.
Moderator - please delete this duplicate thread.
instead of posting this problem twice, why don't you follow your original thread here.
Moderator - please delete this duplicate thread.
- Wed Jan 09, 2008 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Extender on Windows Machine
- Replies: 4
- Views: 950
Ideally, as a developer, you will not see any differences in how you analyze and design EE jobs on Windows or UNIX. There will be some differences in how you declare OS paths and also in how ODBC is initially configured and setup. Scheduling from within DataStage is quite simplistic and does not off...
- Wed Jan 09, 2008 2:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting this fatal=ORCHESTRATE step execution terminating du
- Replies: 3
- Views: 6096
- Wed Jan 09, 2008 2:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter File
- Replies: 7
- Views: 1520
How you solve this depends upon where you are calling your jobs from, i.e. where you need to dynamically retrieve your parameters. If you call your DataStage jobs from the command line, then a UNIX script that uses sed/grep/awk/perl or similar commands to parse the appropriate parameter values and t...
- Wed Jan 09, 2008 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In Version 7.5.2
- Replies: 3
- Views: 863
- Tue Jan 08, 2008 12:42 pm
- Forum: Site/Forum
- Topic: Top Posters List
- Replies: 4
- Views: 2424
Top Posters List
I just realized that this list is no longer displayed on the front page - is it available somewhere else on the site? I wanted to see how much Ray's lead in posting responses has widened.
- Tue Jan 08, 2008 12:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with director
- Replies: 1
- Views: 628
Moderator - please delete this thread, it is a duplicate of this one.
- Tue Jan 08, 2008 12:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looking for Parallel Training Material
- Replies: 4
- Views: 1180
If you are experienced in Server, then reading all the 1000+ page official PX manuals can also help quite a bit; but it won't replace getting training or assistance in the different PX methodologies. So far most of the bad PX DataStage jobs that I have seen come from ex-server developers (like mysel...