Giter Club home page Giter Club logo

forma-cobol-2's Introduction

COBOL LOGO

COBOL POE - Part 2

Status GitHub Issues GitHub Pull Requests License


TP POE cobol

📝 Table of Contents

🧐 About

This repository is here to help you understand the basics of cobol with some exercices.
Those exercices are made by Global Knowledge, here stand modests corrections.

🏁 Getting Started

Prerequisites

  • Z/OS
    • A program section
    • A Loadlib
    • A Compiler

Your program section should be a standard PDS.

Your Loadlib section shoul be a specific PDS.

//* You can create the loadlib, with this kind of JCL script.
//SYSUT2 DD DSN=MASTER.PROG.LOAD,DISP=(NEW,CATLG,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(60,20),RLSE),          
// DCB=(RECFM=U,LRECL=0,BLKSIZE=32760,DSORG=PO), 
// DSNTYPE=LIBRARY                               

Be Aware

For cobol program, be sure to give the file name into PROGRAM-ID.

My setup is the following:

  • MASTER.PROG.CBL : My cobol folder, including compiler and executer.
  • MASTER.PROG.LOAD : My cobol loadlib, see above for specifications.
  • MASTER.FILES : My folder dedicated for files read in executions.

Installing

You can transfer, copy/paste the files but it's recommanded to just check them.

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Alteca
  • Global Knowledge
  • Pole Emploie

forma-cobol-2's People

Contributors

emericdefay avatar

Stargazers

 avatar

Watchers

 avatar

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.