Activity for avtansh

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. The problem with conversion is that I see junk characters for COMP data types Is there any other way I could read Complete line? Also in terms of File , I have a FUJITSU CATDM Utility for conversion , my file is pure EBCIDIC as that tool is able to convert the file to ASCII properly with that. Also If I continue with while ((line = reader.read()) != null) { FieldIterator...

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. The problem with conversion is that I see junk characters for COMP data types Is there any other way I could read Complete line? Also in terms of File , I have a FUJITSU CATDM Utility for conversion , my file is pure EBCIDIC as that tool is able to convert the file to ASCII properly with that.

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. Is there any other way I could read Complete line? Also in terms of File , I have a FUJITSU CATDM Utility for conversion , my file is pure EBCIDIC as that tool is able to convert the file to ASCII properly with that. The problem with conversion is that I see junk characters for COMP data types

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. Is there any other way I could read Complete line? Also in terms of File , I have a FUjitSU CATDM Utility for conversion , my file is pure EBCIDIC as that tool is able to convert the file to ASCII properly with that

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. Is there any other way I could read Complete line? Also in terms of File , I have a FUjitSU CATDM Utility for conversion , my file is pure EBCIDIC as that tool is able to convert the file to ASCII properly with that

  • avtansh avtansh posted a comment on discussion Open Discussion

    Hey Bruce, Thanks for the Prompt Reply, This works on Iterator level. But I have to mask this file by reading the complete line. Is there any other way I could read Complete line?

  • avtansh avtansh modified a comment on discussion Open Discussion

    Hi, I am trying to use ICobolIOBuilder iob = JRecordInterface1.COBOL .newIOBuilder(copybookName) .setFont("cp037") .setFileOrganization(Constants.IO_FIXED_LENGTH) .setSplitCopybook(CopybookLoader.SPLIT_NONE) ; to convert COMP3 copybook and data records, and I am not getting the write characters in output. Can anybody help in this regard?myfil I get error when I do Abstrac reader = iob.newReader(myfile) while((line = reader.read())!=null) { System.out.println(line.getFullLine()); }

  • avtansh avtansh posted a comment on discussion Open Discussion

    Hi, I am trying to use ICobolIOBuilder iob = JRecordInterface1.COBOL .newIOBuilder(copybookName) .setFont("cp037") .setFileOrganization(Constants.IO_FIXED_LENGTH) .setSplitCopybook(CopybookLoader.SPLIT_NONE) ; to convert COMP3 copybook and data records, and I am not getting the write characters in output. Can anybody help in this regard?

1