Search found 15603 matches

by ArndW
Fri Oct 16, 2009 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional stop within a Datastage Job
Replies: 5
Views: 3486

Does your logic mean that once a date check fails in the transform, no more rows are to be output? In that case, use a stage variable such as "svFini" with a default of false, setting it to true once the check fails and using "Not(svFini)" as your constraint.
by ArndW
Fri Oct 16, 2009 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage logs
Replies: 6
Views: 2336

The key point is that DataStage has an auto-purging option, which you probably have turned on; and that was visible in the non-premium portion of the post.
by ArndW
Fri Oct 16, 2009 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional stop within a Datastage Job
Replies: 5
Views: 3486

Where exactly are you doing your date check in the job? Is it part of the pre-job processing or in a transform stage? Normally one can find a way to make a transform stage constraint just not output anything, and thereby ending the job without outputting anything.
by ArndW
Fri Oct 16, 2009 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage logs
Replies: 6
Views: 2336

Most likely you have project-level and/or job-level purging enabled to only keep the last 10 runs. Your first log entry will be an informational one with "auto-purge" somewhere in the text (I'm not at a DS client right now to get the exact syntax). You can override this at the job level in...
by ArndW
Fri Oct 16, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complexfile warning
Replies: 6
Views: 1567

use the man pages for "tail"; the command I sent skips the first line.
by ArndW
Fri Oct 16, 2009 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Increase Buffer Size more than 1024 in a job?
Replies: 5
Views: 2088

That link states that the buffer size can be increased
...increase the buffer size (up to to 1024K)...
by ArndW
Fri Oct 16, 2009 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About error in GCI Link Inicialization
Replies: 5
Views: 1384

What stages (name and type) are at the left and right ends of "DSLink206"? There seems to be a runtime problem with the interprocess communication here. Also, if you do a "reset" of the aborted job in the director you will get a log entry "from previous run.." and pleas...
by ArndW
Fri Oct 16, 2009 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complexfile warning
Replies: 6
Views: 1567

If the first line is DD2009 and you wish to ignore it, then skip the first line. The CFF stage doesn't directly let you skip n-lines, but just use the "Filter" option with "tail -n +2"
by ArndW
Fri Oct 16, 2009 2:44 am
Forum: General
Topic: Difference between DSX and DSX 7-bit encoded
Replies: 3
Views: 2011

Thanks for that, Ray. I thought to remember that UUENCODE was used somewhere in the dsx export, perhaps when exporting the binary executables. But I just checked an export file and see that the binaries (at V8) are stored as hex clear texts after all.
by ArndW
Fri Oct 16, 2009 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complexfile warning
Replies: 6
Views: 1567

Is "ACCOUNT_NO" the first column in the file? The data shown, {c4 c4 f2 f0 f0 f9 ` f1}, is EBCDIC for "DD2009" for the first 6 characters and that does not equate to what a COMP-3 numeric should look like. The "2009" could be part of a PIC x or PIC 9 date field, though.
by ArndW
Fri Oct 16, 2009 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About error in GCI Link Inicialization
Replies: 5
Views: 1384

Your question is impossible to answer using the information given; it is like expecting someone to diagnose a car problem by saying "I hear a strange noise sometimes". Please add some more details to your query: the full error message for a start, what stage is causing the error, if it is ...
by ArndW
Fri Oct 16, 2009 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About server routine UtilityHashLookup with composite key
Replies: 2
Views: 1025

DataStage hashed files can only have one physical key. When using composite keys, DataStage just concatenates the components together to form the "real" key. Thus, when you use the UtilityHashLookup() routine you have to put the key components together in order for it to work; i.e. doing K...
by ArndW
Fri Oct 16, 2009 1:08 am
Forum: General
Topic: Difference between DSX and DSX 7-bit encoded
Replies: 3
Views: 2011

Just as some of the old mail systems only process 7 bit data, DataStage allows you to create a .dsx file which can be transmitted through such systems. If I recall correctly it uses the same uuencoding algorithm as does sendmail to ensure that all characters can be represented in 7 bits.
by ArndW
Thu Oct 15, 2009 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director log empty although job has run
Replies: 3
Views: 1874

Is this 8.1 - in which case you can redirect the log repository and have you done so?
It sounds like this applies to all jobs - can you tell whether or not the jobs have completed correctly, through looking at output tables or files?