******************************************************************************
If you already have the RPG Toolbox installed on your IBM i (iSeries) and
want to see your current installed version, run the command:
DSPDTAARA RPGTOOLBOX/VERSION
******************************************************************************
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ A new product license key is required when upgrading from a version +
+ that is older than 5.00. Please contact Linoma Software at +
+ sales@linomasoftware.com to request a new product license key. +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
** NOTE: To support the totally free form in V7R1, you will need IBM PTF
SI51094. For SQLRPGLE member types, you will also need IBM DB2
group PTF SF99701 level 26.
** NOTE: The *FREE3 option is only valid when targeting IBM i release V7R1
and higher. This level of free-form syntax was made available with
the IBM i Technology Refresh 11 on V7R1 and Technology Refresh 3
on V7R2 in October 2015.
VERSIONS IN DESCENDING ORDER:
Version 5.37 (09/29/2017)
ENHANCE: Changed the company name from Linoma to HelpSystems.
FIX: Fixed an issue when converting a field defined with the *LIKE
DEFINE option to not use the LIKE keyword if the field is numeric
and is defined from a zoned decimal field. The new field needs
to stay as a packed decimal field.
Version 5.36 (06/20/2017)
FIX: Fixed an issue when converting a Call to a Prototype and a parameter
is a Data Structure, changed the prototyped field definition to
use LIKEDS instead of LIKE.
FIX: Fixed an issue with the XLATE function when the new field length
is smaller than the original field length.
FIX: Fixed an issue that occurs when source code has a C spec in between
D specs. This was causing issues when converting the remaining D specs.
FIX: Fixed the conversion of fields that use + or - to increase or decrease
the length of the new field and one or more spaces exist between the
+ or - symbol and the number.
FIX: Fixed an issue where the code defined a *INxx field in a C spec. Changed
the code to not create a new D spec to define the indicator field.
FIX: Fixed an issue in F specs where a line using an * in column 7 was not
recognized as a comment line.
FIX: Fixed an issue that was occuring when retrieving field lengths and types
when the field name was a certain length.
Version 5.35 (04/18/2017)
FIX: Fixed an issue when reading through source compile and recognizing
page breaks when compile listing is in a foreign language.
FIX: Fixed an issue where code was not converted because the program reached
the end of the source file.