Code Monkey home page Code Monkey logo

naca's People

Stargazers

 avatar

Forkers

chaerun

naca's Issues

translate the Fujitsu YPS/COBOL code

  We have a project which needs translate the Fujitsu YPS/COBOL code to 
Java code,
  so we try to use the NACA(v1.2) tool, but it is not useful.

  1. The two-byte characters(Japanese words, Katakana) existed in Fujitsu 
YPS/COBOL code can't be dealed with the NACA tool.

  2. Some keywords("USE FOR DEAD-LOCK", "EXEC SQL START SQL END-
EXEC", "PACKED-DECIMAL", "PIC N(007) VALUE NC'sample' " etc.) can't be 
translated successfully.

  Do you have the NACA tool of specific version to translate Fujitsu COBOL?

  If you don't have that, could you share the design documents with us?

  Thanks a lot. 

Original issue reported on code.google.com by [email protected] on 2 Feb 2010 at 8:12

"Unexpecting situation" Error at SET ADDRESS OF statements

What steps will reproduce the problem?
1. Nacatrans 
2.
3.

What is the expected output? What do you see instead?
>> Normal transcoding is expected, but "Unexpecting situation" error is 
notified.

What version of the product are you using? On what operating system?
>> NacaTrans 1.2.0.1 on Windows/XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Nov 2009 at 12:57

Attachments:

Multiple index support in INDEX BY clause

What steps will reproduce the problem?

Parse a cobol array with an INDEXED BY clause containing multiple index
declaration, for example :
01 TAB OCCURS 10 INDEXED BY IDX1 IDX2 IDX3.

What is the expected output? What do you see instead?

The parsing step generate an error and the result xml tree is wrong because
all currently opened items are closed.
Either skip following identifiers and save just one identifier or save all
of the identifiers and add them in the generated tree.

What version of the product are you using? On what operating system?
NacaTrans 1.2.0.1 on Ubuntu Jaunty

I am only using the lexer and parser for now, on Cobol clause copy. Thus, I
don't know all the impacts of adding multiple indexes on the generated tree(s).

Thanks a lot for having released the naca project in Open Source.

Original issue reported on code.google.com by [email protected] on 21 Oct 2009 at 5:39

Issue with Level 88 variables

Hi,

I am having a level 88 variables with "+" in the value clause. While 
transcoding it is throwing an error saying that [PLUS] is invalid. Given below 
is an example statement.

 05  MY-VARIABLE                    PIC S9(04) COMP.
      88  MY-ERROR                   VALUE +1259.

Thanks
 Kiran

Original issue reported on code.google.com by [email protected] on 21 Jan 2013 at 6:44

EXEC CICS SEND FROM(variable) LENGTH() - not getting transcoded

Hi,

I am using version "1.2.0.2". For the below statement i am getting an error 
while transcoding. The error is " No Semantic Analysis for EXEC CICS SEND " and 
the statment that i am trying to transcode is:

 EXEC CICS SEND                                            
      FROM(MY-COMM-AREA)                                  
      LENGTH(MY-COMM-AREA-LENGTH)                             
 END-EXEC

Thanks,
 Kiran

Original issue reported on code.google.com by [email protected] on 21 Jan 2013 at 6:38

ResTranscoder engine

What steps will reproduce the problem?
1. .BMS file to be loaded in specified directory
2. nacatrans.cfg for restranscoder
3. run nacatrans

What is the expected output? What do you see instead?
.res file to be created corresponding to BMS file.


What version of the product are you using? On what operating system?
base version


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Apr 2015 at 9:40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.