Search found 5168 matches

by kumar_s
Fri May 12, 2006 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use datastage version control to version shell script
Replies: 8
Views: 2004

Version Control is used for versoning Datastage jobs and sequence.
by kumar_s
Fri May 12, 2006 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between sever and parallel job
Replies: 9
Views: 2398

That was one of the wonderful FAQ on Archetecture given by Ray.
But do a search you can find exactly what you need.
by kumar_s
Fri May 12, 2006 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata_API
Replies: 2
Views: 688

Almost everything will lead to a Permission.... or library pointing to wrong path...
by kumar_s
Fri May 12, 2006 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display a Link statistics in a file
Replies: 2
Views: 903

Search for DSGetLinkInfo. This is alerady dealt in this forum.
Or dsjob -linkinfo...
by kumar_s
Thu May 11, 2006 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to FTP fixed width file using FTP Plug in stage
Replies: 5
Views: 1623

Make sure the FTP setting are fixed width and not space delimeted.
by kumar_s
Thu May 11, 2006 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_STATUS structure for deleting invocation ids
Replies: 14
Views: 8322

HI,
You can directly use TIMESTAMP as key word like
SELECT TIMESTAMP FROM RT_LOGnnn or SELECT F3 FROM RT_LOGnnn DICT VOC
to get the timestamp of each id.
by kumar_s
Thu May 11, 2006 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of working on different projects
Replies: 5
Views: 1285

ArndW wrote:Kumar - I skipped the administrator client because it is not bound to a single project, but only to a single instance of DataStage server.

I Agree.
by kumar_s
Thu May 11, 2006 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error using Basic Transformer
Replies: 6
Views: 2273

Basic Transformer in PX will always create a overload in server, since which forces the parallel editon to run on sequential mode. But what is the functionality you are tyring to achevie through Basic Transformer?
by kumar_s
Thu May 11, 2006 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of working on different projects
Replies: 5
Views: 1285

Adminstrator Clinet too :D
by kumar_s
Thu May 11, 2006 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal conversion warning
Replies: 6
Views: 2119

Decimal 7,4 is 4 scale and 3 mantisa part. That is total length (Precision) is 7 and out of which 4 digit is alocated to right side of the decimal point.
The space is for the sigh bit.
Hence while mapping 00002 to 002 warning pops out. You need to extrapolate the target datatype.
by kumar_s
Thu May 11, 2006 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterpirse Stage use /tmp directory to making temp file
Replies: 7
Views: 2932

Also just check whether, the db2 temp directory is pionting to the same. Check in ../sqlib/db2profile or with DBA.
by kumar_s
Thu May 11, 2006 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading multiple files in a single job.
Replies: 10
Views: 4603

Dont have Datastage access right now, so not sure about datastage aspect. But you can always write a unix script to clip off the first line of each file and concatinate the rest and read it. And use the script in Before job subroutine.
by kumar_s
Thu May 11, 2006 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple sequences
Replies: 2
Views: 792

Yes.
Yes.
By making the server to act simultenously, CPU usage is shared among the existing process, which might make the difference when compared to a dedicated server fo a single process.
by kumar_s
Thu May 11, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading multiple files in a single job.
Replies: 10
Views: 4603

hi..thanks for the suggestions.. i am aware that i can concatenate the three files and then use.However i want to use some data stage functionality to achieve the same. Ray, in the sequential file stage--filter command-- i put cat <location of file1> <location of file2> <location of file3>. then i ...
by kumar_s
Thu May 11, 2006 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterpirse Stage use /tmp directory to making temp file
Replies: 7
Views: 2932

Datastage Adminstrator cleint --> Project --> Properties -- > Environment -- >General ---> TMPDIR