Search found 42189 matches

by chulett
Fri Jul 21, 2017 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining record columns into single multiple records
Replies: 5
Views: 2636

As with most things DataStage, there are multiple ways to solve this. :wink:
by chulett
Thu Jul 20, 2017 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML data getting truncated while loading into CLOB column
Replies: 4
Views: 2782

Have you verified where this data is being 'truncated'? Meaning, if you check the COLB outside of DataStage, say with Toad or something similar, is it whole in the database. Also a bit curious why it's not being stored as an XMLTYPE...
by chulett
Wed Jul 19, 2017 1:17 pm
Forum: General
Topic: Finding Job Type using command line (dsjob)
Replies: 3
Views: 1858

An exact search here for JOBTYPEIND will turn up discussion of the solution Ray mentioned.
by chulett
Tue Jul 18, 2017 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AWS4-HMAC-SHA256 - Amazon S3 Stage
Replies: 1
Views: 1641

In your shoes, I'd be in contact with support while you wait to see if anyone here has the experience needed to help you.
by chulett
Tue Jul 18, 2017 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining record columns into single multiple records
Replies: 5
Views: 2636

I for one would be curious what you've tried so far. Did any of the things you've tried involve concatenating into a stage variable and a Remove Duplicates stage, perhaps? Or sorting and a KeyChange column?

Or... something else entirely?

:wink:
by chulett
Tue Jul 18, 2017 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Apache ActiveMQ from MQConnector
Replies: 5
Views: 2305

We'll have to wait for someone else to answer that. :wink:
by chulett
Tue Jul 18, 2017 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Apache ActiveMQ from MQConnector
Replies: 5
Views: 2305

Doesn't that connector only support the WebSphere MQ server?
by chulett
Tue Jul 18, 2017 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JDBC Connector for DB2 Z/OS optimization
Replies: 7
Views: 3157

Just as an FYI, they don't work because the forum software doesn't recognize them as valid image links, pretty sure they have to end in something more like .png/jpg/gif and the like. Took off the tags so people can click on them... they still don't work for me here but they block a ton of sites at w...
by chulett
Tue Jul 18, 2017 8:40 am
Forum: General
Topic: Manully alter DS DSX or XML job exports
Replies: 3
Views: 1958

I've done this back in the day both automated and manually and commented on this topic before, echoing much of what is already here. Hope it helps. FWIW I always found the dsx version easier to work with and you save all the behind the scenes shenanigans where every XML import needs to be converted ...
by chulett
Mon Jul 17, 2017 9:39 pm
Forum:
Topic: Datastage Job Lineage in IGC when RCP enabled
Replies: 11
Views: 9379

Not quite sure what "thrm on earlier rrleases" or "the most advanced rcp-capanle omd" might be... are you posting from your phone again Ernie? :wink:
by chulett
Mon Jul 17, 2017 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UTC Time stamp to Oracle Time stamp
Replies: 1
Views: 1252

What have you tried? What kind of Oracle "timestamp" are we talking about, there are at least three from what I recall... can you post the actual, full data type from the table? Just want to confirm what you're dealing with...
by chulett
Mon Jul 17, 2017 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Epoch date conversion ( .json) to Oracle Date
Replies: 8
Views: 2752

LOL Thanks. The only example I saw had an input value more like "20090213233130" for that date (which is a little brain-dead) but running your example through that epoch converter site outputs the same external value as in the example, so good. 8) Just be aware that that is GMT rather than...
by chulett
Mon Jul 17, 2017 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel on AIX server
Replies: 3
Views: 1871

Meaning, not using DataStage? Have you tried an internet search? I would imagine it would turn up whatever your options are.
by chulett
Mon Jul 17, 2017 7:04 am
Forum: General
Topic: Calling the same job multiple times in parallel
Replies: 8
Views: 3568

It's not about the runtime and wouldn't affect the "parallelism". I'm just suggesting a few seconds difference in the launch time for the three simultaneous instances of Job2 so they all don't try to start at once, make them a teeny bit less... simultaneous. This so the "startup"...
by chulett
Mon Jul 17, 2017 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Epoch date conversion ( .json) to Oracle Date
Replies: 8
Views: 2752

Not even close to the same thing. :wink:

That is an ISO timestamp string with a "T" between the date and time. An epoch date is the number of (milli)seconds since 01/01/1970.