Git Product home page Git Product logo

cobol's Introduction

Project COBOL

  • Examples for OpenCobol (Gnu Cobol)
  • Examples for AS400, PF, LF, DSPF
  • Examples for ILE Cobol, ILE CL

AS400 ILE COBOL

  • ILE COBOL
  • ILE CL
  • Physical files
  • Logical files
  • Display files

OpenCOBOL/GNUCobol

  • Hello Cobol
  • Conditions
  • Database
  • Date
  • Games
  • Loops
  • Memory
  • Random
  • SQLite
  • Sort
  • String
  • Struct

Compilation with GnuCobol compiler

cobc -x -W -Wall -O2 HelloWorld.cbl

For contributions

  • Contribution are welcome !

IDE for OpenCobol

Support SQL Database

SQLITE

DBPRE

License

You can check out the full license here

This project is licensed under the terms of the GNU General Public License v3.0 license.

cobol's People

Contributors

malanius avatar martinfx avatar rainbof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cobol's Issues

Infinite loop in program

Infinite loop in program loop.cbl. Maybe missing database file.
Cobol/OpenCobol/Loops/loop.cbl

core_basic_window cannot be compiled with latest raylib

this part of code

CALL STATIC "DrawText" USING
* FIXME: This a part is ungly (RAN-NUM)
BY VALUE RAN-NUM
BY VALUE 360 180
BY VALUE 80
BY CONTENT W-COLOR-LIGHTGRAY
RETURNING OMITTED
END-CALL

cause error:

core_basic_window.cbl: 116: attempt to reference unallocated memory (signal SIGSEGV)
abnormal termination - file contents may be incorrect

because RAN-NUM is binnary type.

my solution is attached :)
core_basic_window.txt

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.