X9.37 data format load using Datastage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Wasn't sure what "load" meant here - read it and load the results into another source, like a database or did you mean write / create a file in this format?

Regardless, I don't see why not. Not going to be quite as straightforward as a 'normal' file but should be perfectly do-able. What kind of processing do you need to do? Are there only certain record types you need? Since you mentioned 'image' data, will the file contain any LOB fields, encoded images or anything funky like that?
Last edited by chulett on Wed Dec 17, 2008 3:53 pm, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are these "image" fields binary? That may cause some issues. Also, what are the numbers? If these are COBOL-style level numbers, you have an ugly structure with which to deal, though DataStage can manage it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply