Nope, not hex, not packed. Looked like Zoned Decimal for a second, but it's not that either. Ask your mainframe folks what that 'D' is supposed to represent.
The FMT command can handle the zero padding and the descaling of the number to remove the decimal point.
Search found 42189 matches
- Thu Sep 15, 2005 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COnversion
- Replies: 5
- Views: 1469
- Thu Sep 15, 2005 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Static Hash file
- Replies: 5
- Views: 1168
- Thu Sep 15, 2005 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expressing delimiter's in a loop stage??
- Replies: 5
- Views: 1277
- Thu Sep 15, 2005 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problems in string formating.
- Replies: 12
- Views: 3227
- Thu Sep 15, 2005 6:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Static Hash file
- Replies: 5
- Views: 1168
- Thu Sep 15, 2005 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue - Surrogate Key Generation
- Replies: 9
- Views: 3778
- Thu Sep 15, 2005 5:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection Name Changing
- Replies: 4
- Views: 1115
- Thu Sep 15, 2005 5:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling a Routine
- Replies: 2
- Views: 1195
More to it than that, I'm afraid.
For one user written routine to call another user written routine, it must be declared within the calling routine. Search the forum for the usage of DEFFUN and the DSU prefix for examples.
You'll find one such example here.
For one user written routine to call another user written routine, it must be declared within the calling routine. Search the forum for the usage of DEFFUN and the DSU prefix for examples.
You'll find one such example here.
- Thu Sep 15, 2005 5:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problems in string formating.
- Replies: 12
- Views: 3227
- Thu Sep 15, 2005 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Jobs Promotion Process to SIT,UAT and Production
- Replies: 6
- Views: 3848
But when we initialize a project to version i could see jobs named with new version as job.name^1_1.... hence it makes the usage odd. i.e, when we try to export a catogory, the new version also add it to the dsx... Version Control has simply appends a version number to the job as it is "Initialized...
- Wed Sep 14, 2005 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: '' in HASH file
- Replies: 12
- Views: 2329
Ok... clear as mud now. These "five fields" are in your input link or the reference hashed file? What does this hashed file look like, by the way - what data fields, key fields, data types, etc - and how was it populated? Give us a better picture of your job and how you are handling the key expressi...
- Wed Sep 14, 2005 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filtered/Blocked row
- Replies: 5
- Views: 942
- Wed Sep 14, 2005 8:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: '' in HASH file
- Replies: 12
- Views: 2329
You can't "compare" a null value to anything. By definition null is the unknown value and all you can do is ask if it is null or not null. A compare will always take the "false" path, not throw an error. And you do recognize the fact that '' (or quote-quote) is an empty string and not at all the sam...
- Wed Sep 14, 2005 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error viewing data in Oracle9i stage
- Replies: 8
- Views: 2930
White space is not supposed to matter in SQL. However, as you are finding, it does ... or more properly - it can! I've seen people add all kinds of blank lines and carriage returns to either generated or user defined sql so it is "easier to read". Bah. If I'm really worried about it, I'll copied the...
- Wed Sep 14, 2005 12:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS functions as Stage Variables
- Replies: 4
- Views: 1655