Search found 53125 matches
- Thu Mar 03, 2011 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LastRowInGroup
- Replies: 13
- Views: 12289
- Thu Mar 03, 2011 3:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subtract days from a given date
- Replies: 2
- Views: 2007
- Thu Mar 03, 2011 3:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some jobs in Designer have unplugged wall outlet Icon
- Replies: 1
- Views: 1946
- Thu Mar 03, 2011 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does DataStage 7.5.1 run fine on 64-bit Linux?
- Replies: 4
- Views: 2377
- Thu Mar 03, 2011 3:13 pm
- Forum: General
- Topic: Datastage 7.5.1A Migration From Solaris to AIX
- Replies: 39
- Views: 16310
The easiest question to ask is whether Solaris is running on SPARC or x86 chipset.
Another way is to look at the first four bytes of a hashed file with a hex viewer such as od.
Another way is to look at the first four bytes of a hashed file with a hex viewer such as od.
Code: Select all
od -cx VOCLIB | head -1- Thu Mar 03, 2011 3:10 pm
- Forum: General
- Topic: Code/Impact analysis tools: IN-COM's Smart TS XL
- Replies: 10
- Views: 3737
- Thu Mar 03, 2011 3:08 pm
- Forum: IBM QualityStage
- Topic: Provision Standardization rules
- Replies: 1
- Views: 1586
- Thu Mar 03, 2011 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert String to Integer without using OCONV & ICONV
- Replies: 2
- Views: 2908
- Thu Mar 03, 2011 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncate table before insert in ODBC Stage
- Replies: 1
- Views: 2225
- Thu Mar 03, 2011 5:40 am
- Forum: General
- Topic: Datastage 7.5.1A Migration From Solaris to AIX
- Replies: 39
- Views: 16310
- Thu Mar 03, 2011 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: I need to implement the below logic
- Replies: 9
- Views: 4685
- Thu Mar 03, 2011 3:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scenario: splitting a field
- Replies: 3
- Views: 1421
- Thu Mar 03, 2011 3:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DCLGEN has 2 fields but only 1 VARCHAR column to load in DB2
- Replies: 7
- Views: 4331
- Thu Mar 03, 2011 3:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 8.5 : Automate migration of MVS jobs to PX jobs
- Replies: 2
- Views: 2351
- Thu Mar 03, 2011 3:17 am
- Forum: General
- Topic: Datastage 7.5.1A Migration From Solaris to AIX
- Replies: 39
- Views: 16310
What chipset is being used in the Solaris machine. If it's x86, you'll have byte order issues. In any case, the recommended method is to export projects from the old system, create projects on the new system and import into those newly-created projects. Cut-and-paste is definitely NOT the correct way.