This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

3.3.0

Note

No changes or updates have been made in this release. This is simply a move to LTS (Long Term Support).

3.3.0-funcrel

Note

Moving to funcrel

Other Updates

Details
Update version of the dependent extension com.castsoftware.wbslinker to 1.7.27-funcrel to improve call graph resolution.

3.3.0-beta1

Resolved Issues

Customer Ticket IdDetails
42241Fixes the CL parser and adds the missing Data Queue objects.

3.3.0-alpha3

Other Updates

Details
Fixes missing links between CL programs and RPG programs when the CALL to the RPG program is inside a parameter of the SBMJOB command.

New Support

SummaryDetails
Evaluation of SQL statements which include 'prepare' and 'execute immediate' inside EXEC SQLIn RPG fixed format and in CL, SQL statements which include 'prepare' and 'execute immediate' are evaluated. This allows the creation of links between EXEC SQL objects and Tables/Views.

3.3.0-alpha2

New Support

SummaryDetails
Support for REST services with Embedded SQLSupport provided for the HTTP functions in SYSTOOLS which are used to make HTTP requests to web services. The HTTP functions allow the SQL programmer to use Representational State Transfer (RESTful) via SQL, including Embedded SQL. See https://doc.castsoftware.com/display/TECHNOS/RPG+3.3#RPG3.3-RESTserviceswithEmbeddedSQL.
Evaluation of SQL statements which include 'prepare' and 'execute immediate' inside EXEC SQLIn RPG free format, SQL statements which include 'prepare' and 'execute immediate' are evaluated. This allows the creation of links between EXEC SQL objects and Tables/Views. See https://doc.castsoftware.com/display/TECHNOS/RPG+3.3#RPG3.3-SQLRPGfreeformatexample.

3.3.0-alpha1

New Support

SummaryDetails
Support of REST Web serviceSupport REST Web service APIs: http_get, http_put, http_post, http_delete, http_url_get, http_url_post, http_string. See https://doc.castsoftware.com/display/TECHNOS/RPG+3.3#RPG3.3-RESTRPGexamples.