Search found 15603 matches

by ArndW
Fri Feb 24, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datstage Latest version
Replies: 2
Views: 884

Dhina,

the current release is 7.5.1x. Don't you think that the manufacturer's webiste is a better source for current release information than the user forums? I suggest looking at the vendor's Product Availability Matrix to get the actual version information.
by ArndW
Fri Feb 24, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configuring userids on Datastage server
Replies: 11
Views: 7022

Kalyan, login as one of these users and cd to the DataStage engine directory (cd `cat /.dshome`), then issue ". ./dsenv" to set the environment and issue the command "bin/dssh" to enter the TCL environment. If all goes well, you will get a ">" prompt and can exit back to UNIX via the command "QUIT"....
by ArndW
Thu Feb 23, 2006 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sequential file to CFF file?
Replies: 13
Views: 6208

I didn't realize we were talking PX and not Server, but the precept remains the same. In your case it would most likely be more efficient to use the CFF stage - but since the target is a sequential file the execution will always be serial and not parallel.
by ArndW
Thu Feb 23, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two DS Servers on Same system
Replies: 3
Views: 824

You can install as many different instances as you want and if they are at the same version you don't need to use the multi client manager. But each instance needs to have it's own port number to use for the client to connect to.
by ArndW
Thu Feb 23, 2006 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different sources data into one database table
Replies: 3
Views: 1509

I think that many of us would like to help you, but
I am getting error at the transformer it self
doesn't help at all - what kind of a error message are you getting and exactly is your problem?
by ArndW
Thu Feb 23, 2006 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sequential file to CFF file?
Replies: 13
Views: 6208

Convert from/to ASCII/EBCDIC is one thing that the CFF stage does and that the normal sequential stage doesn't handle. If you have just a few columns and performance is not of paramount importance, you can convert on a column-by-column basis and also convert non DISPLAY type COBOL fields using the S...
by ArndW
Thu Feb 23, 2006 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sequential file to CFF file?
Replies: 13
Views: 6208

Put simply, if you have data with 2 columns, a CHAR(10) and a INTEGER(5) and you write it to a text file called "seq.txt" and also to a CFF stage file called "cff.txt" you can do a UNIX diff on them and they will be identical (you need to set up the separators, terminators and other things to be the...
by ArndW
Thu Feb 23, 2006 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sequential file to CFF file?
Replies: 13
Views: 6208

There is no such thing as a CFF file. The "Complex Flat File" stage is used in DataStage to read a sequential file which may contain complex COBOL structures that a normal sequential file stage couldn't interpret correctly (something with OCCURS DEPENDING ON, for example).
by ArndW
Thu Feb 23, 2006 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve Date from a hash file(shared Container)
Replies: 3
Views: 724

Madhavi, the most frustrating thing is hearing "it's not working" without getting a description of what isn't working; that doesn't help solve a problem. You have now confirmed that the hashed file contains the column in string form in the format of "YYYY-MM-DD HH24:NN:SS". Now you need to find out ...
by ArndW
Thu Feb 23, 2006 12:16 pm
Forum: General
Topic: Please read before posting: Appropriate use of this forum
Replies: 10
Views: 23177

Naveen, I think that might be too Draconian and bothersome for many posters. The negative feedback that posters (like myself) sometimes leave for glaringly obvious transgressions seem to work well enough - at least for the time being. Perhaps the search button / feature could somehow be graphically ...
by ArndW
Thu Feb 23, 2006 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 5
Views: 998

Could it be that you missed the space character before the 00:00:00?
by ArndW
Thu Feb 23, 2006 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two DS Servers on Same system
Replies: 3
Views: 824

Yes it is possible. The question has been asked and answered already in several threads. Look in your client's DOCS directory for the pdf file entitled multiserv.pdf for instructions on how to do this.
by ArndW
Thu Feb 23, 2006 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve Date from a hash file(shared Container)
Replies: 3
Views: 724

There are no conversions performed when you write to a hashed file. If the datatype is timestamp(19) it most likely is already in string display format and is stored that way. The easiest thing for you to do is to go into the shared container and do a "view data" on the hashed file contents. What is...
by ArndW
Thu Feb 23, 2006 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: integration testing
Replies: 2
Views: 810

Whole company departments do nothing but integration testing and there are books written on the subject as well as over 50 million google pages that match "integration testing". So the answers you are going to get here are only going to scratch the surface of what you will need to know. So all your ...
by ArndW
Thu Feb 23, 2006 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting from 7.5.1 client to 7.5 server
Replies: 4
Views: 1082

There is no workaround, but you do have the Ascential-supplied tool "Multi-client Manager" to let you connect with different clients to the appropriate servers.