Top "Cobol" questions

language for business applications.

How can I auto Indent for Cobol and JCl using Notepad ++

Any one Please tell me how to autoindent my cobol and JCL codes. It will be easy for me to …

notepad++ cobol mainframe jcl
Calling a Web Service from COBOL or CL

I'm using AS400 and I have been asked to call a web service from the green screen. How can thisbe …

ibm-midrange cobol control-language
Convert Mainframe Binary to Ascii Using any Open Source Code or Tool

How can I convert a mainframe binary file (EBCDIC) having cobol copybook as record layout information to ASCII file by …

java ascii cobol mainframe ebcdic
How to publish messages directly from existing Mainframe application to Kafka topics?

We are planning to replace IBM MQ with Apache Kafka to implement pub-sub use-cases in future. Currently Mainframe(running Z/…

apache-kafka cobol mainframe zos
Windows GUI Programming with OpenCOBOL?

I'm completely new to COBOL, but I'd like to take a look at the different options for GUI programming on …

windows user-interface cobol gnucobol
How do you grab a string in COBOL from a file when the position is unknown?

I'm new to the site as well as COBOL. I am trying to write a program that reads in an 80 …

cobol cobol85
COBOL DB2 program

If I have 1 COBOL DB2 program which is calling 2 other COBOL DB2 sub programs, then how many DBRMs,Packages,Plans …

db2 cobol mainframe
Nested if statements in cobol

I am trying to use nested if statements in Cobol. As far as I can tell I am following the …

if-statement nested cobol gnucobol