Top "Cobol" questions

language for business applications.

Suppressing leading zeroes

We use a numeric-edited picture clause Z(4).99 to supress leading zeroes. It replaces leading zeros with spaces. My question here …

cobol mainframe
How to check whether a file is open already in COBOL?

I am trying to find out a way to check whether a file is already opened in COBOL, so that …

file cobol indexed
Java and Cobol differences

Can anyone help comparing and contrasting between Java and cobol in terms of technical differences as well as architectural design …

java cobol
Getting started with OpenCOBOL! ("Hello world!")

I'm trying to make a very simple COBOL program. I've gotten my directory, configurations, etc. all set up, but when …

cobol gnucobol
Comparing 2 PIC X strings of characters in COBOL

I'm really new to COBOL and I would like to ask a question. What if I have 2 PIC of characters …

cobol gnucobol
Display formatted date in COBOL program

I am taking a date variable in database in YYYY-MM-DD:hh:min:ss format and i want to display it …

cobol cobol85
Converting comp-3 back to a human readable format

I have the information, that a PIC S9(4) field is encoded with comp-3. I also have a data file which …

c# cobol comp-3
When to use dots in COBOL?

I'm completely new to COBOL, and I'm wondering: There seems to be no difference between DISPLAY "foo" and DISPLAY "foo". …

cobol gnucobol cobol85
Convert Cobol copybook to XSD

Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.

xml xsd cobol copybook
What are some good resources for getting started with COBOL programming?

I'm thinking about learning COBOL. Where should I start?

cobol