Search found 42189 matches

by chulett
Tue Apr 18, 2017 7:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the space delimited file??
Replies: 9
Views: 3692

I don't see any point where you mentioned grep or that you "finished the task"... should we mark this as a "workaround"?
by chulett
Tue Apr 18, 2017 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in converting String To TIME with micro seconds
Replies: 3
Views: 1913

Shouldn't you be using a "dot" between them rather than a space? Also ensure you have enabled Microseconds in the extended properties for that column.
by chulett
Tue Apr 18, 2017 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the space delimited file??
Replies: 9
Views: 3692

I've seen this before mining Apache logs and as noted, being a log file I doubt there's any wiggle room here for improvement. Can't hurt to ask, though. :wink: There used to be a Perl-based module in DataStage specifically for handling data of this nature. That might be another option to consider - ...
by chulett
Tue Apr 18, 2017 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the space delimited file??
Replies: 9
Views: 3692

Re: How to read the space delimited file??

I am thinking to use to string match and then find a way to load the data by using field function. Or that string match followed by a substring. Once you find the position of an identifying string, like "Event=", seems to me you could find the next space after that position and then pull ...
by chulett
Mon Apr 17, 2017 9:36 am
Forum: General
Topic: Rebuiding DataStage job from the DataStage Project folder
Replies: 5
Views: 1770

If you haven't done so already, definitely involve support in this...
by chulett
Mon Apr 17, 2017 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping Logic in Datastage 9.1 for Email Address Validation
Replies: 1
Views: 1469

Okay. You might want to start with letting us know the specifics of what kind of help you need. Questions are always good, too. :wink: Otherwise these just tend to turn into a bunch of stage variables as you check each rule one by one and then aggregate the results. I'll also add my two cents, havin...
by chulett
Sun Apr 16, 2017 10:50 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST Response Contains Slash Appended to All Elements
Replies: 10
Views: 8826

Re: REST Response Contains Slash Appended to All Elements

Wasn't worried just about the escaped quotes...
gsbrown wrote:I don't understand why it has the appended \r\n and extra slash characters all throughout the response.
by chulett
Fri Apr 14, 2017 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I set the lookup stage adding an OR as Condition
Replies: 3
Views: 6962

A little lost... not seeing any differences in the expressions on either side of the OR. Is your condition correctly transcribed from the job? :? Never mind the whole concept of what exactly you are comparing the "2 fields" to in the lookup is unknown. Can you make another attempt at expla...
by chulett
Fri Apr 14, 2017 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create a multiple record structured mainframe file
Replies: 1
Views: 1131

Someone else asked a very similar question recently, let's see... ah, here it is. Not about an EBCDIC file but the basics still apply.
by chulett
Thu Apr 13, 2017 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Store source table name in the target
Replies: 2
Views: 1444

Was wondering much the same things. Also out of curiosity, what exactly is your target?
by chulett
Wed Apr 12, 2017 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SHA1 Hashing and Base-64 encryption of a column in datastage
Replies: 2
Views: 1984

From when we looked into it, SHA-1 was starting to be found too vulnerable around 2005 and people have "moved on" to SHA-2 and SHA-3. With my current client being a US Government agency, we were "forced" to migrate everything we had from SHA-1 to SHA-2 starting sometime last year.
by chulett
Wed Apr 12, 2017 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Bulk Load Issue
Replies: 5
Views: 2617

Apparently not. :(

Rather than continue to wait and hope someone with the requisite experience comes by, have you involved your official support provider?
by chulett
Tue Apr 11, 2017 3:39 pm
Forum: General
Topic: Command stage output
Replies: 7
Views: 2643

Both times executed by the same user?
by chulett
Tue Apr 11, 2017 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing multiple record types flat file
Replies: 5
Views: 3534

rschirm wrote:If you need anymore detail on this email me
Or... just ask here. :wink:
by chulett
Tue Apr 11, 2017 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing multiple record types flat file
Replies: 5
Views: 3534

Yup, have done exactly that in the past, custom sort rules and the whole nine yards. Or add yet another field that will allow your record types to sort 'naturally' and then drop the field at the end.