I had lots of fun this morning on IBM’s COBOL FRIDAY with Sudharsana Srinivasan and Paul Newton. I talked mostly about COBOL intrinsic functions, but we also considered what to do if you wanted to write something that sort of works like a user-defined function. Enterprise COBOL doesn’t support user-defined functions just yet, but it’s in the works. My work-around involves writing nested programs. You can watch the webcast here if you are interested. I also posted some sample code at the Enterprise COBOL tab that goes along with the talk. The STACKY program does dynamic allocation and creates a stack for storing pointers to records. It uses a nested programming style to create the data structure.
IBM’s COBOL FRIDAY WEBCAST
Categories:
Related Posts
Debugging S0C7s ReduxDebugging S0C7s Redux
In this video we take a final look at S0C7 abends. Here is the code and here is the video ...
IBM zDay, September 15IBM zDay, September 15
IBM zDay is coming soon, September 15. It’s a chance to catch 150 IBM zSystems experts for free! Register at >>> ...
Bit by BitBit by Bit
Most programmers rarely give a second thought to the bit patterns their compilers generate. After all, they don’t need to. ...
