Robin, That sounds pretty cool. Is the mainframe server code you are talking about applications or something else? Not to enrage the assembler bigots on here, after all, I am one but COBOL seems to be the simplest, easy to read, easy to teach programming language I have ever seen. I always thought you could teach a C programmer COBOL in about a week. Why would you not use COBOL for apps? If you are talking apps....
Thanks, Duffy -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Robin Atwood Sent: Tuesday, November 05, 2013 11:45 PM To: [email protected] Subject: Re: Aging Sysprogs = Aging Farmers About 25% of our mainframe server code is written in C already but you still need HLASM to deal with the guts of z/OS. I have already told the lad to read the POPS but that's not enough, you need background in basic z/OS concepts, JCL, ISPF, Rexx, etc. The courses we have found provide this. Cheers -Robin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Post Sent: 06 November 2013 02:06 To: [email protected] Subject: Re: Aging Sysprogs = Aging Farmers >>> On 11/5/2013 at 12:54 PM, Ze'ev Atlas <[email protected]> wrote: > Adopt the methodology of the Unix, Linux and Windows echosystems, > abandon any assembly whatsoever, license C and write all code in that language. Not quite. Performance critical sections are sometimes still written in hand-crafted assembler, particularly in the Linux kernel. If it weren't for that, I would just as soon see the ability to embed assembler in C source code be removed from GCC. Putting assembler code in applications makes them a real pain to port to different operating systems and architectures, and so in general not cool. Mark Post ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
