EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Migration to COBOL V6

    Posted Thu January 05, 2017 03:26 AM

    Hello,

    we are planning migration to COBOL 6 from 4.2 next week. Currently running Cobol runtime and the build server on z/OS with the latest service applied and RBD V9+ clients. Any special considerations or suggestions about the migration and EGL generated programs ? (Already went through COBOL migration procedure/prereqs/pitfalls (all hopefully :-)))

    Generally I believe that COBOL generated from EGL should be less prone to different inconsistencies than hand written code - so I expect no problems with more restrictive coding rules brought by the new compiler. Is that so?

    Regards!

    NenadV


  • 2.  Re: Migration to COBOL V6

    Posted Fri January 06, 2017 09:05 AM

    Hi,

     

    The cobol v6 is supported. Follow system requirements for product link http://www-969.ibm.com/software/reports/compatibility/clarity/softwareReqsForProduct.html

    type Rational Business Developer and choose version 9.5.

     

    Regards,

     

    Hsieh

    Hsieh


  • 3.  Re: Migration to COBOL V6

    Posted Mon January 16, 2017 02:39 AM

    Getting the following abend for some cics and batch EGL programs after migrating one of our dev systems:

    IGZ0277W The value .... of data item EZELFV-SPZ-1049 at the time of reference by verb number 1 on line 11515 in program POBAGR1 failed the NUMERIC class test generated by the ZONECHECK compiler option. IGZ0277W The value ............... of data item EZELFV-SPZ-1739 at the time of reference by verb number 1 on line 13924 in program POBAGR1 failed the NUMERIC class test generated by the ZONECHECK compiler option.

    IGZ0073S A non-positive reference modification length value of 0 on line 014186 was found in a reference to data item EZETYPE- DATA.

    From compile unit POBAGR1 at entry point POBAGR1 at compile unit offset +0002E9D2 at entry offset +0002E9D2 at address 268970B2.

    READY DSN SYSTEM (DBT3) DSN RUN PROG (POBAGR1) PLAN (PPOOTP76) IKJ56641I

    DSN ENDED DUE TO ERROR+ IKJ56641I USER ABEND CODE 4038 REASON CODE 00000001

    NenadV


  • 4.  Re: Migration to COBOL V6

    Posted Tue January 17, 2017 06:24 AM

    Mybe you need regenerate EGL and compile Cobol. I found a question about it

     

    http://www-01.ibm.com/support/docview.wss?crawler=1&uid=swg1PI57093

     

     

    Hsieh


  • 5.  Re: Migration to COBOL V6

    Posted Tue January 17, 2017 06:39 AM

    The problem is resolved via PMR - compiler option SSRANGE was causing this - it is resolved after setting SSRANGE(ZLEN)  ( NOSSRANGE option would also do ...)

     

    Regards!

    NenadV