Tagged Questions
COBOL (COmmon Business Oriented Language) was the product of a US Department of Defense initiative to develop a standard and portable programming language for business applications. COBOL celebrated its 50th birthday in 2009. It is generally believed that new COBOL development is in decline but a commercial commitment remains to keep the language relevant in today’s computing landscape.
39
votes
17answers
3k views
What makes COBOL such a hated language?
What makes COBOL such a hated language?
I'm rather young and so I haven't experienced the times when COBOL was still in use and even going mainstream, maybe you can help me out.
Everywhere I go and ...
26
votes
4answers
10k views
Issues with ANDs and ORs (COBOL)
I have a homework assignment that need turned in tomorrow and I can't seem to get this one part right. See I was given a input file with a bunch of names, some of which I need to skip, with extra info ...
26
votes
22answers
4k views
Visual Basic 6.0 lives forever like Cobol
In the last 3-5 years I have been renewing an insurance application and a commmercial integration toolkit based on Visual Basic 6.0.
According to Microsoft's "It just works policy" the IDE is no ...
24
votes
6answers
3k views
How can duplicates be removed from a file using COBOL?
The input file have records as: 8712351,8712353,8712353,8712354,8712356,8712352,8712355
8712352,8712355
Using COBOL I need to remove duplicates from the above file and write to an output file. I
...
23
votes
13answers
4k views
Why are mainframes still around?
It's a question you've probably asked or been asked several times. What's so great about Mainframes? The answer you've probably been given is "they are fast" "normal computers can't process as many ...
23
votes
18answers
3k views
(For what) Are Fortran, Cobol and Co. used today?
I'm a relatively young programmer and so I don't really know much about languages like Fortran or Cobol that have their origins in the beginning of modern informatics.
I'm a bit confused because it ...
20
votes
9answers
8k views
How to learn Cobol
I am a Java developer (mostly) and I would like to learn some cobol/mainframe. Not for actual doing much coding, but to better understand cobol/mainframe developers.
The problem is last time I ...
19
votes
21answers
2k views
Any other mainframers here?
I started working as a programmer about ten years ago now. Started working for state government and went to a private sector job about three years ago. All cobol, all on the mainframe. I was told ...
16
votes
18answers
2k views
Would it be a good idea to learn COBOL? If so, how? [closed]
After reading this:
http://www.codinghorror.com/blog/archives/001294.html
...I'm wondering if I would be well-served to learn COBOL so I can replace the COBOL programmers as they retire. Some ...
14
votes
11answers
2k views
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 world?
EDIT:
Why was it so popular?
Sorry for not creating a separate thread for ...
13
votes
2answers
297 views
Is there a workable approach to use Test Driven Development in a COBOL application?
Has anyone come across any workable approaches to implementing Test Driven Development (and potentially Behaviour Driven Development) in/for COBOL applications?
An ideal solution would enable both ...
13
votes
18answers
2k 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 business needs. COBOL ...
12
votes
7answers
981 views
How to transform COBOL programmers into modern day programmers
I'm working in a corporate environment where the mindset is hugely dominated by people who started programming with COBOL IMS and CICS. Today most of them program with more modern languages like Java. ...
11
votes
2answers
335 views
Need help with my COBOL homework
Sorry to bother you all but I am stuck on my homework for COBOL. I've made two attempts, neither of which is working as expected.
The two attempts and their output are shown below followed by the ...
10
votes
6answers
561 views
Cobol: science and fiction [closed]
There are a few threads about the relevance of the Cobol programming language on this forum, e.g. this thread links to a collection of them. What I am interested in here is a frequently repeated claim ...
10
votes
10answers
1k 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 specification. It's not ...
9
votes
7answers
1k views
There actually is COBOL in .NET?
I was checking Microsoft's Visual Studio page just now and in the advertisements sidebar I suddenly saw an incredible advertisement:
"Net Express is a COBOL development environment for extending ...
8
votes
6answers
658 views
The unmentioned parts of COBOL's history
I'm very curious about old programming languages, especially COBOL, and as Wikipedia couldn't really tell me much about this topic, I decided to ask it here:
Was COBOL the first programming language ...
8
votes
2answers
724 views
Japanese COBOL Code: rules for G literals and identifiers?
We are processing IBMEnterprise Japanese COBOL source code.
The rules that describe exactly what is allowed in G type literals,
and what are allowed for identifiers are unclear.
The IBM manual ...
8
votes
9answers
1k views
A COBOL programmer thinking about switching to the modern world
I would like to know what are the best options for a COBOL programmer to switch to more modern platforms.
I explored Java but will all its frameworks its overwhelming. .NET appeared much simpler but ...
7
votes
4answers
130 views
shortest and fastest way to parse php data
i have files i need to convert into a database. these files (i have over 100k) are from an old system (generated from a cobol script). i am now part of the team that migrate data from this system to ...
7
votes
5answers
334 views
What's this language?
A former co-worker left us with thousands of lines of code looking like this. This is more a curiosity, since I rewrote everything he did in less obscure languages :-)
Nevertheless I'm curious. Is ...
7
votes
6answers
829 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 more about viewing the ...
7
votes
6answers
1k views
Is there a static analysis tool for Python, Ruby, Sql, Cobol, Perl, and PL/SQL?
I am looking for a static analysis tool for Python, Ruby, Sql, Cobol, Perl, PL/SQL, SQL similar to find bugs and check style. I am looking for calculating the line count, identify bugs during the ...
7
votes
16answers
1k views
What's the bright side of Cobol?
I love spending my time investigating cool features of languages, even if I won't have a chance to use them anytime soon, but keep hearing only bad things about Cobol, but I'm sure it must of had some ...
7
votes
7answers
2k views
Teaching a mainframe COBOL programmer Java?
I’m trying to help someone learn Java who’s only programming experience is COBOL on the mainframe. I was wondering if anyone knew any good resources for object oriented concepts. I learned how to ...
6
votes
9answers
651 views
Teaching a COBOL developer Java/C#, OOP and modern day software development [closed]
I want to ask a question on behalf of my father, a now 30 year veteran in writing software.
My father works today as a self-employed consulant for a single customer, maintaining a 20+ year old system ...
6
votes
7answers
1k views
Is there some way to access Sql server from z/OS mainframe and have the result in IBM 3270 terminal emulation?
Is there any way (possibly cheap) to access Microsoft Sql Server from z/OS mainframe (COBOL programs) and have the result in 3270 terminal emulation?
I'm aware that 3270 is a pretty old system, but in ...
6
votes
10answers
670 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, obsolete skills ...
6
votes
8answers
373 views
Helping to ease COBOL programmers to .Net. What are your suggestions?
I have a number of COBOL programmers who are moving to .NET. I've found many struggle to adopt/understand OO programming principles. I don't have any COBOL experience, so my ability to find what few ...
5
votes
1answer
124 views
How do I call a web service from iSeries COBOL?
We need to be able to call an internal web service from COBOL code running on an iSeries LPAR (V6R1). I worked through the one complete example that I was able to find online here. So, my next step ...
5
votes
3answers
150 views
Data Verification Problem (COBOL)
I am in the last course I will have for COBOL in college, and I have to write interacting programs that are supposed to keep track of inventory for a business. I have reached a few parts that I am ...
5
votes
2answers
6k views
Problem with COBOL move to comp-3 variable
I'm having the following problem in a COBOL program running on OpenVMS.
I have the following variable declaration:
01 STRUCT-1.
02 FIELD-A PIC S9(6) COMP-3.
02 ...
5
votes
4answers
2k views
COBOL Data types
I have confusion regarding COBOL data types.
Like in many interviews it is asked to explain the difference between COMP-3 and COMP...
what is the exact difference?
what is the meaning of usage modes ...
5
votes
5answers
2k views
Visual Studio 2010: COBOL in VS 2010, missing?
Is it true that Visual Studio 2010 has now COBOL compiler inside?
I saw this in one article.
I also saw a video of it.
The question is, where can I find it? I've been searching VS2010 and still, ...
5
votes
3answers
2k views
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:
User-Input PIC X(30).
Later when I ACCEPT User-Input, then DISPLAY User-Input " plus ...
5
votes
1answer
294 views
Just out of curiosity, I would like to try Cobol, what is the easiest free cobol to install on Windows
I found this one:
http://tiny-cobol.sourceforge.net/download.php
Not sure to undestand how to install it on Windows. Any other ?
5
votes
6answers
2k views
Experience migrating legacy Cobol/PL1 to Java
ORIGINAL Q:
I'm wondering if anyone has had experience of migrating a large Cobol/PL1 codebase to Java?
How automated was the process and how maintainable was the output?
How did the move from ...
5
votes
7answers
668 views
Which language would you port COBOL programs to and why?
When selecting a language to port COBOL programs from what language would you chose and why? I am not looking for the answer "because I am familiar with language X".
I am looking for features in a ...
5
votes
3answers
378 views
Is there a free/demo version of COBOL with multi-user support?
I have been using COBOL 85 for a long time, including work with merging COBOL and Z80 assembly. However traditional COBOL doesn't support multi-user/shareable (ie can run concurrently from various ...
4
votes
2answers
46 views
COBOL Data Validation for capital letter?
I'm in my second quarter of college and taking "Advanced COBOL" we just received an assignment that requires us to code in some validation procedures for different data. I have everything done except ...
4
votes
1answer
93 views
Move record from oracle array to Cobol occurs
How can I move a record from oracle to a cobol array?
When I move a single field, everything works as expected.
When I try to move a record in an Oracle VARRAY I cannot
get it to work. The PRO*COBOL ...
4
votes
5answers
258 views
A Strange Error (COBOL)
Hey all, got one mountain of a problem here. I have completed a program I had to do for college homework, but when I run it the output shows almost nothing it is suppose to. This only happens when I ...
4
votes
9answers
325 views
Learn COBOL or VBA?
I am a college student currently trying to decide courses for my next semester, so far, my program has mainly only had Java and .NET courses to offer. I am now have a choice between COBOL and VBA. I ...
4
votes
6answers
2k views
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 I'm confused how COBOL stores and retrieves data that is stored in a mainframe for ...
4
votes
6answers
738 views
COBOL Migrations Strategies?
Has anyone here been involved in any projects designed to eliminate COBOL or mitigate the risk of COBOL (for example, writing in-house compilers or using COBOL to generate NetBeans, etc.)? If so, ...
4
votes
7answers
2k views
Convert Cobol copybook to XSD
Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.
4
votes
13answers
473 views
Modernize Legacy Cobol
I am constantly reading about how much Cobol code is still in production. And the main reason that it hasn't been updated into am more modern language is that it would take too long/cost too much.
...
4
votes
2answers
569 views
Japanese COBOL code on IBM mainframe in Shift-JIS; represented after transfer to a PC how?
We have a Japanese client that has source code in COBOL on an mainframe. He claims the code on the mainframe is represented in Shift-JIS2 (and we think we understand that pretty well). When that ...
4
votes
6answers
633 views
How complex COBOL programs would fit in 256k?
This is in reference to Stack Overflow Podcast #65. Assume a typical 60's or 70's server computer with, say, 256k main memory. How large (compiled) COBOL programs could such a machine run at ...