Search found 42189 matches

by chulett
Sat Dec 13, 2014 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS9.1 Sequential files stage – Generate Multiple Files
Replies: 0
Views: 1848

Where does your filename come from, the master or detail records? If it is the master, perhaps you could 'pre-process' the master file before job (say in a script) to pre-create all of the files you'll need empty, for example via touch. Then when the job runs those with detail records would be overw...
by chulett
Sat Dec 13, 2014 8:26 am
Forum: General
Topic: Check if a job ran at 5AM.
Replies: 4
Views: 1511

Your dsjob syntax looks fine, the challenge would be in parsing the output. Rather than a batch file, write a UNIX script with grep for that... I'm assuming you can still do that in your version with whatever is there similar to MKSToolkit. Or is that no longer possible? If not, then perhaps somethi...
by chulett
Fri Dec 12, 2014 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round robin
Replies: 2
Views: 1478

Because you're not sending all of the duplicate keys to the same partition. Use hashed partitioning on the key field(s) that drive the duplicate check.
by chulett
Fri Dec 12, 2014 10:18 pm
Forum: General
Topic: Datastage 9.1 download
Replies: 3
Views: 2059

:roll:




:wink:
by chulett
Fri Dec 12, 2014 3:25 pm
Forum: General
Topic: Check if a job ran at 5AM.
Replies: 4
Views: 1511

It's simple enough to check the date/time that a job last ran. Or to check and see if a job is running. Will either of those work for you? Both would use dsjob -jobinfo off the top of my head, the former would parse out and check the last runtime while the latter would run at say 5:01AM and check fo...
by chulett
Fri Dec 12, 2014 11:33 am
Forum: General
Topic: Datastage 9.1 download
Replies: 3
Views: 2059

Nope.
by chulett
Thu Dec 11, 2014 11:24 am
Forum: General
Topic: Email Notification
Replies: 4
Views: 3104

Any news on this?
by chulett
Thu Dec 11, 2014 11:15 am
Forum: Site/Forum
Topic: Site slow today?
Replies: 12
Views: 13460

Seems to be fixed now! Thanks for the reboot Dennis. :wink:
by chulett
Tue Dec 09, 2014 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock in SQL server,while inserting data using DRS Connec
Replies: 1
Views: 1594

Just out of curiousity, with you doing inserts into an empty table why not bulk load?
by chulett
Tue Dec 09, 2014 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Step has no operators
Replies: 3
Views: 1517

Re: main_program: Step has no operators

I am having a parallel job load which executes from Job control. Sorry, what? Can you clarify what exactly you mean, please. Are you talking about the Job Control tab associated with a specific job, i.e. BASIC code that runs before the job itself? And if so, is there anything on the job's canvas? A...
by chulett
Mon Dec 08, 2014 6:28 pm
Forum: General
Topic: trigger job only if file exists
Replies: 4
Views: 2640

I prefer the UNIX test commands, for example:

test -f filename returns true if the file exists, false otherwise
test -s filename if the file exists and is not empty, false otherwise

Those are my two ways I use quite a bit. Also note that you check the status of the command, not the output.
by chulett
Mon Dec 08, 2014 1:47 pm
Forum: General
Topic: Upgrade from Datastage 6x to Datastage 11.3
Replies: 2
Views: 1424

Agreed. However, default behaviours can change over time and loopholes get closed so sometimes people see things that 'ran fine' under older versions no longer do so under newer ones. That because DataStage has tighter checks or code fixes that make old jobs that really shouldn't have been working i...
by chulett
Mon Dec 08, 2014 1:40 pm
Forum: Site/Forum
Topic: Site slow today?
Replies: 12
Views: 13460

220, 221... whatever it takes. :wink:

Fun part is, even if your initial connection times out and 'website cannot be displayed' is all you get, it has still marked you as having visited at that time so all of your unread posts are lost.
by chulett
Mon Dec 08, 2014 8:35 am
Forum: General
Topic: Architect certification
Replies: 2
Views: 1677

Re: Architect certification

crystal_pup wrote:PS : Mods - In case I have posted in wrong forum, please move the topic to appropriate forum.
Oh, not to worry - that happens automatically without asking. :wink:

You're fine.