Search found 15603 matches

by ArndW
Mon Oct 29, 2007 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filesets in Datastage
Replies: 5
Views: 2911

Lol - tickets where what we called problems in the support group; it is better to just call them "problems" here. I don't know of a method to just change the DDL of a fileset containing data. You could try editing the actual descriptor file, which will contain the schema used, but I would make sure ...
by ArndW
Mon Oct 29, 2007 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count
Replies: 25
Views: 10279

Pravin, I prefer to let the job finish and then use the DSGetJobInfo(), DSGetLinkInfo() and DSGetStageInfo() routines from a job sequence or DS/BASIC routine to get this information. If you really wish to do this using just the stages shown and no after-job routines or other calls, you would need to...
by ArndW
Mon Oct 29, 2007 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REINDEX
Replies: 4
Views: 1339

The REINDEX is likely to help you in this case, since (a) you can do a COUNT and (b) the error is shown in a SELECT subroutine. Since you need to get rid of all users, reindexing ALL is preferable.
by ArndW
Mon Oct 29, 2007 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we run two separate flows to a single target
Replies: 4
Views: 1172

Yes.

What is your target? are the two flows in the same job?
by ArndW
Mon Oct 29, 2007 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

One CPU? Not only is that not visible from any job design, but it is irrelevant.
by ArndW
Mon Oct 29, 2007 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking RT_LOG
Replies: 1
Views: 763

There are two builtin commands that do this, uvfixfile and fixtool; whereby fixtool is the newer tool and preferred over uvfixfile. Both can be called from the UV command line or from the shell.
by ArndW
Sun Oct 28, 2007 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism- DataStage Processing Nodes
Replies: 4
Views: 4725

devidotcom - so it seems that there are two basic choices. You going for the premium membership or Ray posting the answer as non-premium. if I were a betting man I'd know on which one I'd be placing my bets. The Premium costs is not excessive and I have yet to see a single post in this forum where a...
by ArndW
Sun Oct 28, 2007 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ebcdic to Ascii
Replies: 2
Views: 1000

Your problem isn't directly with the metadata. Converting from EBCDIC to ASCII will have changed the packed binary field values; you will need to manualyl convert back to EBCDIC and then unpack them before these columns are useable.
by ArndW
Sun Oct 28, 2007 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantoms are running after job aborted
Replies: 5
Views: 1066

There is a file called dsdlockd.config in the DataStage home directory that you can edit to enable the daemon when starting up DataStage.
by ArndW
Sat Oct 27, 2007 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate 4 digit sequence number
Replies: 5
Views: 1293

I would recommend having your DBA create a sequence for you. This is what they are designed for and doing it another way is going to be more work to write and much more work to maintain - particularly when things go wrong. You could use the server key management routines as Craig suggested, or you c...
by ArndW
Sat Oct 27, 2007 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to delete job from a project under command line
Replies: 21
Views: 13744

Hello and welcome to DSXChange wengad.

There is no facility for deleting jobs from the command line programs.
by ArndW
Sat Oct 27, 2007 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command to get sequencer job activity
Replies: 6
Views: 1717

The question wasn't how to get that information, but if it could be done from dsjob.
by ArndW
Sat Oct 27, 2007 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantoms are running after job aborted
Replies: 5
Views: 1066

I would start with making sure that the main job doesn't get aborted for some other reason . Normal failures are handled appropriately by the control mechanism. Another approach is to enable the deadlock daemon; that way the processes are automatically cleaned up within 15 minutes (default setting, ...
by ArndW
Sat Oct 27, 2007 4:39 pm
Forum: Site/Forum
Topic: Duplicate Posts
Replies: 22
Views: 9977

I usually catch myself before doing a duplicate post, but I've noticed that there are many such posts in recent weeks with a growing tendency so thought that an automated approach might work.
by ArndW
Sat Oct 27, 2007 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read the last line in a text file, even when eof is not prop
Replies: 1
Views: 523

Specifically which warning are you asking about? PX/EE has the ability to deprecate or suppress messages and you might wish to go that route.