On 17 Apr 2012 18:13:15 -0700, in bit.listserv.ibm-main you wrote: >In <[email protected]>, on 04/10/2012 > at 10:31 PM, Gabe Goldberg <[email protected]> said: > >>What are the worst -- most ridiculous, most outdated -- myths >>you've recently heard? > >Not recent, but a customer once approached me with a COBOL program >that was getting a program check. I asked what was in R14. Her >response blew me away: "But COBOL doesn't use registers." > I was a contract programmer at an HP-UX shop that had converted from a mainframe. They used UNI-KIX and UNI-SPF and a shell that emulated JCL in many ways. SYNCSORT there made the mainframe version look brain dead. What was interesting is that I didn't have the foggiest notion of what the machine architecture was or the instruction set. I was able to debug the problems using various tools and eliminate some long standing bugs.
Even in IBM z series COBOL, other than knowing the current instruction and the appropriate data areas, things that are useful for Assembler programmers aren't that meaningful in most instances for COBOL programmers. Intermodule linkage can be more complex due to the dynamic call options and the way control flow is handled. Clark Morris ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

