
COBOL Café will be moving to the IBM Z and LinuxONE community
This COBOL Café will be moving to the IBM Z and LinuxONE community . The banner on the top of the page says the COBOL Café will sunset on December 31, 2019, which will be updated soon to reflect that the sunset date has been extended to March 31, 2020 . So the current COBOL Café will stay online till March 31, 2020, while we migrate content over. In the meantime, please join the new IBM Z and LinuxONE community , which offers rich communities, business and technical experts, blogs, and forums to exchange ideas, connect through shared interests... [More]
|
Enterprise COBOL for z/OS, V6.3 documentation refreshed today
Enterprise COBOL for z/OS, V6.3 documentation is refreshed today to include the following enhancements and updates: Enhancements in COBOL V6.3 with PTFs installed : APAR PH18638: You can compile programs with the LP(64) option when the program contains UTF-8 data items . For details about UTF-8, see: https://www.ibm.com/support/knowledgecenter/SS6SG3_6.3.0/lr/ref/rlddesym.html APAR PH18640: You can compile programs with the LP(64) option when the program contains dynamic-length elementary items . For details about dynamic-length items , see:... [More]
Tags:  doc_refresh cobol-for-zos v6.3 |
IBM Automatic Binary Optimizer for z/OS now allows you to generate RTI Profiler enabled modules with RTIBIND option
The IBM Run Time Instrumentation (RTI) Profiler is a performance analysis tool shipped with IBM Automatic Binary Optimizer for z/OS (ABO) to collect and report on the execution-time CPU performance characteristics of your batch z/OS applications. It collects high fidelity information about a batch program's CPU performance characteristics at a low overhead. The RTI Profiler tool helps identify top CPU consuming COBOL modules that are good candidates for optimization with ABO. You can manually rebind your modules with the RTI program... [More]
Tags:  abo |
IBM Automatic Binary Optimizer for z/OS V2.1 documentation refreshed in November
The IBM Automatic Binary Optimizer for z/OS, V2.1 Knowledge Center got refreshed in November. Updates mainly include: PTF updates (UI66467, UI66468)
Adds a new optimizer option, RTIBIND, to generate RTI Profiler enabled modules. (See RTIBIND ) Adds the following messages: BOZ1426S, BOZ1495W, and BOZ1496W. (See Messages ) Other updates
Adds appendixes for the Run Time Instrumentation report, and the manual RTI rebinding instructions. (See Run Time Instrumentation report and Manual RTI rebinding instructions ) For a complete list of ABO... [More]
Tags:  abo doc_refresh |
IBM Z Open Editor brings COBOL and PL/I language support to Microsoft Visual Studio Code
(Author: Lauren Li. Repost from https://developer.ibm.com/mainframe/2019/09/19/ibm-z-open-editor-brings-cobol-and-pl-i-language-support-to-microsoft-visual-studio-code/ ) We are excited to announce that IBM Z Open Editor is now available as a FREE, easily downloadable extension in Visual Studio Code’s marketplace . IBM Z Open Editor is perfect for developers interested in mainframe application development, especially those who prefer a modern development environment. By bringing IBM z/OS language support to one of today’s most popular... [More]
Tags:  ibm_z_open_editor cobol_editor editor |
IBM Automatic Binary Optimizer for z/OS, V2.1 delivers additional performance improvements and introduces sub-capacity pricing
Automatic Binary Optimizer for z/OS V2.1 delivers the following enhancements: Support for exploiting z15 through the ARCH(13) option Less system resource requirements, decrease in CPU resources and memory, to optimize already compiled COBOL programs Ability to generate optimized programs with additional performance gains on IBM Z hardware Output from the IBM Run Time Instrumentation Profiler tool that is enhanced to clearly summarize and display the profiling results The price metric for Automatic Binary Optimizer for z/OS V2.1 is... [More]
Tags:  abo doc_refresh |
Enterprise COBOL for z/OS, V6.3 documentation available today
The COBOL V6.3 documentation is now available at IBM knowledge center: https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.3.0/welcome.html . Some highlights are: Add support for exploiting z15 through the ARCH(13) compiler option : https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.3.0/pg/ui/up0122.html Improved efficiency in processing UTF-8 data by supporting the UTF-8 data type :
UTF-8 literals: https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.3.0/lr/ref/rllanutf8.html Processing UTF-8 data by using UTF-8 data types:... [More]
Tags:  documentation kc v6.3 |
What is new in Enterprise COBOL for z/OS, V6.3
IBM z15 is launched today! Enterprise COBOL for z/OS, V6.3 also delivers advanced compiler support that allows you to fully benefit from the latest IBM Z mainframe advancements. Watch the following video to get a quick glance at COBOL V6.3:
Tags:  highlights v6.3 new z15 |
RSD filesystem change when migrating an exe and data file from COBOL for AIX, V3.1 to V5.1
Scenario: A data file contains dates listed repeatedly many times in a horizontal line entry with the YYYYMMDD format. An exe reads from that data file when compiled with V3.1. But however, after compiling with V5.1. the exe produces the trace below. However, if the dates in the data file are re-arranged one by one vertically (ie one date per line), the exe runs successfully when compiled with V5.1. Why is this the case? Traceback: <Thread 1> <Thread 1> Traceback: <Thread 1> Offset 0x00000694 in procedure... [More]
|
Enterprise COBOL for z/OS, V6.2, V6.1, V5.2, and V5.1.1 documentation refreshed in March
Enterprise COBOL for z/OS, V6.2, V6.1, V5.2, and V5.1.1 documentation are refreshed today, to include the following enhancements: Enhancements for V6.2 with PTFs installed (For a complete list of Enterprise COBOL PTFs, check http://www.ibm.com/support/docview.wss?uid=swg27041164 ): In Enterprise COBOL V6.2 with PTF for APAR PH05855 installed, a new INITIAL compiler option allows you to get a program that has initial values in data items each time the program is called, without having to add the IS INITIAL clause to the PROGRAM-ID... [More]
Tags:  doc zos refresh cobol |
Upgrading to COBOL v6? Sign up for a free workshop
The end of service dates for IBM Enterprise COBOL for z/OS v4 and v5 were recently announced . Clients who are currently using these versions of the compiler are encouraged to plan and start their migration to COBOL v6 as soon as possible. There are 29 months to complete the migration before COBOL v4 goes out of service in September 2021. Plan your migration by attending a free COBOL Migration and Performance workshop - register here . If the dates currently available do not work for you, bookmark the registration page and check back later for... [More]
|
IBM Automatic Binary Optimizer for z/OS now supports modules compiled with the CMPR2 option
Starting with the IBM Automatic Binary Optimizer for z/OS (ABO) V1.3 continuous delivery PTF, released Jan 27, 2019 , you can now use ABO to optimize modules built with the CMPR2 compiler option. The CMPR2 compiler option was available in COBOL compilers VS COBOL II V3 up to COBOL for OS/390® V2 and allowed COBOL code conforming to the 74 COBOL standard to be successfully compiled. Enterprise COBOL does not support this option and requires that code is migrated to the 85 COBOL standard. Clients with programs compiled with the CMPR2 option... [More]
|
Feb 21: Register for Webinar "Give COBOL a Kick in the Binaries"
Feb 21st at 1pm CT: Lamar Woods from IBM will share " The 6 W's of The Automatic Binary Optimizer " (Give COBOL a Kick in the Binaries) Register for the webinar here
|
COBOL 4.2, 5.1 & 5.2, ABO 1.2 End of Service Dates
On Feb 5, 2019, IBM announced the end of service dates ( revised announcement here ) for Enterprise COBOL v4.2, Enterprise COBOL v5.1, Enterprise COBOL v5.2 and ABO v1.2. Products to be withdrawn from service on April 30, 2020: IBM Enterprise COBOL for z/OS 5.1.x 5655-W32 IBM Enterprise COBOL Developer Trial for z/OS 5.1.x 5655-TRY IBM Enterprise COBOL for z/OS 5.2.0 5655-W32 IBM Enterprise COBOL Developer Trial for z/OS 5.2.0 5655-TRY IBM Enterprise... [More]
|
IBM Automatic Binary Optimizer for z/OS V1.3 documentation refreshed in January 2019
The IBM Automatic Binary Optimizer for z/OS, V1.3 Knowledge Center got refreshed in January 2019. Updates mainly include: Adds support for COBOL modules that are built with the CMPR2 compiler option. (See COBOL language feature and compiler option support ) Adds information on alternate ABO invocations. (See Invoking ABO from TSO, REXX and assembler code ) Adds information on required record format for OPTLOG and OPTERR, and the data sets specified by the LOG option. (See LOG and JCL sample ) Clarifies the IEFOPZ configuration activation steps.... [More]
Tags:  doc_refresh abo |