Search found 5168 matches

by kumar_s
Fri Feb 24, 2006 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile issue-
Replies: 4
Views: 1785

Hi dsguy_2006,
Is your issue solved witht the solution given by lstsaur?
by kumar_s
Thu Feb 23, 2006 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS
Replies: 4
Views: 2517

You cannot. FTP it and use CFF stage to convert it from EBCDIC to ASCII.
by kumar_s
Thu Feb 23, 2006 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile issue-
Replies: 4
Views: 1785

Code: Select all

PWD environment variable is not defined
use this as the key word and search the forum.
by kumar_s
Thu Feb 23, 2006 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRANSFORMER error
Replies: 3
Views: 1971

Do you have C++ compiler installed correctly? Is it the first time you trying to compile? Search for this in the Forum.
by kumar_s
Thu Feb 23, 2006 2:41 pm
Forum: General
Topic: DS_JOBS
Replies: 18
Views: 14353

As mentioned in my previoius post $DSHOME/lib is in my library path which is shared in dsenv. :?
by kumar_s
Thu Feb 23, 2006 2:17 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

Still Not sure, what are you trying to achieve.
Display Numeric is a data type used in COBOL layout. A Numeric type which can hold sign and stored in a character format. If you are tyring create EBCDIC file outof ASCII enable the option EBCDIC in Character set.
by kumar_s
Thu Feb 23, 2006 2:07 pm
Forum: General
Topic: DS_JOBS
Replies: 18
Views: 14353

Thanks Ray,
This is how Iam using it now.
But was wondering with the issue in uv :?
by kumar_s
Thu Feb 23, 2006 2:00 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

Are you trying to create EBCIDIC file.
If so what is that you expect and what you get. What is the 'Character set' use in Record Option.
by kumar_s
Thu Feb 23, 2006 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values
Replies: 7
Views: 1873

You can maintain a parameter file which hold all the necessary dynamic parameter. And it can be passed to -param in dsjobs. You can refresh the parameter file for every run as you wish.
by kumar_s
Thu Feb 23, 2006 1:34 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

Yes, for the source side I'm ok with it but for the target ?I read a sequential file and I want to write/create CFF file(copybook) . Ther is nothing like you can create a copybook using CFF stage, rather, you can make use of copybook (The defenition required for the data to be read/write - written ...
by kumar_s
Thu Feb 23, 2006 1:18 pm
Forum: General
Topic: DS_JOBS
Replies: 18
Views: 14353

HI, I still hold this issue. /dsproject/DS_PROJ > $DSHOME/bin/uv exec(): 0509-036 Cannot load program /dsadmhome/Ascential/DataStage/DSEngine/bin/uv because of the following errors: 0509-150 Dependent module libgciudt6.so could not be loaded. 0509-022 Cannot load module libgciudt6.so. 0509-0...
by kumar_s
Thu Feb 23, 2006 6:32 am
Forum: Site/Forum
Topic: voting for the most interesting topics
Replies: 3
Views: 2660

The interesting topic for one may not be interesting for other.
In general the important/interesting topic apparently will be refered and read my many posters. Many replies, questions, appreciations. You can find a ring revolving such 'Popular posts'
by kumar_s
Thu Feb 23, 2006 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to avoid about sort requirement related warning
Replies: 6
Views: 2202

Pls recheck. Is it hash partitoned before/in sort stage on the key. Is the key of the sort stage is same as the key of the remove duplicate stage as well as the partiton mentioned. Not one more or not one less. Is the same partiton maintained from sort to remove duplicate stage. Is there any change ...
by kumar_s
Wed Feb 22, 2006 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error connecting to UniData 6
Replies: 9
Views: 4695

Presumably the UniData file has been SQL-ized and you have not been granted SELECT privilege to it. Ask your UniData Administrator. What do you mean by "SQL-ized"? I can't find any documentation on this, but I know it must be around somewhere. When tried to queried. Try to grant previlage on the ta...
by kumar_s
Wed Feb 22, 2006 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop in Transformer
Replies: 12
Views: 4665

Hi, As long as you are going to write the output to a sequential file it is very simple. Assume that your field delimiter is tab and record delimiter is new line. What you have to do is create a output stage with only one field and the field value will be fld = Str(link.Name:'\t':link.Age:'\n',...