Search found 30 matches

by nynali
Thu Jun 14, 2007 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FULL OUTER JOIN
Replies: 4
Views: 1633

FULL OUTER JOIN

Hi, I have two files X and Y and my requirement is to join them and I want two outputs from the join. One will have all the rows from file X. The other will have rows from file Y which did not get a hit with X. As of now I am doing a join and then passing them to a transformer and then trying to get...
by nynali
Thu Jun 14, 2007 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in Transformer
Replies: 3
Views: 1261

Re: Compilation error in Transformer

Please check whether the folder /data is created or not?? Hi, I'm facing a problem during the compilation of a job. The job fails to compile and when clicking on 'Show More' , the error displayed is ##I TFSC 000001 03:14:03(007) <main_program> APT configuration file: /opt/IBM/Ascential/DataStage/Con...
by nynali
Tue May 22, 2007 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in number of records in UNIX and DATASTAGE
Replies: 3
Views: 1317

Discrepancy in number of records in UNIX and DATASTAGE

HI, I have NDMed a Mainframe file to UNIX in BINARY MODE.Then I used the same as input for DS sequential file.There are packed decimal and Signed numeric fields in the file.I used the COBOL FD to load the column definition. I just used a sort stage after this and again wrote the output to a SEQUENTI...
by nynali
Mon May 21, 2007 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQUENTIAL FILE STAGE OPTIONS
Replies: 1
Views: 987

SEQUENTIAL FILE STAGE OPTIONS

Hi, I have NDMed a Mainframe file to UNIX in BINARY mode and using the same as input to sequential file. This file contains both SIGNED NUMERIC and PACKED DECIMAL fields. I have loaded the COBOL FD for the input SEQUENTIAL stage. In the FORMAT option of the file.. I have mentioned. DECIMAL: ALLOW ZE...
by nynali
Mon May 21, 2007 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count mismatch in DS and UNIX
Replies: 1
Views: 1211

Record count mismatch in DS and UNIX

Hi, I have DS job which does a LEFT OUTER JOIN b/w 2 sequential files. This job reads the files NDMed to UNIX in Binary mode and does a sort of both files on KEYS and does a join.The job went fine and it showed the output file(SEQUENTIAL STAGE) count as same as the left input file which should happe...
by nynali
Wed May 16, 2007 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message when viewing data
Replies: 5
Views: 1198

DSguru2B wrote:Yes. But why are you worried about the view data part. Does your job function properly? ...
Yeah job has successfully completed.It didn't throw any errors.
SInce you are saying there is a limit , then is there any option to increase the same.
by nynali
Wed May 16, 2007 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message when viewing data
Replies: 5
Views: 1198

DSguru2B wrote:The error message tells you all. You have reached a limit. What happens when you run the job?

Is this beacuse my Sequential file stage has lot of columns(3650)???
Please let me know of any limitation on this??
by nynali
Wed May 16, 2007 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message when viewing data
Replies: 5
Views: 1198

Error message when viewing data

Please help me with the below error message.I am trying to view a file which has 3650 number of columns.

<_PEEK_IDENT_>: Error message (227138) exceeds the maximum message size (131056); dropping.
**VIEWDATA ROW LIMITER HIT**
by nynali
Thu May 10, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while importing
Replies: 1
Views: 1022

Error while importing

Please let me know hoe to handle this kind of error? When validating import/export function: APT_GFIX_Decimal::validateParameters: the decimal "text" format is variable length, and no external length is specified; you should possibly specify an appropriate "width" property; exter...
by nynali
Tue May 08, 2007 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Cobol File
Replies: 2
Views: 1352

Re: Issue with Cobol File

Hi, I am trying read a cobol file that has been ftped in the binary mode from mainframe environment to windows. I am able to import the CFD(Cobol file definition perfectly), not at all an issue. But when reading the file , I am getting some junk values in the "view data".(CFF Stage) Can y...
by nynali
Tue May 08, 2007 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file RECORD options
Replies: 2
Views: 845

Complex Flat file RECORD options

Hi,
I have NDMed a Mainframe file to UNIX in ASCII mode and this file contains PACKED numeric fields.
I am using this as input to Complex Flat file in DS.My doubt here is what should be record options for such files.
Like
What should be the Byte Order,Character Set,Data Format??
by nynali
Tue May 08, 2007 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we view a file in DS which is 27900 bytes in length?
Replies: 3
Views: 862

Post the full detail of the error message, so that we can get all the other information that you're not telling us. ... I have a Mainframe file which is 27900 bytes in length and it contains around 3650 columns.I have NDMed that file to UNIX in ASCII mode and gave that as input to a sequential file...
by nynali
Fri May 04, 2007 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe and Datastge
Replies: 7
Views: 2037

kumar_s wrote:CFF stage support these datatypes. ...
So while NDM trasmitting the file from MF to UNIX can I transmit it in ASCII mode or do I need to change the mode to Binary??
by nynali
Fri May 04, 2007 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe and Datastge
Replies: 7
Views: 2037

Mainframe and Datastge

Hi,
I have NDM transmitted a Mainframe file in ASCII mode to UNIX and then I used this UNIX file as input to my DS job.
The problem here is I have SIGNED numeric and PACKED decimal fields in the input file.So what is the best way in DS to handle such files.
by nynali
Fri May 04, 2007 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we view a file in DS which is 27900 bytes in length?
Replies: 3
Views: 862

Can we view a file in DS which is 27900 bytes in length?

HI,
I am trying to view a file in DS sequential file which is 27,900 bytes in length.But I am getting an error saying "MAXIMUM MESSAGE LENGTH PASSED"