Search found 131 matches

by GJ_Stage
Fri Sep 28, 2012 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting error on 00000000 while doing stringtodate
Replies: 14
Views: 5200

Hi,

Apply condition if string is 00000000 then set as null else you can use tringToDate(DSLink77.AAA,"%yyyy-%mm-%dd ")
by GJ_Stage
Thu Sep 08, 2011 10:51 am
Forum: General
Topic: dsjob run command--- Failed to open project
Replies: 6
Views: 5950

It will be great if you show command and error message to help you.
by GJ_Stage
Thu Sep 08, 2011 10:35 am
Forum: General
Topic: dsjob run command--- Failed to open project
Replies: 6
Views: 5950

Did you set the dsenv path for that.
by GJ_Stage
Wed Sep 07, 2011 10:36 pm
Forum: General
Topic: Category Creation
Replies: 3
Views: 2712

Thank Ray.

I wanted to create more sub categories and Datastage Client sometime very slow , So It is taking more time. This is the reason , is there any way is there in backend to create sub categories.
by GJ_Stage
Wed Sep 07, 2011 7:47 am
Forum: General
Topic: Category Creation
Replies: 3
Views: 2712

Category Creation

Hi All,

I wanted to create subcategories using unix server (not in datastage Client) under the below 2 categories.

COMM_DETAIL
DIST_INFO

Need to create Like below:

COMM_DETAIL
TESTING
INFORMATION
FINAL
DIST_INFO
FIRST_TESTING

Please tell me what is the command need to use?
by GJ_Stage
Tue Aug 23, 2011 7:57 am
Forum: General
Topic: find category name
Replies: 9
Views: 4509

Thanks.

I wanted to take list of all the jobs and corresponding category in the project. What command need to use.?
by GJ_Stage
Tue Aug 23, 2011 4:46 am
Forum: General
Topic: find category name
Replies: 9
Views: 4509

find category name

Hi All, dsjob -ljobs TEST I can see all the jobs under project called TEST but Category name (Folder) is not displaying . I wanted to remove some jobs from this project but without folder name it is very difficult to do it. Every time i need to fire DS_JOBS command to find category. select category ...
by GJ_Stage
Mon Aug 22, 2011 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 4916

Thanks a Lot Ray.
by GJ_Stage
Sun Aug 21, 2011 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 4916

Thanks Ray.

Please tell me the syntex or which keyword i suppose to use to make read this field as null, because my inputfile does not contains emp_firstname value.

Thanks again for helping.
by GJ_Stage
Sun Aug 21, 2011 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 4916

Thanks a lot Chulett. At present I don't have datastage access. What I am trying to ask is If I write schemafile like below , then first 5 digits assign to emp_id an next first characters will assign to emp_firstname. Is that correct? emp_id: decimal[5,0] {width=5}; emp_firstname:nullable string[5] ...
by GJ_Stage
Sun Aug 21, 2011 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 4916

Schema what I provided is giving error message: record {record_delim='n', record_length=fixed, delim=none} ( emp_id: decimal[5,0] {width=5}; emp_firstname:nullable string[5] {width=5, null_file=' '}; emp_lastname:nullable string[5] {width=5, null_field=' '}; ) Otherwise , Please help me how to achei...
by GJ_Stage
Sun Aug 21, 2011 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 4916

Schema file

Hi , In my input file contains only emp_id and emp_firstname and there is no value for emp_lastname. Input file as: 12345James But I need to create ds with emp_id , emp_firstname with value and emp_lastname with null value. schema file contains : record {record_delim='n', record_length=fixed, delim=...
by GJ_Stage
Wed Aug 17, 2011 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken Pipe
Replies: 8
Views: 4741

Hi ,

It depends on the stages used in your job and sometime it will slowdown the job performance. When we use more number of transformer stage , lookup stage this error will occur.
by GJ_Stage
Wed Aug 17, 2011 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 5461

Try out this:

In Unix server fire the below command or use in ExecSH command in DSJOB properties.

awk ' NR > 2 ' Yourfile_name > NewFilename

use NewFilename for DataStage Job.
by GJ_Stage
Wed Aug 17, 2011 4:52 am
Forum: General
Topic: ACCESS DENIED Error
Replies: 4
Views: 2675

Thanks Arvind !

Server got restarted and now it is working. It will be very helpful to me if you explain why this error occured and we used to access until yesterday.