Top "Cobol" questions

language for business applications.

Two-dimensional variable-length array in Cobol

How do you go about defining a two-dimensional MxN array in Cobol of which both M and N are of …

arrays cobol variable-length
How can I convert an alphanumeric and use it for calculation?

I will read a sequential file which include some string such as "79.85", "1000", "212.34". I want to convert the alphanumeric into number …

cobol openvms
Standard way to remove spaces from input in cobol?

I'm just learning COBOL; I'm writing a program that simply echos back user input. I have defined a variable as: …

cobol gnucobol
What is COBOL used for?

What is COBOL used for?

cobol
How to display the actual value of a comp variable in cobol

I have the following variable in COBOL program which gets its value from a file, when it is read: 01 Employee-number …

cobol mainframe ebcdic
Why is COBOL still a preferred language in the business world?

Even though we have languages like C++, Java, Python, etc., why is COBOL still a preferred language in the business …

cobol
Reading COBOL datastructures from Java

Is there a way to read COBOL data in a Java program? More concretely I'm confronted with the following case: …

java data-structures cobol copybook
Learning COBOL Without Access to Mainframe

I am a graduate student majoring in Computer Science. My department teaches the majority of its courses using Java (though …

windows cobol
Why does COBOL have both `SECTION` and `PARAGRAPH`?

Why does COBOL have both SECTION and PARAGRAPH? Can anybody explain why the designers of COBOL created both SECTIONs and …

language-design cobol
How does COBOL store and retrieve data?

I'm starting to learn about COBOL. I have some experience writing programs that deal with SQL databases and I guess …

cobol data-storage