Release Notes - 1.4


  • 1.4.6

    1.4.6
    Move to LTS (Long Term Support) - no changes applied.
  • 1.4.6-funcrel

    1.4.6-funcrel
    Fixes an incorrect Cobol User Defined Function object. 📝 49069
    Fixes an issue potentially causing an error during the analysis with the message “Internal exception occurred during processing listener ParseJCL::parseProc on instance CAST_JCL_CatalogedProcedure”. 📝 49204
  • 1.4.5-funcrel

    1.4.5-funcrel
    Fixes an issue potentially causing an error during the analysis with the message “Internal exception occurred during processing listener ParseExecCICS::parse on instance CAST_COBOL_ExecCICS”. 📝 48741
    Fixes an issue potentially causing an error during the analysis with the message “Internal exception occurred during processing listener CreateCICSWebservice::createLookUpRequester on instance CAST_Cobol_Call_CICS_Webservice”. 📝 48922
    Fixes an issue which causes an incorrect JCL Dataset name to be recorded. 📝 48959
    Extension SDK: add AST for DELIMITER and TALLYING clauses in UNSTRING statement
    Extension SDK: improve AST and add AST for FOR and REPLACING clauses in INSPECT statement
    Extension SDK: Improve AST and add AST for GIVING clause in RETURN statement
    Extension SDK: Fix an issue in AST for case with multiple ADDRESS OF clauses in SET statement
    Extension SDK: add AST for VARYING clause in SEARCH statement
    Add support to EXEC DB2SQL for JCL SQL Query object
  • 1.4.4-funcrel

    1.4.4-funcrel
    Fix missing links to Cobol conditional in IF statements. 📝 48599
    Fix an issue causing the false identification of a JCL external program in a CALL statement. 📝 48771
    Fix unresolved Message Queue objects using MQPUT1. 📝 48819
    Fix wrong queue name for IBM MQ object. 📝 48861
    Extension SDK: Improve Identifier node which now can access the runtime value of data it points to.
  • 1.4.3-funcrel

    1.4.3-funcrel
    Update to Extension SDK: Support ADDRESS OF clause in SET statement.
    Update to Extension SDK: Support POINTER and DELIMITED clauses in STRING and UNSTRING statements.
    Update to Extension SDK: Fix AST Error handling in UNSTRING, XML GENERATE statements.
    Update to Extension SDK: Fix AST conditional expression for WHEN statement.
  • 1.4.2-funcrel

    1.4.2-funcrel
    Fixes a missing link to Cobol Data in RETURN statement. 📝 48264
    Extension SDK: fix missing AST for error handling clauses in DIVIDE statement.
    Extension SDK: fix missing AST error handling in RETURN statement.
    Extension SDK: add AST for TALLYING clause in INSPECT statement.
  • 1.4.1-funcrel

    1.4.1-funcrel
    Fixes a missing link to Cobol subprograms determined via the Cobol parameterization engine. 📝 46304
    Support added for the “DB2PBTCH” procedure utility.
    Add transaction configuration for “CICS Webservice” objects.
    Fixes an issue potentially causing an error during the analysis with the message “Internal exception occurred during processing listener CwMetricsActionCobol::launchMetricationEmbeddedSQLFix”.
    Support added for resolving values for Cobol Data usage of PROCEDURE-POINTER types for creating links to subprograms.
  • 1.4.0-funcrel

    1.4.0-funcrel
    Fixes an issue causing a JCL Dataset object to be incorrectly set as datafunction type. 📝 46458
    Fixes a bug causing the analysis to fail due to non-UTF8 characters in the source code. 📝 47440
    Fixes an issues where JCL Procedure objects were incorrectly set as transaction entry points.
    Fixes a missing link between JCL Step and Cobol Program objects.
    A change in behaviour to ensure that Unknown Publisher MQ objects are set as transaction end points.
    Improvement to CICS Webservice support using SOAP protocol.
    Fixes false positive violations of the rule “IF statement must be closed by END-IF”. 💎 7304
  • 1.4.0-beta3

    1.4.0-beta3
    Fixes the missing link to JCL Dataset. 📝 46488
    Fixes the false positive on rule 7688: “Never truncate data in MOVE statements” for cases with boolean type. 📝 46232
    Changes the behaviour to ensure that a link to a JCL Dataset is always created when the NEWNAME command for IDCAMS utility programs is used.
    Removed false positive Cobol Data for cases with User-defined Function.
    Add new option in Data structure option: Save data and links to sections/paragraphs/other data. Requirement: AIP 8.3.58New Option for Save Data Structures
    Added new object Cobol User-Defined Function; Extension SDK: add start_function/end_function eventsSupport User-defined Cobol Function
    Added property stocking Cobol data using in callTransacLink for CICS call program.Support Cobol Data using in CICS call program
  • 1.4.0-beta2

    1.4.0-beta2
    Fix missing JCL SQL query objects through support of the DSNUPROC procedure. 📝 46653
    Remove some unnecessary JCL SQL query objects created through keywords such as keywords TEMPLATE, LISTDEF, LOAD, RUNSTATS, OPTIONS.
    Fix missing bookmark in JCL SQL Query objects for some cases.
    Support GET/PUT commands for JCL FTPREXX procedure utility by creating access Write/Read link to corresponding JCL Dataset.Support JCL FTPREXX procedure utility
    Support GET/PUT commands for FTP JCL program utility by creating access Write/Read link to corresponding JCL Dataset.Support FTP JCL program utility
  • 1.4.0-beta1

    1.4.0-beta1
    Fixes the missing JCL Job objects which were present in a single JCL file. 📝 46403
    Fixes the incorrect evaluation which cause missing links in dynamic program calls and false positive unknown COBOL programs. 📝 46412
    Fixes the incorrect JCL Dataset object for some specified cases when using COPY in DD Control Card. 📝 46459
    Fixes the incorrect JCL Dataset object names for many specified cases in JCL Parametrisation. 📝 46464
    Fixes the incorrect JCL Dataset object names when using DELETE in DD Control Card. 📝 46481
    Fixes the incorrect links to JCL In-stream Procedure. 📝 46493
    Improvised bookmark for IMS/Cobol SQL Query.
    IMS SQL query object now will link to IMS segments, SQL Analyser 3.7.0-funcrel requirement.Add links from IMS SQL query to IMS Databases