Search found 42189 matches

by chulett
Tue Feb 21, 2017 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading global temporary table in same SP session
Replies: 5
Views: 2736

Is there a way in datastage to read this value since we are calling the SP in the before SQL? Read it? No, you don't have that ability before or after sql. However, it should know if the procedure completed successfully or aborted unless you're saying the procedure is configured to always "suc...
by chulett
Tue Feb 21, 2017 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (blockSizeActual >= v4BlockHeader::size (
Replies: 6
Views: 2556

Was curious if the dataset was ever valid (and then was corrupted later) or if it started off life that way. Let us know what you find out about AV on the server. If it is there, it might be as simple as excluding the directories where DataStage components live from being scanned. Another thought - ...
by chulett
Tue Feb 21, 2017 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate multiple Checksum/SK in a generic job
Replies: 5
Views: 1705

Good to know. Was mostly worried about the new source file comment where each "may have different number" of columns to checksum.
by chulett
Tue Feb 21, 2017 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Columns dynamically from sequential file and masking
Replies: 5
Views: 2130

Out of curiosity, do you have the toolset you need to do the "masking"?
by chulett
Tue Feb 21, 2017 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Columns dynamically from sequential file and masking
Replies: 5
Views: 2130

Who comes up with systems like this?

"Let's send them a file where the columns can change daily and ask them to 'dynamically' mask a subset of those columns." <snickers>

"Brilliant!"
by chulett
Tue Feb 21, 2017 8:05 am
Forum: General
Topic: Correct Syntax for dscmdexport command ?
Replies: 5
Views: 2660

If you are using the same values that work for dsexport and they do not for dscmdexport, then I would suggest you involve support.

As to your one more question, it always exports everything.
by chulett
Mon Feb 20, 2017 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate multiple Checksum/SK in a generic job
Replies: 5
Views: 1705

... and that is valid for a "generic" job? As in one using RCP, I assume.
by chulett
Mon Feb 20, 2017 9:36 am
Forum: General
Topic: calling dsjob or similar command through web services
Replies: 3
Views: 2180

Doesn't really help to simply repeat your original post word for word. :? If you have access to the command line, you can "call" any of those that you wish. I would imagine you would want to script whatever you need done and then call the script rather than trying to do everything at an at...
by chulett
Mon Feb 20, 2017 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (blockSizeActual >= v4BlockHeader::size (
Replies: 6
Views: 2556

So it was corrupted somehow, it would seem. Perhaps a support case is in order in case this is something that they are aware of on your platform / version. Otherwise, it is hard to say... did the job creating it finish without error? Did you run out of disk space wherever it is being created? Being ...
by chulett
Sat Feb 18, 2017 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading global temporary table in same SP session
Replies: 5
Views: 2736

I would imagine what's going on is they're not in fact "in the same session". DataStage makes a separate connection to run the stored procedure, which establishes a new session, and then when the procedure ends and the connection is closed, the session terminates and the table is dropped. ...
by chulett
Fri Feb 17, 2017 8:33 am
Forum: General
Topic: Datastage configuration
Replies: 3
Views: 1515

Right... rather than jumping straight to your perceived solution, how about letting us know what your actual "issues" are first?
by chulett
Thu Feb 16, 2017 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic to calculate the missing record
Replies: 5
Views: 2692

With 'month' being a relative term, it would seem.
by chulett
Thu Feb 16, 2017 1:17 pm
Forum: General
Topic: Jobs run in Sequence succeed-show as failed in Sequencer log
Replies: 5
Views: 1773

Was thinking it was probably a uvconfig issue where one of the parameters needed to be bumped up. Thanks for digging that up! :D
by chulett
Thu Feb 16, 2017 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic to calculate the missing record
Replies: 5
Views: 2692

I don't have time for the searching this morning but answers on the subject of how to find gaps in dates / date ranges have been posted here before. Hopefully someone can dig them up, or I can try later. Edited to add: An exact search for "between two dates" returns 64 results, something i...