Search found 42189 matches

by chulett
Fri Feb 10, 2017 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert EBCDIC file to ASCII by DATASTAGE
Replies: 3
Views: 5388

What kind of job - Server, Parallel? One would typically use the Complex Flat File stage for reading mainframe EBCDIC files as it will handle all of that for you.
by chulett
Fri Feb 10, 2017 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space prefix in decimal value
Replies: 6
Views: 2961

Both of those are examples of How It Works with numeric values in a flat file. The space is a place holder for the sign (i.e. where the minus sign would go if it was negative) and the leading zeroes are not significant. I know it's not how you want it to look but neither one should be causing a prob...
by chulett
Thu Feb 09, 2017 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi-instance dataset to Oracle job - slow
Replies: 6
Views: 3012

When you say it goes slow when you run it "against all database instances in parallel", do you mean you are targeting the same table in separate databases with each invocation id? Assuming that's what you meant but wanted to clarify.
by chulett
Thu Feb 09, 2017 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group by clause implementation in Datastage
Replies: 6
Views: 2962

When people post examples they rarely fully match reality (if at all) so I'll typically answer with general / generic advice. Did much the same here so they can apply it to whatever their specific situation is, as needed.
by chulett
Thu Feb 09, 2017 8:15 am
Forum: General
Topic: istool backup script for UNIX
Replies: 2
Views: 2144

Thanks for sharing! :D
by chulett
Thu Feb 09, 2017 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job processing speed Vs available nodes
Replies: 8
Views: 3371

As noted I would assume it's simply the fact that you have a BASIC Transformer in the job and that it has no parallel capability, thus creating a choke point. From what little I recall, it is restricted to running on one specific node - head? conductor? - don't recall which but I'm sure someone know...
by chulett
Mon Feb 06, 2017 4:13 pm
Forum: General
Topic: Using DSJOB from an 8.7 server connecting to 11.3 server
Replies: 3
Views: 2592

Or perhaps leverage rsh for that.
by chulett
Mon Feb 06, 2017 11:00 am
Forum: General
Topic: How to delete a new project with UVH command?
Replies: 2
Views: 1499

And just to round this out, here is a Technote in case someone needs to manually delete a project - i.e. one that is corrupted or otherwise cannot be deleted via normal means.
by chulett
Mon Feb 06, 2017 9:20 am
Forum: General
Topic: How to delete a new project with UVH command?
Replies: 2
Views: 1499

From what I recall, the dsadmin command line function has a -deleteproject option.

Edited to add: Command Line Interface documentation link
by chulett
Mon Feb 06, 2017 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stored proc call from stored proc stage
Replies: 3
Views: 2259

Okay, should have realized this was more of your other topic: Is it possible to call a cobol stored procedure in db2 mainframe (z/os) from datastage? Also, I would appreciate if one can share the differences between a cobol stored procedure and db2 mainframe stored procedure? Let's just put them bot...
by chulett
Fri Feb 03, 2017 8:25 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Capture job logs whille running job logs from iajob command
Replies: 0
Views: 3206

Go ahead?

It would help if you actually asked a question or let us know what you've tried and the issues you are facing.
by chulett
Fri Feb 03, 2017 8:24 am
Forum:
Topic: IGC: binding physical and virtual Data File info assets
Replies: 3
Views: 6930

<moved to the proper forum>
by chulett
Fri Feb 03, 2017 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group by clause implementation in Datastage
Replies: 6
Views: 2962

So... RDC is the "Remove Duplicates" stage, yes? :?

Yes, one would need to sort on all of the "group by" fields, in this case OID. I would wager if you did more extensive testing on larger data sets you would no longer receive 'proper output'.
by chulett
Fri Feb 03, 2017 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stored proc call from stored proc stage
Replies: 3
Views: 2259

Pass in a valid value? There's not enough information posted for anyone to help, unfortunately. Any chance you are leaving an argument empty?