Search found 31 matches

by vijaykumarpj
Mon Aug 22, 2011 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling the COMP-2 Float value in the CFF Stage & IBM37
Replies: 1
Views: 1508

Need to make the small changes in the properties of the CFF, while selecting the type, as IBM370 instead of IEEE standard.

Then, we will achieve, what we need.
by vijaykumarpj
Mon Aug 22, 2011 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull - CFF Stage
Replies: 2
Views: 1604

We cannot perform this operation in the CFF Stage, instead of this make use of the sequential stage, write as a mainframe cobol format, in the properties tab, wherever, we need the low values, need to pass Setnull () from the transformer, before this Seq stage and then, pass the default null field v...
by vijaykumarpj
Mon Aug 22, 2011 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets stuck in Running status
Replies: 6
Views: 2773

Also, try clearing the status of the job, thru DS Director.. then, re run the job.
by vijaykumarpj
Mon Aug 22, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken Pipe
Replies: 8
Views: 4927

Sometimes, this may happen due to the space overflow in the ramdisk, if you have mentioned it the config file.
by vijaykumarpj
Mon Aug 22, 2011 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage
Replies: 4
Views: 2269

To avoid inserting the Tsort operator, you can add explicit sorter stage, before the Join stage.
by vijaykumarpj
Mon Aug 22, 2011 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Record type file issue
Replies: 2
Views: 2635

Just specify, the constraints as H, D, T in the constraints tab of the CFF stage. However, you can see the other records except H,D,T in the reject file connected.
by vijaykumarpj
Mon Aug 22, 2011 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Search
Replies: 2
Views: 2416

Orchadmin - Search

Hi,

Do we have any Orchadmin Utilities to search the data from the dataset thru UNIX ?
by vijaykumarpj
Mon Aug 22, 2011 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message :Failure during execution of operator logi
Replies: 5
Views: 3978

As suggested by Craig, list out the warnings occurred during the execution.. So, that it can be easier to resolve the issue.
Also, you can validate all the Stage Variables, Constraints and Derivations of all the 5 Transformers, usually, you may find the issues over there it self.
by vijaykumarpj
Sat Jul 23, 2011 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling the COMP-2 Float value in the CFF Stage & IBM37
Replies: 1
Views: 1508

Handling the COMP-2 Float value in the CFF Stage & IBM37

Facing issue, to handle the COMP-2 Float value in the CFF stage for couple of fields. Please, find the below sample value: The value of the field in the Mainframe is 411A19ED7C6FBD27 and usage in the copy book is COMP-2, and in the COBOL Layout observed in CFF stage of datastage is PIC S9(14) V9(4) ...
by vijaykumarpj
Sat Jul 23, 2011 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read multile .csv files in Sequential stage
Replies: 11
Views: 6034

I guess, Datastage will try to read the files from the Unix server itself. Hence, 201107* should work. Pls try and let me know if the issue persists.
by vijaykumarpj
Fri Jul 22, 2011 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read multile .csv files in Sequential stage
Replies: 11
Views: 6034

Try using Source - \\ladiappd01\etl_src_files\EDW\Work_Folder\201107* and make sure that the property is set to comma as a delimiter.
by vijaykumarpj
Fri Jul 22, 2011 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling the COMP-2 Float value in the CFF Stage.
Replies: 1
Views: 1577

Handling the COMP-2 Float value in the CFF Stage.

Facing issue, to handle the COMP-2 Float value in the CFF stage for couple of fields. Please, find the below sample value: The value of the field in the Mainframe is 411A19ED7C6FBD27 and usage in the copy book is COMP-2, and in the COBOL Layout observed in CFF stage of datastage is PIC S9(14) V9(4) ...
by vijaykumarpj
Mon May 23, 2011 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view data
Replies: 10
Views: 4307

This might be because of two below issues:
1) The sequential file may be empty.
2) The metadata mismatch.
by vijaykumarpj
Mon Feb 14, 2011 11:45 am
Forum: General
Topic: Job names not appearing on repository
Replies: 10
Views: 5649

Create a copy of the same job in the designer and compile it. I guess, you would be able to see the job in the director too.
by vijaykumarpj
Sun Oct 24, 2010 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings at JOIN stage
Replies: 2
Views: 1834

Hi Srini,

This warning is because of the same columns (except key columns) in both of the inputs of the joiner. So, remove the column ACCT_SAG_ID from one of the input.