• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

Anyone here know/program COBAL?

Status
Not open for further replies.
I'm trying to learn it more in-depth. What are some good resources/tips/etc?

I wanna learn it because it's used a lot where I work. I'm using work as a resource obviously, but would like to study/work outside of work.
 
I had two take a few courses of it when I was in college. It's rather crude, but simple. Running that shit on a JCL mainframe sucked ass, though... ugh.
 
Spike said:
COBOL. Haha. I used to do alot of coding for it about 10 years ago. I haven't used it for so long, I've forgotten alot of it.

http://www.csis.ul.ie/COBOL/


Great resource, thanks... Yes.. well, they use it a LOT at my job. I thought that I might as well learn it ya know? I know it's really simple and outdated, but it's just another thing I can throw on my resume. My main question is, how can I run these programs on my Windows box at home? Obviously I don't have a mainframe there to run them on. :)
 
You can run COBOL programs on a regular machine. A JCL mainframe is only needed to execute the JCL code (or whatever code/mainframe they're using).
 
Ristamar said:
You can run COBOL programs on a regular machine. A JCL mainframe is only needed to execute the JCL code (or whatever code/mainframe they're using).


That's what we have here... I know JCL is job control language, but is that actually the code? What exactly is JCL? That can't be the code because COBAL is the code, right?
 
JeffDowns said:
What exactly is JCL? That can't be the code because COBAL is the code, right?

The JCL scripting language is a seperate entity and basically tells the mainframe how the other code (COBOL) is supposed to be executed. Most JCL statements start with '//' (without the quotes), so it should be easily identifiable.
 
I hated cobol cause the compiler we had was pretty bad and that SPACING is very important(like not starting a line of code before the 7th(?) space of the line)

Living hell. Depends on what kind compiler you're working too? a fujiitsu compiler?
Anyway, cobol is old... and boring.
 
Status
Not open for further replies.
Top Bottom