Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

COBOL Copybook Specifications for a C# programmer

Tags:

c#

cobol

copybook

I am working on an application that requires me to produce a COBOL copybook to define a data file.

Does anyone have a good reference on how to write out a copybook?

like image 915
Jeremy Avatar asked Oct 14 '22 16:10

Jeremy


1 Answers

A "copybook" is basically COBOL speak for an include file. You need to write a description of your data in COBOL format. Here's a tutorial. Here's some other good articles.

like image 199
Charlie Martin Avatar answered Oct 18 '22 13:10

Charlie Martin