Search found 42189 matches

by chulett
Sun Aug 28, 2005 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 2
Views: 1350

I've seen that OCI message in a couple of different situations. One would be when handling CLOB fields and others of that ilk. You basically define them as very large varchars in DataStage and they work 'fine' as long as the contents fit in the size you've declared. Once they don't, the 'truncated d...
by chulett
Sun Aug 28, 2005 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read packed decimal??
Replies: 6
Views: 1721

Haven't really used it all that much, but I would think that - assuming you define the field properly - the CFF stage would handle the COMP-3 conversion for you automagically. There are other reasons you want to make sure it is correctly defined as otherwise it may get 'converted' from EBCDIC to ASC...
by chulett
Sat Aug 27, 2005 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling in DS 7.5
Replies: 11
Views: 2962

Thanks mate for the reminder!
by chulett
Sat Aug 27, 2005 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling in DS 7.5
Replies: 11
Views: 2962

No worries, Kim, it's probably another of those 'Windows Server only' things like uvwalk. :wink:
by chulett
Fri Aug 26, 2005 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Reason for Rejected Rows in a sequential file
Replies: 5
Views: 2116

Keep in mind, however, that some of the reasons that the OP is looking for - like phantom errors or timeouts - can only be 'captured' after the job has finished and that by farming the logs.

Adds a whole 'nuther wrinkle. One that we've discussed ad nauseum, granted, but a wrinkle none the less. :wink:
by chulett
Fri Aug 26, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When doing lookup, NOTFOUND constraint does not work.
Replies: 4
Views: 2903

I've found the NOTFOUND variable to be unreliable when used with anything other than a hashed file lookup. Stick with the old fashioned way when using database stages - check one of the key fields for a null value to indicate failure.
by chulett
Fri Aug 26, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File - How to ignore EOF terminators?
Replies: 4
Views: 2010

Those kind of 'records' are hard to skip gracefully. Better to not generate them. I think there is a /B switch you can use... check the help by issuing copy /? from a command prompt.

Or try 'type' as Roy suggested instead.
by chulett
Fri Aug 26, 2005 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Started but Nothing is Done!
Replies: 8
Views: 1840

Interesting. I had the issue on a 6.x system running on Tru64 with everything scheduled via cron. Haven't seen it yet here with 7.0.1 on HP/UX but (now that I think about it) may have more to do with the fact that we do very little scheduling via cron, practically all is done with Control-M. Haven't...
by chulett
Thu Aug 25, 2005 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: linear/cyclic depend error on vertical pivot
Replies: 5
Views: 1923

The error message basically means you have created a 'closed loop' job stream - you need to resolve that before the job will compile or even think about running.

Make sure there is a separate beginning and end to your job, that one doesn't point back to the other.
by chulett
Thu Aug 25, 2005 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing Logs
Replies: 6
Views: 2727

The setting at the Project level only applies to new jobs created after the change was put into place. You have a couple of options. You can create a routine to take a value and update all existing jobs with that value - but that implies a good knowledge of the inner workings of things DataStage. So...
by chulett
Thu Aug 25, 2005 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Started but Nothing is Done!
Replies: 8
Views: 1840

Lotsa changes from 6.x to 7.5.1... well worth the upgrade. IMHO.
by chulett
Thu Aug 25, 2005 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File - How to ignore EOF terminators?
Replies: 4
Views: 2010

You might want to post the details of your 'before stage subroutine to copy files'. Does the EOF (^Z?) exist in your source files or is it being introduced in the concatenation process?
by chulett
Thu Aug 25, 2005 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OPENSEQ Status Statement
Replies: 6
Views: 3008

I think you need to look at the FileInfo function, not Status.
by chulett
Thu Aug 25, 2005 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OPENSEQ Status Statement
Replies: 6
Views: 3008

FileInfo (etc) is documented in the BASIC reference manual.

For Windows and emailing attachments, you should look at 'blat'.
by chulett
Thu Aug 25, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Started but Nothing is Done!
Replies: 8
Views: 1840

I never had to do anything special. It didn't run one day and then did the next with no intervention on my part. :?

Only saw it two or three times total.