Questions tagged as 'cobol'

2
answers

Intrinsic function to convert numeric to string

I'm trying to find out if there is any intrinsic COBOL function to convert a numeric date to string without having to use the REDEFINES clause: ( PIC S9(04) COMP) If yes, is it more costly to use REDEFINES ?     
asked by 30.01.2014 / 13:39
1
answer

Dynamic Memory Allocation in Cobol

How do you allocate dynamic memory in Cobol without using external C libraries? I'm not interested in using some kind of *alloc() coming from C. In any Cobol flavor does it exist? It should exist, because if now some compilers have acc...
asked by 02.09.2015 / 06:24
0
answers

How to integrate a Java system with one in COBOL?

What are the options for a Java system to communicate with a system made in COBOL? Is it possible to use WebServices? If not, JCA would be the best option?     
asked by 04.05.2016 / 15:18
0
answers

How to do TDD Cobol? [closed]

I'm having a task in my company that I'm feeling extremely difficult, I have to perform a TDD with Cobol. I would like some recommendations on tools, IDE, process that makes me do this activity and also know if it is really possible to do TDD wi...
asked by 17.04.2018 / 12:17
2
answers

What Connection String is used to make the connection between Cobol and B.D. Oracle?

I can not make a connection between a Micro Focus program Cobol and the Oracle database. I'm using the command: EXEC SQL CONNECT :USERNAME IDENTIFIED BY :PASSWD END-EXEC The error that returns me is:    Please speci...
asked by 27.03.2017 / 17:04
0
answers

How to perform Unit Testing in OpenCobol?

I am in charge of running a Cobol Workshop in my company, and I was forced to do an example of a Cobol Unit Test. I just do not know where you're going with Cobol? I saw the OpenCobol IDE as a lightweight, easy-to-understand IDE. But I wanted...
asked by 01.05.2018 / 00:03