Search found 7 matches

by Deepak_J
Thu Mar 17, 2005 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Computing RowLength of Link
Replies: 1
Views: 875

Computing RowLength of Link

I have a EBCDIC file which I am converting using CFF stage. Some columns in the converted file are not populated and I wish to reject that data. Currently I am defining a datastage variable which would compute the length of the row coming in by doing a concat of the input variables and then there le...
by Deepak_J
Wed Feb 16, 2005 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copybook
Replies: 7
Views: 3402

Thanks a lot ArndW, Sainath. What I meant by saying I am getting 191,192 or 199 is when I was converting the EBCDIC file into ASCII through a CFF, I loaded the cobol copybook, the ascii result I was getting was 191, 192 or 199 which was not making sense. Then I simply removed the description 'LEVEL ...
by Deepak_J
Mon Feb 14, 2005 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copybook
Replies: 7
Views: 3402

Thanks a lot Craig. It works.

Also for Level 88 I just removed the it from the description column and I am able to see the data correctly. Is there any other way Level 88 is dealt with?

Deepak
by Deepak_J
Mon Feb 14, 2005 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copybook
Replies: 7
Views: 3402

Cobol Copybook

I am using DS 7.1 server edition on Linux AS 3.1. I am using a CFF stage to convert an ebsdic file which has 3-4 "OCCURS" in the copybook defination. If I just try and view the the data with "OCCURS" clause in place all columns make sense but I see the same row repeated N no of t...
by Deepak_J
Thu Sep 30, 2004 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Hash File
Replies: 14
Views: 4711

Summit,
It is possible your hash file might be hitting 2GB limit.

Deepak
by Deepak_J
Thu Apr 08, 2004 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5239

Please clarify, what do u mean by ?
does the FTP on a .ds file work the same way as a .dat file
Also, FTP would be a better solution in terms of speed and reliability.

Deepak
by Deepak_J
Thu Apr 08, 2004 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5239

You can write FTP script to bring your file to server A and execute this script as a before job routine for your Job. Also you write the o/p on server A and then have another FTP script that would FTP the file to server B on a after job sub routine.
Hope this helps.

Deepak