Top "Cobol" questions

language for business applications.

how to use GO TO in COBOL

I have the following code snippet in one of my COBOL program. IF FIRST < SECOND MOVE FIRST TO WS …

cobol go-to-definition
How can z/OS call a web service?

I have a COBOL program that needs to get data from a web service. Without using CICS what are my …

web-services cobol mainframe zos
VSAM Status code 04

I am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my …

cobol mainframe jcl
Find a substring in a string in COBOL

My problem is, given a variable which I read from a file, see if it contains or matches another string. …

cobol gnucobol
In COBOL, how to convert sign comp-3 value to a readable format along with sign

I have come across a situation where the value coming in from record is in below format 01 WS-PREMIUM PIC S9(05)…

file cobol comp-3
Reading a Cobol generated file

I’m currently on the task of writing a c# application, which is going sit between two existing apps. All …

c# cobol
Cobol web development/hosting resources

I'm employed at a fairly big company here in Germany and got the job to create the main website for …

cobol
Is there a free (as in beer) Flow chart generator for COBOL Code?

I've never read COBOL in my life and have been tasked with rewriting the old COBOL code in a new …

diagram cobol flowchart diagramming sequence-diagram
How can we eliminate junk value in field?

I have some csv record which are variable in length , for example: 0005464560,45667759,ZAMTR,!To ACC 12345678,DR,79.85 0006786565,34567899,ZAMTR,!To ACC 26575443,DR,1000 …

cobol openvms
Setting up COBOL Compiler under Mac OS?

In my university, we're being taught COBOL, and I'm trying to get a head start and learn COBOL, C++, and …

macos cobol toolchain