This section describes significant changes in behavior or usage in the current and past releases of
Enterprise Test Server. These changes could potentially affect the behavior of existing applications or impact the way the tools are used.
Note: This list does not include the changes in behavior introduced by any of the HotFix releases. Refer to the HotFix readmes for
information about such changes.
Changes in Behavior in This Release
Back to Top
For an up-to-date list of these changes for release 4.0, see this product's Release Notes available from the
Product Documentation section of the
Micro Focus
SupportLine Web site.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
CICS
Starting with version 4.0 Patch Update 2, all applications that use WEB CONVERSE or WEB SEND SESSTOKEN explicitly with the
AUTHENTICATE, BASICAUTH, or NONE options, and that do not use a URIMAP that specifies the AUTHENTICATE attribute, must be
recompiled. (This does not affect applications that use a URIMAP that specifies the AUTHENTICATE attribute.)
Enterprise Server security
Web access to the Enterprise Server Console Log and Communications Server Log is now restricted when the enterprise server
region is secured using external security. Users will be required to provide a valid username and password in order to view
either log file.
Web access to the logs can be controlled using the standard ACL definitions under the new
Communications Server resource class, with resources
Enterprise Server Console Log and
Communications Server Log. If these resources exist, users require 'read' access to be allowed to view the logs. If the resources do not exist, the
default behavior is to allow 'read' access on entry of a valid username and password.
An example of the new resource class and resource definitions can be found in the
es_default_ldap_msuser.ldf file, which is located in the
bin sub-directory of your product directory.
Executables may require relinking or recompiling
Version 4.0 of your product is dependent on a later version of the Microsoft C run-time system than earlier
Micro Focus products. This means that COBOL executables (.exe) built with an earlier version of your product might not be compatible with version 4.0 run-time products. If the behavior
of your application changes with version 4.0, we strongly recommend that you relink the main executable with version 4.0.
This will ensure that the COBOL run-time system fully handles any run-time error conditions that might occur.
A new executable that is fully compatible with version 4.0 can be produced without recompiling the application, as long as
the original object code is available and it is relinked with version 4.0.
To allow your executables to benefit from the product's latest programming and performance enhancements, we recommend a full
recompilation of your source code.
HCO for SQL Server (HCOSS)
When using the DIALECT=MAINFRAME setting, the OpenESQL STRICTPARSE SQL compiler directive option is now turned on by default
for ODBC (DBMAN=ODBC). This ensures strict compliance with z/OS DB2 syntax.
If your applications require the OpenESQL preprocessor to behave as it did in an earlier release, compile using NOSTRICTPARSE.
IMTK runtime configuration
Due to changes made to the
Configure Runtime Environment dialog box in this release, after you upgrade your system, you must reenter all previously set values on this dialog box
before running a service.
JES restart behavior
The following changes have been made to the MF_UCC11 environment variable:
- The default behavior of MF_UCC11=Y has changed, in that DISP=NEW is changed to DISP=MOD only when a job is restarted (not
when first run).
- A new option, MF_UCC11=YA, reverts to the previous behavior of changing DISP=NEW to DISP=MOD even when the job is first run.
Test Coverage results
Schema changes that affect the test coverage results generated from the
tcutil utility mean that if you propagate the results to a third-party application (for example, an XSLT processor), and rely on
the
<copyFileCoverage> element, you need to alter your transformations to focus on
<sourceFileCoverage> instead. The element was renamed to more appropriately reflect its contents, as
tcutil now gives global coverage for all source files (not just copybooks).
Changes in Behavior in Release 3.0
Back to Top
For an up-to-date list of these changes for release 3.0, see this product's Release Notes available from the
Product Documentation section of the
Micro Focus
SupportLine Web site.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
CICS
Starting with version 3.0 update 11, all applications that use WEB CONVERSE or WEB SEND SESSTOKEN explicitly with the AUTHENTICATE,
BASICAUTH, or NONE options, and that do not use a URIMAP that specifies the AUTHENTICATE attribute, must be recompiled. (This
does not affect applications that use a URIMAP that specifies the AUTHENTICATE attribute.)
JES-enabled enterprise servers
Back to the list
Important: Existing JES-enabled Enterprise Server regions must perform this upgrade to continue using JES functionality. If you start
a region without upgrading, the following message is displayed in the console log, and JES functionality is disabled:
JES000058E JES validation - Product requires new spool control files. Run spool conversion utility, splconv, to create them.
In this release, the infrastructure of the JES spool repository has been upgraded in order to improve performance. For each
JES-enabled region, before you can submit any jobs to JES, you must run the spool conversion utility; any newly created regions
will automatically be configured to use the new spool files.
The conversion process converts the information in the existing spool files to a set of new files required under the new system.
There should be no loss of data in moving to the new system.
As well as significantly improved times when running housekeeping tasks, these changes have the additional benefits:
- The new infrastructure is more disk-efficient, reducing the space required by the spool files by up to 75% in some cases.
- Internal indexing is greatly improved, resulting in quicker generation of messages and SYSOUT records during processing.
- Improved navigation of spool queues: job status
Complete replaces the
Output,
Out Hold, and
Printed statuses, and completed jobs with any combination of sysout files can be displayed in a single list.
- Increased range of job numbers, from 5 digits to 6 or 7 digits; see details on the
MF_MVSJOBS environment variable.
Important: After converting to the new JES spool infrastructure, we recommend that you do not employ the increased range of job numbers
until you have thoroughly tested the new infrastructure. Reverting back to the previous JES spool files is possible, but requires
that you remove all job entries using more than 5 digits, for which there is no easy process.
To run the spool conversion utility
- At the
Enterprise Developer command prompt, set the following environment variables, as required:
Variable
|
Description
|
MFSYSCAT
|
The location and name of the current JES catalog. This is mandatory.
If multiple catalog files are being used (that is, one or more user catalogs are defined), this environment variable should
point to the catalog where JES spool datasets are cataloged.
|
MVSSPOOLDIR
|
The location of the current JES spool control files (for example: casspool.dat). This is only mandatory if the location is
different to the location of the JES catalog.
|
NEWSPOOLDIR
|
The location for the resulting JES spool control files (that is, the SPL* files if running the conversion, or the old-style
spool files if running the regression). This is only mandatory if the location is to be different to the location of the existing
spool files.
|
MFSYSCAT_ERRS
|
The number of catalog errors that will be tolerated during the conversion process before the conversion is terminated. This
is optional, and defaults to 100.
If the process is terminated, the following error is produced:
*** Error: Error count exceeded - program terminating
|
- Type
splconv, then press
Enter.
The conversion process runs, and details of the files and records converted are displayed to screen.
Tip: It is common to see messages of the following type as the conversion runs:
*** Error: Error raised on READ of MVSSPL
File status is 23
Processing record: Type=15 J#=,job no.> Seq#=<seq no.>
Such a message is produced when a casspool sysout record is found, but no matching record is found in the MVSSPL01/02 file.
The record type (15) indicates that this is an active spool record, which should only be present in casspool if a copy of
the file were made while the associated ES region was in a started state, or the associated job had crashed.
These messages can be safely ignored, but if more than 100 are generated, the default error limit will be exceeded, causing
the conversion to terminate. If this situation occurs, set the error limit to a higher value, using the MFSYSCAT_ERRS environment
value, and rerun the conversion process .
- If MVSSPOOLDIR and NEWSPOOLDIR were set to different locations prior to running the conversion, you must now set MVSSPOOLDIR
to the value of NEWSPOOLDIR.
Note: If you do not perform this step, you will receive the following error when you start your region, and JES fails to initialize:
JES000058E JES validation - Product requires new spool control files. Run spool conversion utility, splconv, to create them.
- You can now start the region identified by the variables, and begin to submit jobs.
Reverting to the previous JES spool repository
If you plan to downgrade to an older version of your current product, any enterprise server region that has been converted
or created with the current product will not be compatible. Before you can use them, they must be reverted to using the old
JES spool repository.
Use this process if you are wanting to use a JES-enabled region in a previous version of the product:
- At the
Enterprise Developer command prompt, set the environment variables listed in the
To run the spool conversion utility process, as required.
- Set an additional variable, SPLREGR_TARGET, to
PRE30.
- If the region has started to use 6- or 7-digit job numbers (an enhancement new to version 3.0 of the product), then before
you run the regression, you must remove the jobs that are using these numbers, and ensure that the MF_MVSJOB environment variable
(or the
SPLJNO.dat file if the variable is not used) does not specify an upper limit greater than 5 digits.
Note: If using the MF_MVSJOB environment variable, to revert to 5-digit job number support, set MF_MVSJOB=<low number>+<high number>, where
high number is less than 0099999, and ensuring that the + sign is used to separate the low and high values.
- Type
splregr, then press
Enter.
The regression process runs, and details of the files and records converted are displayed to screen.
You can now use the region identified by the variables in previous versions of
Enterprise Developer.
Exporting the spool files to Enterprise Server for .NET
If you plan to export a region to Enterprise Server for .NET, any enterprise server region that has been converted or created
with the current product will not be compatible. Before you can use them, they must be reverted to using the old JES spool
repository.
Use this process if you are exporting a JES-enabled region to Enterprise Server for .NET:
- At the
Enterprise Developer command prompt, set the environment variables listed in the
To run the spool conversion utility process, as required.
- Set an additional variable, SPLREGR_TARGET, to the appropriate value:
- DOTNET5
- Create spool files for use on Enterprise Server for .NET, using a maximum of 5 digits for job numbers.
- DOTNET7
- Create spool files for use on Enterprise Server for .NET, using a maximum of 7 digits for job numbers.
- Type
splregr, then press
Enter.
The regression process runs, and details of the files and records converted are displayed to screen.
You can now use the region identified by the variables in Enterprise Server for .NET.
Compatibility AddPack for Visual COBOL
Back to the list
Compatibility AddPack for Visual COBOL is now deprecated and will not be available with release 3.0 and later.
The Dialog System GUI and run-time components and Dialog System Character Mode (on Windows and UNIX) which were part of the
AddPack are now installed as part of
Enterprise Developer for Visual Studio. The run-time components are installed as part of
Enterprise Test Server. These are only included for backward compatibility and Micro Focus does not recommend that you use them for new development.
The other components which were part of the AddPack, the Character-Based Data File Editor, CSBIND and Screens, will be available
upon request from Micro Focus SupportLine.
Compiler Directives
The default for the FASTINIT directive has changed: FASTINIT is now the default when setting the MF dialect. The directive
remains not set by default (that is, NOFASTINIT) for other dialects.
JES security - the PHYSFILE resource class
Back to the list
- The PHYSFILE security setting is now checked when a dataset entry is inserted into the catalog, or when a dynamic PDS member
is created. The check is made for all cataloged files, including spool files (for example, JESYSMSG and SYSOUT files). You
should review any existing PHYSFILE rules to ensure they are correct, otherwise access may be denied where it was previously
allowed; see
Resource Classes for JES Security for more information.
If the PHYSFILE class is created in the LDAP repository it is necessary to add appropriate rules to allow users that submit
jobs to have 'write' access to the job log location, so that job submissions are successful.
Note: If the files provided with release 3.0 have been used to populate the LDAP repository, the PHYSFILE resource class is created
with no rules.
OpenESQL
Back to the list
The new OpenESQL OPTIMIZECURSORS SQL compiler directive option is turned on by default for
both ADO.NET (DBMAN=ADO) and
ODBC (DBMAN=ODBC).
For ADO.NET, this reduces cursor memory consumption thereby providing optimal performance.
This
also
ensures that, for ODBC, embedded SQL cursors that use WITH HOLD and FOR UPDATE clauses have the same data integrity across all databases.
If your applications require the OpenESQL preprocessor to use the behavior provided in an earlier release, compile them using
OPTIMIZECURSORS=NO.
Changes in Behavior in Release 2.3 Update 2
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
Enterprise Server
Back to the list
- Previously, it was possible to install groups that should not have been installed. If a group name, as defined in the Startup
List, did not exist in the list of Groups then the next Group in the alphabetical order would be loaded instead. Now, if a
Group is not defined in the list of Groups, a warning that the Group could not be loaded is issued.
2869848 (619107)
Micro Focus Directory Server
Back to the list
- The "-n" option for the mfds command now supports hostnames as the network addresses in addition to IPv4 addresses.
2816871 (1099564)
Monitoring and Management
Back to the list
- Messages that are written to the console log by applications that perform "display upon console" now contain a standard message
ID (CASMG0001I).
2854207 (1103659)
JCL Support
Back to the list
- A printer exit can now evaluate the spool copybook field lk-dest-source-is to find the source of the value in the spool DEST-NODE
and DEST-USERID fields, to determine if it is from a SYSOUT 'DEST=' value or from a /*ROUTE PRINT value.
2852302 (1103304)
Changes in Behavior in Release 2.3 Update 1
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
Communications Server
Back to the list
- A new option,
[Operation] synchronous=yes (or 1, or Yes, or y or Y) is now supported in the Fileshare listener configuration.
Enterprise Server
Back to the list
- In situations where the crossregion option of the shareoptions parameter is either 1 or 2, both a CICS and a JCL job could
have the same file open for IO. This has been fixed. In addition, the '-oo' (and the synonymous '-o ') option of the casfile
command has been deprecated. If '-oo' is used, you will now receive a return code 4 (warning). Instead of '-oo', you need
to use the '-ooi' option (open immediate). If -oo is used with a region configured for VSAM shareoption use, the '-ooi' option
is now forced.
2839272 (1101672)
- When using an external security manager to secure a region, the EXEC CICS START TRANSID API now works as expected and honors
the USERID option. Previously, the started transaction would run under the authority of the user that executed the EXEC CICS
START API.
2835112 (1101201)
IBM Language Environment for OS/390 & VM Support
Back to the list
- When calling SETENV, SYSOUT(?) can be specified. This designates the file as a spool file but will not update its CLASS.
2841220 (1101955)
JCL Support
Back to the list
- The return code from a JCL printer exit will now be checked. If it is non-zero, the dataset that was sent to the printer
exit will be moved to the OUT-HOLD queue rather than to the PRINTED queue. To release the dataset, click "Release" in the
ESMAC view - this will also present the dataset again to the printer exit.
2834206 (1101079)
- Under Enterprise Server, flushing an active job previously resulted in all associated spool records for the job being deleted,
but left the job running. A subsequent attempt to kill the running job using casout/seeout failed due to the job spool record
no longer existing. This change causes the flush request to fail if the job is active. You must kill the active job first
before attempting to flush it.
- The catalog search facility has been enhanced to provide a quicker return when using wildcards in the dataset name selection.
2698700 (1094266)
- REXX can now be executed in VSE via IKJEFT01 and IRXJCL using in-stream data.
2831984 (1100883)
Run-Time System
Back to the list
- The Audit Manager contains a new TIMEOUT option. When a client sends an audit event using the ‘CBL_AUDIT_EVENT’ API, the
event gets placed in the next available slot in a shared memory block. If shared memory is full (i.e. no slots are available),
the event is re-tried until a slot becomes available.
If no Audit Manager is running, no events are removed from shared memory, and no slots will ever become available. Therefore,
use the new TIMEOUT option so that a client will only retry sending until the TIMEOUT duration is reached; after which, it
will stop sending audit events. If Audit Manager is recycled, events will start to be sent again.
To set the TIMEOUT for all Audit Manager clients, specify the following line in the Audit Manager configuration file:
mfaudit.timeout = n
Where n is the timeout value in milliseconds.
To set the TIMEOUT for an individual Audit Manager client, use the ‘CBL_AUDIT_CONFIG_PROPERTY_SET’ API. It takes an integer
property-value, which should be the timeout value in milliseconds.
If TIMEOUT is set using both methods, the client property TIMEOUT takes precedence, unless this property is set to zero; in
such cases, the TIMEOUT in the configuration file is used. If you use the ‘CBL_AUDIT_CONFIG_PROPERTY_GET’ API on the ‘TIMEOUT’
property, it only returns the TIMEOUT value for the client property; it does not return the value set in the configuration
file.
2838689 (1101685)
- Several changes have been made to the implementation of IS DBCS, IS KANJI and IS JAPANESE class condition tests:
- IS [NOT] DBCS
When CHARSET"EBCDIC" is in effect, the IS DBCS test returns true when each character in the string is deemed to be a valid
DBCS character. A valid character has its first byte in the range 0x41 through 0xFE, and the second byte in the range 0x41
through 0xFE, or the character is an EBCDIC space (0x4040). When CHARSET"ASCII" is in effect, the DBCS test uses an OS call
to determine if the string contains only valid double-byte character, and returns true if valid.
- IS [NOT] KANJI
When CHARSET"EBCDIC" is in effect, the IS KANJI test returns true when each character in the string is deemed to be a valid
Kanji character. A valid character has its first byte in the range 0x41 through 0x7F, and the second byte in the range 0x41
through 0xFE, or the character is an EBCDIC space (0x4040). When CHARSET"ASCII" is in effect, the IS KANJI test uses an OS
call to determine if the string contains only valid Kanji character, and returns true if valid.
- IS [NOT] JAPANESE
When CHARSET"EBCDIC" is in effect, the IS JAPANESE test is not supported, and will generate a COBCH1806 Feature not supported
in selected charset message on compilation.
When CHARSET"ASCII" is in effect, the IS JAPANESE test returns true when the string contains only double-byte Japanese characters
or single-byte Japanese Katakana characters, and returns true if valid. When NSYMBOL"NATIONAL" is in effect, these class tests
are not supported, and will generate a COBCH0303 Operand has wrong data-type message on compilation.
2812895 (1098401)
SQL Option for DB2
Back to the list
- Spurious errors were sometimes returned while querying using an ALIAS.
2830383 (1100609)
Changes in Behavior in Release 2.3
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
Where present, the numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident
(RPI) number (in parentheses).
Assembler Support
Back to the list
- Previously, the Assembler run-time error SOC4 (Invalid 370 address abend) was mapped to the COBOL run-time error 200 (Internal
logic error) which was misleading. It is now mapped to the COBOL run-time error 205 (COBRT205 Invalid mainframe pointer value
(Fatal)). Note that, in most cases, you receive an Assembler SOC4 abend if the calling COBOL program was compiled without
the AMODE(24) or the AMODE(31) Compiler directives.
2806239 (1097738)
CAS Security
Back to the list
- The Enterprise Server External Security Facility now includes MLDAP ESM Module 2.0, with a new algorithm for identifying
the best-matching resource-access rule and ACE for resource-access security checks. This algorithm is faster and matches most
customers' expectations. The new algorithm also provides an optional "username substitution" feature. It can be enabled by
setting "rule substitutions" to "yes" in the [Operation] section in the Security Manager configuration text area. When this
is enabled, the string "${user}" in a resource-rule name will be replaced with the name of the user that makes the request.
For example, a DATASET rule named "USERS.${user}.**" would apply to datasets with the requesting user's name as the second
qualifier. In rare cases, customers with complex, ambiguous resource-access security rules might see experience changes in
behavior as a result of the new algorithm. The old algorithm is still supported and can be enabled by setting "version 1 authentication"
to "yes" in the [Operation] section of the Security Manager configuration.
2807531 (1097783)
CAS XA Switch modules
Back to the list
- The XA switch modules now support dynamic registration.
2682101 (1092325)
- The XA switch modules now support batch-only operations when multiple XA Resource Managers have been defined.
2664675 (1091082)
- In
Enterprise Developer 2.2 update 2, Micro Focus identified undefined run-time behavior when the following combination of directives was specified:
SIGN"EBCDIC", CHARSET"ASCII", and one of the following: HOST-NUMMOVE, HOST-NUMCOMPARE or SIGN-FIXUP. Previously (Enterprise Developer 2.2 update 1 and earlier), if this combination was specified, the SIGN”EBCDIC” directive should have been ignored, to avoid
a mixture of ASCII and EBCDIC characters; however, SIGN”EBCDIC” was still being honored, resulting in undefined run-time behavior.
Therefore, this combination of directives is now invalid for
Enterprise Developer 2.2 update 2 or later, and if specified, will be rejected at compile time.
2786397 (1095265)
File Handling
Back to the list
- Custom file handlers (using DYNREDIR) are now called for each part of a concatenated file.
2795077 (1096322)
J2EE Connector
Back to the list
- This release provides a new command-line argument to Java, mf.ssl.algorithm, which can be set to an appropriate algorithm.
2799213 (1096684)
JCL Support
Back to the list
- When allocating a dataset to a step using MVSCTLBP, the values returned for the dataset attributes are those defined in the
catalog. If these are unset in the catalog, then the values defined in the MVSCTLBP call are returned.
2816179 (1098882)
- The program attributes for the SSTM job have been changed to default to a mainframe dialect, AMODE 31 program. These attributes
will be used when constructing the MVS Control Blocks for the job, which means that the pointers to the sub-block areas will
be in mainframe format rather than native format.
2815695 (1098825)
- Any OUTPUT statement information passed to the printer exit now includes the correct class of that statement.
2814249 (1098636)
- In ESMAC, when deleting the Spool, the physical spool files and the entries in casspool.dat are deleted.
2812899 (1098412)
- New functionality has been added to the printer exit interface that enables you to delete the printer spool file after a
file has been printed. Set (ws)-prn-file-disp, which is defined in cascbprn.cpy, to 1 to delete the spool file after printing.
Additionally, the environment variable ES_JESYSMSG_OUTPUT=Y now correctly routes spool files to the Output queue. Previously,
ESMAC still showed the job on the HELD display, even when there were no spool files HELD.
2812899 (1099966)
- A new environment variable has been introduced - ES_JESYSMSG_RESTRICTED. JESYSMSG spool files are normally routed to HELD.
This can be overridden by setting the environment variable ES_JESYSMSG_OUTPUT=Y, which causes all JESYSMSG spool files to
be routed to OUTPUT. If ES_JESYSMSG_OUTPUT=Y is set but you require specific classes to be held, set the environment variable
ES_JESYSMSG_RESTRICTED to a string containing the classes to be HELD.
2812878 (1098417)
- The IEBDG PICTURE value length must match the length specified. The value can now contain any characters including quotes
as on the mainframe.
2794881 (1096221)
- Changes to the IDCAMS ALTER processing prohibit applying MGMTCLASS changes to GDGs and to a VSAM element other than a Cluster.
Shareoption settings in a SMS DATACLASS are now applied to the VSAM elements correctly.
2789939 (1095803)
Mainframe Access
Back to the list
Mainframe Access is now built using the IBM XL/C compiler rather than the SAS/C compiler that was used previously. This change
requires you to update your production JCL procedures with reference to the supplied samples MFA, MFAS, and MFAAS. In each
JCL procedure, change the STEPLIB DD statement and add a new one, CEEOPTS.
The web administration feature is no longer available in
Enterprise Developer.
To use the Mainframe Access support for Endevor you must be using Endevor R14 or later. CA stabilized the Endevor API at R14,
so if you upgrade from R14 to a later version you will not need to update the support module that Mainframe Access uses.
MF Server Administrator (GUI)
Back to the list
- Passwords that entered through either the MFDS or the ESMAC interface now use the same encoding.
2792382 (1096011)
SQL: HCO for SQL Server
Back to the list
- The return type for the HCOSS DB2 CHAR() function has changed from CHAR(255) to VARCHAR(255).
2804069 (1097253)
Changes in Behavior in Release 2.2 Update 2
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
CICS Support
Back to the list
- In CRTE mode, the transactions are now run using the correct userid if the user has signed on after running CRTE.
2663890 (1091979)
Compiler
Back to the list
- When using the HOSTRW directive with the mainframe dialect, Report Writer will now produce the full range of ASA control
characters and will emulate mainframe print files.
2697615 (1094527)
- Fixed Binary (p<=7) is now an 8-bit, signed, 2's complement binary integer by default.
Documentation
Back to the list
- The default setting for the MFALLOC_PCFILE environment variable has changed; the default is now set to Y, which means that
when cataloguing a file that has a DCB attribute of DSORG=PS, a physical file is created for it if one does not exist. Previously,
the default was set to N, which meant that a file was not created.
2697571 (1094370)
Enterprise Server
Back to the list
- The Enterprise Server External Security Facility now includes MLDAP ESM Module 2.0, with a new algorithm for identifying
the best-matching resource-access rule and ACE for resource-access security checks. This algorithm is faster and matches most
customers' expectations.
The new algorithm also provides an optional "username substitution" feature. It can be enabled by setting "rule substitutions"
to "yes" in the
[Operation] section in the Security Manager configuration text area. When this is enabled, the string "${user}" in a resource-rule name
will be replaced with the name of the user that makes the request. For example, a DATASET rule named "USERS.${user}.**" would
apply to datasets with the requesting user's name as the second qualifier. In rare cases, customers with complex, ambiguous
resource-access security rules might see experience changes in behavior as a result of the new algorithm. The old algorithm
is still supported and can be enabled by setting "version 1 authentication" to "yes" in the
[Operation] section of the Security Manager configuration.
2807531 (1097783)
- Starting with this release, IMSCONFG.DAT is no longer used for configuring enterprise servers. Instead, you need to use environment
variables to control the following fields:
Field
|
Environment Variable
|
LANG=PL/I PCB address lists
|
ES_IMS_PLI_INDIRECT_PCBADDR=D|Y|N
Where:
- D
- Dynamic (default) use indirect PCB address list when PSB language is PL/I and main program is PL/I.
- Y
- Always use indirect PCB address list if PSB language is PL/I.
- N
- Never use indirect PCB address list.
|
IBM Platform
|
ES_IMS_IBMPLATFORM=M|D
Where:
- M
- MVS (default)
- D
- DOSVS Required by some DOS/VS customers.
|
Secondary Index Sparse exit language
|
ES_IMS_SPARSE_EXIT_LANG=C|A
Where:
- C
- COBOL
- A
- Assembler
- Not set (default)
- Sparse exits disabled
|
File Handling
Back to the list
- The ES_IMS_TLOG_FLUSH environment variable is now deprecated. To control TLOG flushing, use the following environment variable:
ES_IMS_DB_TLOG_WRITETHRU=0|1
- 0
- Forces the flushing of TLOG buffers to disk on COMMIT only (default)
- 1
- Forces the flushing of TLOG buffers to disk on all database I/O
To control database flushing, use the following environment variable: ES_IMS_DB_COMMIT_FLUSH=0|1
- 0
- Forces the flushing of database buffers to disk on CLOSE only (default)
- 1
- Forces the flushing of database buffers to disk on COMMIT only
Depending on the number of database updates, the frequency of COMMITs, and other concurrent computer activities, use of these
environment variables could cause significant performance degradation.
2784949 (1095190)
- The use of the environment setting MFJ_INPUTDS_ERROR=N has been extended so that an input file for a JCL step is now considered
as optional and you no longer receive an error when the file is missing.
2784622 (1095971)
Host Compatibility Option for SQL Server (HCOSS)
Back to the list
The mainframe dialect DB2 CHAR() function now calls a new SQL Server scalar function dbo.MFCHAR(). To create the new function
in your application’s SQL Server database, you can either:
- Run a DSN bind against the customer database.
Or:
- Execute the
%ALLUSERSPROFILE%\Micro Focus\Enterprise Developer\hcoss\InstallDigitsFunction.sql script.
Additionally:
- The return type for the HCOSS DB2 CHAR() function has changed from CHAR(255) to VARCHAR(255).
2804069 (1097253)
J2EE Connector
Back to the list
- The listSystem.properties file in package com.ibm.ctg.client was missing documentation for some sections.
IMS Support
Back to the list
- The NODCX mfims dbdgen directive has been added to enable you to compile DBD source without executing data capture exit routines
contained in the DBD source. Previously, data capture exit routines contained in the DBD source but that were not found during
compilation were ignored. The new default behavior is to process all data capture exit routines unless NODCX has been specified.
2579600 (1084675)
- All existing IMS Global Physical Terminal edit routines (DFSGPIX0) in use must be recompiled with charset EBCDIC instead
of charset ASCII.
(606142)
JCL Support
Back to the list
- Following the detection of an unrecoverable file status error on the casspool file, a message is displayed on the console
and an ACCEPT statement is issued. This stops processing, allowing you to fix the underlying file problem, before continuing
the job.
2651654 (1090287)
- You can now activate support for the VSAM Shareoption for batch jobs and for CICS files that use a catalog entry. For more
details, see your product help.
2660651 (1091290)
Changes in Behavior in Release 2.2 Update 1
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
COBSQL
Back to the list
- COBSQL now displays appropriate COBOL syntax errors after encountering EXEC SQL statement errors.
2673619 (1093197)
File Handling
Back to the list
- Random and Dynamic access of an empty VSAM file would open successfully. This has been changed to return a 3/5 file status
to bring it into line with the mainframe.
2692826 (1093604)
JCL Support
Back to the list
- The final disposition processing of temporary datasets has been corrected to be in line with the mainframe processing, with
a default value of PASS unless DELETE has been specified in the DD card. Previously, the default value was DELETE.
2671175 (1091627)
- When running batch programs, receiving an "Out of Space" error requires operator intervention to continue processing.
2642115 (1089055)
- You can now use MGMTCLAS to provide an EXPIRE AFTER number of days. This is used to calculate an expiry date for datasets
allocated using the MGMTCLAS parameter.
2664639 (1090992)
- MFLEX*.DAT files were not being moved with spool files. Spool housekeeping now deletes LEX files when it deletes JESYSMSG.
Also, to identify any remaining orphan LEX files, the MF_SPOOL_HK_LEX_SCAN environment variable sets spool housekeeping to
scan the data directory for LEX files older than the max retain period.
2659555 (1090759)
- Spool housekeeping has been rewritten to provide a number of new features. These will be described in the product documentation.
(592452)
- The state of VSAM virgin files is now being correctly processed.
2686149 (1093587)
- A REPRO COUNT of zero is now processed as zero records to be included in the REPRO operation.
2665006 (1091034)
Changes in Behavior in Release 2.2
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
Assembler Support
Back to the list
- A "." (dot) specification is no longer ignored in the SYSIN environment variable or in the mf370ctl.cfg file when used to
specify an output directory, and indicates the current directory. This is a change in behavior from Mainframe Express, where
the "." (dot) character in the SYSIN environment variable or in the mf370ctl.cfg file is still ignored and assembler output
files are placed in the directory specified by the SYSIN environment variable.
- Assembler Build Output will now be sent to the location specified in the COBOL output path project setting. Previously, all
Assembler build output went to the project directory.
Common Communications Interface
Back to the list
- A new option, use_global_namespace, is available for the CCI.INI file in the Windows %SystemRoot% folder. If use_global_namespace
is set, all the ccishared memory objects are created in a system-wide address space, and the applications hosted by different
users, including system services, can communicate. To use this facility, edit the CCI.INI file and ensure use_global_namespace
is set to "yes". [ccismem-base] # Allow interaction between users on a # single system. Using this option reduces security
as # all users will have access to the same name space. use_global_namespace=yes If the value of this option is anything other
than "yes", or if the option is missing, no change is made to the existing behavior.
2195519 (1062800)
File Handling
Back to the list
- When used with MFJSSTRICTSORT=ON, MFJSORT now errors (return code 16) if the input RECFM is different to a SORTOUT RECFM.
It also errors if the input RECFM is different to an OUTFIL RECFM when FTOV or VTOF/CONVERT has not been specified.
2643384 (1088993)
Interface Mapping Toolkit
Back to the list
- For program-based Service Interfaces, if the program-id name in the COBOL source is in lowercase and is not surrounded by
quotes, its corresponding entry-point name is now forced to uppercase when used in a Service Interface Operation. Previously,
the case was preserved. As a result of this change, existing Service Interfaces will become invalidated if you refresh their
program's annotations because of the new spelling of the entry-point name. To avoid this, you need to surround the program-id
name in the COBOL source with quotes before you refresh the annotations.
IMS Support
Back to the list
- The DBDCPY, MFSCPY, and PSBCPY environment variables are no longer required and have been deprecated. Use the IMSCPY environment
variable to specify copybook locations.
JCL Support
Back to the list
- The default for previous releases was to create a catalog entry with no physical file until data was actually written to the
catalog. Now, a PC file is allocated for non-VSAM files by default. You can emulate the previous behavior if you set the environment
variable MFALLOC_PCFILE to N.
- Empty values for the USER or NOTIFY parameters on the JCL JOB card no longer cause an error when parsing the JCL.
2646770 (1089380)
- The disposition processing of PASSed datasets has been revised to be consistent with mainframe processing. Particularly,
received datasets are removed at the end-of-step processing, unless they are to be passed on to another step in the job. Any
passed datasets that were not received at the end of the job may be removed if they conform to the mainframe conditions for
this.
2610362 (1087601)
- The value for the JCL DD UNIT=device parameter is now stored in the system catalog entry for the dataset.
2619050 (1089095)
MF Directory Server
Back to the list
- The mfds command line option for exporting registered Enterprise Server definitions to an XML file now supports the "*" option.
This exports all registered servers rather than a specified server. Multiple server definitions are now exported into the
target directory and saved into a file with the default name ALLSERVERS.xml. The import option now also supports the import
of multiple server definitions from a single XML file.
2641890 (1088838)
- mdump now supports a new option, -e, to help you query the Security Manager configuration details. The possible values of
the option are: "1" - shows security configuration that applies to any returned enterprise servers; "2" - shows security configuration
for MFDS and the default Enterprise Server security configuration. This requires MFDS version 1.15.00 or higher; "3" - returns
the properties of all configured external Security Managers.
2487164 (1081693)
MF Server Administrator (GUI)
Back to the list
- When adding a user to an external security manager, you can now include a password expiry time in the Advanced Configuration
section of the Add New User wizard in Enterprise Server Administration. The field value is specified using generalized time
format (YYYYMMDDHHMMSS.0Z), and can be used by the MLDAP ESM for calculating whether a user's password has expired and requires
updating. This value may only be specified using this page when adding a user. You need to use an external directory services
configuration tool to edit it.
2562118 (1083203)
Micro Focus Batch Scheduler Integration
Back to the list
- casout now correctly sets return-code to the job status for the sysout retrieval when the file is less than 65K. Also, MFBSI
now considers return codes of 0, 7 or 8 to be successful for JESYSMSG retrieval where, previously, it only considered 0 as
successful.
2655482 (1090444)
Changes in Behavior in Release 2.1 Update 1
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
Enterprise Server
Back to the list
- HSF includes the following enhancements:
- A new record type (JCLF) for JCL files.
- A Job class has been added to the JCL JOBSTART records.
- A condition code has been added to the JCL STEP records.
- Statistics for up to 5 Transient Data Queues per CICS record has been added (same as for exisiting TSQ stats). The HSF files
will now be created with the following header: #HSFVer=02 Type,PID,Task,Date,Time,Tran/Job,User/DDName/CC,LU/Step,Prog/DSName,Latent/ReadCount,Resp/WriteCount,API/RewriteCount,SQL/DeleteCount,IMS,DSType,DSAccessType,File1,Count1,Time1,File2,Count2,Time2,File3,Count3,Time3,File4,Count4,Time4,File5,Count5,Time5,TS1,Count1,Time1,TS2,Count2,Time2,TS3,Count3,Time3,TS4,Count4,Time4,TS5,Count5,Time5,TD1,Count1,Time1,TD2,Count2,Time2,TD3,Count3,Time3,TD4,Count4,Time4,TD5,Count5,Time5
2552658 (1082755)
JCL Support
Back to the list
- Input files are no longer optional so you can receive errors if you catalog a file without creating the physical file. To
help avoid failures of JES job steps because of a missing input file, you can use one or both of the following environment
variables: 1) MFALLOC_PCFILE=Y - results in the creation of a catalog file if DSORG=PS is set in the DCB parameters. 2) MFJ_INPUTDS_ERROR=N
- results in IEBDG, IEBGENER and IEBCOMPR utilities to treat missing input files as though they were present but empty files.
(594968)
OpenESQL
Back to the list
- SQLWARN4 flag was not being set when more than one row was returned for a singleton SELECT statement. The OpenESQL run-time
now correctly sets SQLWARN flags when a singleton SELECT statement returns multiple rows.
2593798 (1085945)
Changes in Behavior in Release 2.1
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
CICS Support
Back to the list
- If external security is configured (MLDAP) and the default ESMAC user is not allowed to login, the region does not startup.
2550800 (1082337)
Run-Time System
Back to the list
- When running a full-screen application inside a terminal emulator on Linux, the actual size of the terminal is read at startup
and reread when the terminal is resized. This behaviour is also supported on AIX, HP/UX, and Solaris. The Micro Focus vt220
terminfo entry now correctly describes a 24-line display. A vt220-25 terminfo entry is included for compatibility with the
previous behaviour.
2579335 (1084817)
Vision File System
Back to the list
- When you configure your application to return RM/COBOL file status codes, by setting COBFSTATCONV=rmstat, the codes returned
are ANSI'85 codes.
2553438 (1082469)
Changes in Behavior in Release 2.0
Back to Top
This section describes significant changes in behavior or usage. These changes could potentially affect the behavior of existing
applications or impact the way the tools are used.
The numbers that follow each issue are the Support Incident Numbers followed by the Reported Problem Incident (RPI) number
(in parentheses).
HCO for DB2 LUW
Back to the list
- The DB2 ECM has been updated to resolve run-time errors returned when compiling against mainframe databases in 64-bit mode.
2549058 (1082441)
File Handling
Back to the list
- When reading a file cataloged as DISP=SHR the file handler now buffers the read for better performance.
2518330 (1079491)
- Using SKIP=nL in the SECTIONS section of SORT will now cause the following behavior: 1)Under a mainframe sort, (n/3 rounded
up) blank lines (when n>0) will be skipped and the appropriate carriage control character will be placed in column 1 of each
blank line. 2) For sequential file organizations, the same behavior will occur but no carriage-control characters will be
printed. 3) For line sequential files, n blank lines will be skipped.
2525670 (1080092)
Run-Time System
Back to the list
- On Windows 7, building 64-bit native COBOL applications always rebuilt the entire project. This was caused by the Microsoft
FileTracker tool, used by the COBOL projects to track dependencies, not working because of Windows 7 security updates. This
product now includes a fix to work around this issue.