Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): André Luiz Jacinto
Título: Cobol Query 1.0: Ferramenta para Extração de Dados em Arquivos Cobol
 
Abstract:
This work presents the development of a tool for extracting information from COBOL data files through SQL queries. Lexical, syntactical and semantical analyses of the query are performed followed by the COBOL code generate for accessing the data files. The output COBOL code is compiled (the user adapt an external compiler) to an executable file which returns the query result to the user (this result is showed in the tool). The MVC pattern has been adopted during its development as well as the Velocity template engine for code generate. The GALS tool is also used to generate the lexical and syntactical analyzers. The Micro Focus NetExpress 3.1 is use to compilation tests.