Skip to content

Exercices réalisés pendant la première partie de la POE Cobol

Notifications You must be signed in to change notification settings

Emericdefay/forma-cobol-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBOL LOGO

COBOL POE - Part 1

Status GitHub Issues GitHub Pull Requests License


Exercices 1-12 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=IBMUSER.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:

  • IBMUSER.PROG.CBL : My cobol folder, including compiler and executer.
  • IBMUSER.PROG.LOAD : My cobol loadlib, see above for specifications.
  • IBMUSER.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

About

Exercices réalisés pendant la première partie de la POE Cobol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages