Search found 73 matches

by JezT
Fri Jul 15, 2005 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zoned Decimal Fields
Replies: 9
Views: 4905

Examples of the values I am getting are:

In File
J
{
M
A
B
E
What they should be:
-1
0
-4
1
2
5
What I am getting when I use the Function DataTypePicComp3
4
7
-4
4
4
4
I think the fact that the correct value for M is obtained is purely coincedence.

JezT
by JezT
Fri Jul 15, 2005 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zoned Decimal Fields
Replies: 9
Views: 4905

"DataTypePicComp3"

I have tried the above but it doesn't give the correct values.

For example, 'J' returns 7 when it should return -1. All the values provided are incorrect.
by JezT
Fri Jul 15, 2005 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zoned Decimal Fields
Replies: 9
Views: 4905

Zoned Decimal Fields

I am processing a file that contains some fields with packed data in. For example, when the file is viewed within DS, the values look like the following: { 5A 00{ M L Whereas the values of these fields should be as follows: 0 51 000 -4 -3 Is there a way within DS of converting these packed fields in...
by JezT
Tue Jun 28, 2005 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1522

Unfortunately it doesn't :cry:

Are there other checks I can do apart from checking the boxes within the sequences ?
by JezT
Mon Jun 27, 2005 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1522

Apologies - we are on Version 7.1
by JezT
Mon Jun 27, 2005 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1522

We are running on Version 7.0.

The problem arises everytime the sequence is restarted, including the first time and appears quite random !

Jez T
by JezT
Mon Jun 27, 2005 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1522

Checkpoints and Restartability

I have a Master Job Sequence that calls other smaller sequences within the Job. The Master Job Sequence has the "Add checkpoints so sequence is restartable on failure" tick box ticked (as do all the smaller sequences). When the job starts, 3 sequences and a cleanse job all kick off at the ...
by JezT
Thu Jun 16, 2005 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting DataStage Errors
Replies: 2
Views: 642

Reporting DataStage Errors

The majority of our DS Jobs are run via a Unix Script which calls the DS Sequence and runs the jobs. Occassionally, and particularly on Load Jobs, shoud the job abort due to 50 warnings, the error is not always relayed back to the Script and as such, on our scheduling program, the job shows as compl...
by JezT
Wed May 11, 2005 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Row Lookups
Replies: 5
Views: 2393

Multiple Row Lookups

I am currently working on a job where I have a list of ID's that relate to certain bank accounts. From these ID's I am attempting to obtain, via a lookup, the Customer ID's of the account holder. For sole accounts this is okay as there is a 1:1 relationship. However, for joint accounts, there will b...
by JezT
Fri Mar 18, 2005 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cutting Sequential Files
Replies: 11
Views: 2260

Thanks for all the advice. I have used a Pivot Stage and this has solved th problem nicely.

Thanks
Jez T
by JezT
Fri Mar 18, 2005 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookups
Replies: 3
Views: 909

Hash File Lookups

I have created a hash file of 2 columns containing different ID's. The first column contains Key ID's and the second column contains the subsidiary ID's. So for example, there could be several occurences of an ID in Column 1 but all the ID's in Column 2 would be unique. Col1, Col2 1,3 1,4 1,5 2,6 2,...
by JezT
Tue Mar 15, 2005 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cutting Sequential Files
Replies: 11
Views: 2260

Not sure what multi-valued files are but think they are for Mainframe jobs whereas mine is a Server job.
by JezT
Tue Mar 15, 2005 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cutting Sequential Files
Replies: 11
Views: 2260

Cutting Sequential Files

I have a Sequential file that consists of a Branch Number followed by 10 occurences of an Account number (if there are not 10 valid Account numbers then the remaining ones are set to 00000000), all related to the initial Branch Number. 4001000016644800154568001422680000000000000000000000000000000000...
by JezT
Mon Feb 21, 2005 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication Error
Replies: 5
Views: 1566

You might be getting a timeout error in your job; DataStage really doesn't care about the number of rows. Is your "tmp" file a named pipe or a real disk file? About how long does this job run? What are your DB/2 timeouts? Arnd It is a real disk file and the job runs for about 50 mins. The...
by JezT
Mon Feb 21, 2005 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication Error
Replies: 5
Views: 1566

Communication Error

I am running a Job in DS using a flat file as the source file containing around 8 million rows. One of the fields is used as a Natural Key passed into a Shared Container to do a lookup and retrieve the corresponding Surrogate Key. When I run the job, the 8 million rows run through the initial transf...