Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. COBOL

COBOL

Scheduled Pinned Locked Moved The Lounge
c++comalgorithmsarchitecturequestion
71 Posts 52 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D DaveAuld

    Your not thinking of writing the code behind for CodeProject using NetCobol for .Net are you? http://www.netcobol.com/products/Fujitsu-NetCOBOL-for-.NET/overview[^]

    Dave Find Me On: Web|Facebook|Twitter|LinkedIn


    Folding Stats: Team CodeProject

    G Offline
    G Offline
    Gary Wheeler
    wrote on last edited by
    #29

    All of the hamsters involved in handling your post have just spontaneously combusted.

    Software Zen: delete this;

    1 Reply Last reply
    0
    • C Chris Losinger

      yep.

      77 try-mid value 'n' pic x.
      88 try-mid-n value 'n'.
      88 try-mid-y value 'y'.

      oh, you mean:

      bool try_mid;

      ?

      image processing toolkits | batch image processing

      C Offline
      C Offline
      Chris Meech
      wrote on last edited by
      #30

      That's one example of their use. I used to use them a lot for "bit-wise" enumeration.

      15 ws-field-attr pic 9 comp.
      88 underscore value 1.
      88 blink value 2.
      88 protected value 4.

      And in some code there would be

      move hdr-field-def to ws-field-attr.
      if underscore Perform AddUnderscoreEscapeToBuffer.
      if bink Perform AddBlinkEscapeToBuffer.
      if protected Perform AddProtectedEscapeToBuffer.

      They allowed for pretty imaginative ways of writing truly readable code. :) [Edit] That code is probably not quite right, but it's the best I can do from memory since I'm only a couple of years away from retirement. :)

      Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

      1 Reply Last reply
      0
      • N Nagy Vilmos

        'Probably' interfacing to a COBOL system 'somewhere'. Our app communicates to everything via FIX and so for all I know there's a COBOL system out there, somewhere, talking ot us. :~


        Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

        I Offline
        I Offline
        Ian Shlasko
        wrote on last edited by
        #31

        Same here... I think our AS/400 accounting system is COBOL, but I reach it through HTTP/XML queries... But back in the 90s, I did spend part of a summer teaching an old COBOL programmer transition to VB...

        Proud to have finally moved to the A-Ark. Which one are you in?
        Author of the Guardians Saga (Sci-Fi/Fantasy novels)

        R J 2 Replies Last reply
        0
        • C Chris Maunder

          Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

          D Offline
          D Offline
          drolfson
          wrote on last edited by
          #32

          Used to. Changed companies, but not for that reason. ;) Anyone here who works at HP and interfaces with the VISTA system, you fit within the category being discussed. (They been trying to kill that old AS/400 since Compaq inherited it in 2000.)

          1 Reply Last reply
          0
          • N Nemanja Trifunovic

            Not me, but I personally know five people who actively develop for IBM mainframes with languages such as COBOL, PL/I and Rexx. Three of them are at Verizon, one is a consultant and one works in a Swiss bank. I also know a guy wo was a RPG developer until recently and then decided to become a real estate agent :)

            utf8-cpp

            M Offline
            M Offline
            Member 96
            wrote on last edited by
            #33

            Nemanja Trifunovic wrote:

            wo was a RPG developer until recently

            Holy blast from the past. I actually learned a little RPG many many years ago, never did find a use for it though, or COBOL.


            There is no failure only feedback

            1 Reply Last reply
            0
            • N NormDroid

              Almost as bad as the vascetomy, but hey that's another story ;)

              Software Kinetics Wear a hard hat it's under construction
              Metro RSS

              J Offline
              J Offline
              Jim Crafton
              wrote on last edited by
              #34

              Well if the vasectomy broke your heart, I'd strongly urge you to seek alternate medical services. I'm no doctor, but I'm pretty sure that's not how it's supposed to work.

              ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

              N 1 Reply Last reply
              0
              • C Chris Maunder

                Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                J Offline
                J Offline
                Jeremy Hutchinson
                wrote on last edited by
                #35

                I just met a guy who is working for a company that wrote an application that ports COBOL code to Azure!!! Talk about working the full spectrum.

                1 Reply Last reply
                0
                • C Chris Maunder

                  Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                  cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #36

                  Eeewww! I tried COBOL exactly once, in college. Ten lines (cards) of code, 106 lines of preamble, 157 error messages, and not one of the computer center experts could find a single error in my program. Never again... X|

                  Will Rogers never met me.

                  S 1 Reply Last reply
                  0
                  • H Henry Minute

                    My first programming gig was COBOL for a Sunny Canadian insurance company, Haven't touched it since though.

                    Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

                    Q Offline
                    Q Offline
                    QuiJohn
                    wrote on last edited by
                    #37

                    Henry Minute wrote:

                    My first programming gig was COBOL for a Sunny Canadian insurance company,

                    Very similar to your vaporators in most respects.

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                      S Offline
                      S Offline
                      Soulus83
                      wrote on last edited by
                      #38

                      And just today a coworker that somehow shares department with us (she is administrative staff, administrative as in "secretary") got all excited because after 2 years of requesting career change, she is finally transferred to dev, guess in charge of what? you got it, ticket support for the old-as-dinosaurs system which is written in COBOL. Of course, she was all excited about it and came running to tell us...to be brought to earth by our straight faces telling her, COBOL has been dead since 20 years ago... Sadly enough, some of the guys of the corner, to whom no one talks to, grabbed her and say they are the COBOL experts in the company...as they still develop and maintain systems, and that they'd be her teachers... :wtf:

                      "Whether you think you can, or you think you can't--either way, you are right." — Henry Ford "When I waste my time, I only use the best, Code Project...don't leave home without it." — Slacker007

                      1 Reply Last reply
                      0
                      • R Roger Wright

                        Eeewww! I tried COBOL exactly once, in college. Ten lines (cards) of code, 106 lines of preamble, 157 error messages, and not one of the computer center experts could find a single error in my program. Never again... X|

                        Will Rogers never met me.

                        S Offline
                        S Offline
                        Steve Mayfield
                        wrote on last edited by
                        #39

                        You either left out a period (one of my missing '.'s generated over 1000 error messages) or maybe a blank card between the source code and the link instructions (done that too - CDC 3150 mainframe) :rolleyes:

                        Steve _________________ I C(++) therefore I am

                        R 1 Reply Last reply
                        0
                        • C Chris Maunder

                          Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                          T Offline
                          T Offline
                          Tim Deveaux
                          wrote on last edited by
                          #40

                          Received a listing last week for an opening at a large Canadian bank - they want essentially 6+ years exp in 'mainframe MVS, COBOL, JCL Utilities, and databases such as DB 2 and IMS'. For a 4 month contract. :| Not quite my skill set - will pass on to anyone who wants. and yeah I did a little COBOL in school - and actually liked it kinda - don't tell anybuddy ok?

                          This sig no verb.

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                            cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                            D Offline
                            D Offline
                            David Crow
                            wrote on last edited by
                            #41

                            Chris Maunder wrote:

                            So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                            My company has a few products that use a mixture of COBOL and RPG.

                            "One man's wage rise is another man's price increase." - Harold Wilson

                            "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                            "Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                              cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                              N Offline
                              N Offline
                              Nueman
                              wrote on last edited by
                              #42

                              I have been told our mainframe costs will triple next year, if they have not already. We have a huge financial incentive to get old systems off the mainframe, and management is acting accordingly.

                              Life is too short to code in COBOL.

                              1 Reply Last reply
                              0
                              • C Chris Maunder

                                Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                                cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                                W Offline
                                W Offline
                                was8309
                                wrote on last edited by
                                #43

                                oh yes, plenty of cobol and assembler, some still going strong 40 years after first program fetch.

                                1 Reply Last reply
                                0
                                • S Steve Mayfield

                                  You either left out a period (one of my missing '.'s generated over 1000 error messages) or maybe a blank card between the source code and the link instructions (done that too - CDC 3150 mainframe) :rolleyes:

                                  Steve _________________ I C(++) therefore I am

                                  R Offline
                                  R Offline
                                  Roger Wright
                                  wrote on last edited by
                                  #44

                                  Yup, it was a CDC, though I don't recall the exact model, as I wasn't a member of the priestly caste, and was never admitted to the holy sanctum. Circa 1975 - 1977 would be about right for that model, I think.

                                  Will Rogers never met me.

                                  1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                                    cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                                    B Offline
                                    B Offline
                                    BoomRShine
                                    wrote on last edited by
                                    #45

                                    I am still actively coding COBOL.

                                    1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      Chris Meech's post[^] piqued my interest because I've been talking to a few guys lately, on the quiet so as not to bust their cover, who do COBOL. So it got me wondering: who's doing COBOL directly, or at the least, interfacing with COBOL modules or back end systems?

                                      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                                      G Offline
                                      G Offline
                                      Ger Hayden
                                      wrote on last edited by
                                      #46

                                      No, I decided to go down the disclosure route - I made mention of my COBOL heritage in my profile. Sad reality is that if I ever get another commercial development gig it will be COBOL.

                                      Ger

                                      G 1 Reply Last reply
                                      0
                                      • D Dalek Dave

                                        I was an AS400 sys op. Back when dinosaurs ruled the Earth!

                                        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #47

                                        Pah! I was developing software on the System 36 and 38 when the AS/400 was still project Silverlake!! Dinosaurs? Proto-bloody-zoa mate!

                                        MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                                        1 Reply Last reply
                                        0
                                        • J Jim Crafton

                                          Well if the vasectomy broke your heart, I'd strongly urge you to seek alternate medical services. I'm no doctor, but I'm pretty sure that's not how it's supposed to work.

                                          ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

                                          N Offline
                                          N Offline
                                          NormDroid
                                          wrote on last edited by
                                          #48

                                          Jim Crafton wrote:

                                          Well if the vasectomy broke your heart

                                          Hardly

                                          Jim Crafton wrote:

                                          I'd strongly urge you to seek alternate medical services.

                                          Too late, jobs done

                                          Jim Crafton wrote:

                                          I'm no doctor, but I'm pretty sure that's not how it's supposed to work.

                                          Wasn't the most pleasent of everprience whilst being awake during the op.

                                          Software Kinetics Wear a hard hat it's under construction
                                          Metro RSS

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups