Tagged Questions

1
vote
4answers
126 views

Reasons to start a new project in COBOL

Are there any feasible reasons to start a new project in COBOL? What benefits of this language one would find convincing enough to start a new project in it? I'm thinking mor …
18
votes
7answers
239 views

Remove Duplicates from File

Hi, The input file having records as : 8712351,8712353,8712353,8712354,8712356,8712352,8712355 8712352,8712355 I need to remove duplicate from the above file and write to an outpu …
1
vote
5answers
177 views

What is it about COBOL and its performance that makes it (compared to its age) so quick?

Reading through some of the questions here, the general concensus seems to be that there to continues to be an enourmous amount of COBOL code "out there", not just because it's a n …
4
votes
3answers
211 views

Is there a free/demo version of Cobol with multi-user support?

I have been using Cobol85 for a long time, including work with merging Cobol and Z80 assembly. However traditional Cobol doesn't support multi-user/shareable (ie can run concurren …
2
votes
9answers
164 views

Does it make sense to study COBOL?

I have had a talk with a friend of mine about the relative vulnerability of different types of IT workers to unexpected unemployment (e.g. layoffs, company going out of business, …
3
votes
2answers
160 views

what is “copy corresponding” in cobol, and how does it work?

On the rare occasion that people say nice things about cobol, they often mention "copy corresponding" (and "move corresponding"). I'd really like to know more about these -- what …
0
votes
2answers
20 views

COBOL: Checking for values in an alphabetic field

This is a rather simple question that has me stumped. How do you check for a particular value in an alphabetic field in COBOL 85? For example, I am using an EVALUATE statement to …
0
votes
0answers
28 views

Converting Packed COBOL

Hello, I am trying to update a COBOL packed field via a SQL query in a C# application. Currently, the COBOL packed field is being stored in a character column (char(50)) in a MS …
1
vote
3answers
68 views

Convert Cobol copybook to XSD

Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.
10
votes
16answers
798 views

Rewrite of legacy code

My department is currently faced with the responsibility for the task of maintaining a rather large COBOL code base. We are wondering how to add new features to keep up with busine …
0
votes
1answer
55 views

How do you call a java program from a COBOL on iSeries V5R4

I am tasked with programming a routine that will run on a iSeries platform - where I pass in a parm (like userid, timestamp, etc...) into a program that can perform SHA-2 data encr …
10
votes
8answers
449 views

What’s the COBOL “Bible”?

As a C++ programmer, I always refer to The C++ Programming Language by Bjarne Stroustrup as my C++ "Bible". It's not necessarily the best tutorial. It's not the official specific …
2
votes
3answers
216 views

Transiting from COBOL to C++

I am a fairly junior programmer and have the task of interviewing an experienced mainframe COBOL programmer for a position doing C++ development for Windows Mobile. By experience …
3
votes
2answers
208 views

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. I don't really like Tcl/Tk, though. Is there some resource for dev …
1
vote
2answers
169 views

COBOL Confusion

Hey, everyone. I'm having a bit of trouble in a coding project that I'm trying to tackle in the zOS environment using COBOL. I need to read a file in and put them into an indexed …

1 2 3 4 5 6 next
15 30 50 per page