Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change ID

Platforms

Component

Description

B-09236z/OSUAGSRV

Enhance options used to override a CA-7 Schedule ID with the following changes:

  • Support lists and ranges of Schedule IDs with the #JI statement (e.g., #JI,ID=(1,3,5-8,12)).
  • Accept #XI, #XO, and #XEND statements as synonyms for the #JI, #JO, and #JEND statements already supported by UAG Server
B-15814z/OS

UAGSRV
UAGUTIL

Provides a local data store that holds job history that can be used manually rerun jobs originally executed by UAG Server.

Note that any job rerun in this manner is not monitored or tracked by the z/OS Universal Agent or Universal Controller.

This feature adds the UAG Server configuration options HISTORY_DATASET and HISTORY_RETENTION. A new installation job, UNVIN12, is provided to create and configure this new feature.

See the UAGRERUN Stand Alone Execution section in the Universal Agent User Guide for complete details.

B-16966z/OSUBROKER

Provides a change that causes the Universal Broker on z/OS to mount the UNVSPOOL file system with the zFS RWSHARE option to prevent sharing violations in a Sysplex configuration.


B-17780z/OSUAGSRV
UAGRERUN

Add support for z/OS tasks whose JCL contains a JES2 /*ROUTE PRINT statement, to ensure proper output processing.

Prior to this change, output could be routed to another system before UAG Server had a chance to process it.

When UAG Server encounters this statement, it will use its JES_SYSOUT_CLASS configuration parameter to manage output processing and routing.

B-17883AllINSTALL

Add PGP signatures to Universal Agent distribution files.

For information on verifying these signatures, please refer to the following information.

B-17927z/OS

UAGSRV
UAGRERUN

Provides support for the JCL RD keyword on the JOB and EXEC statements. When RD=NR or RD=NC is specified, the Agent will mark the affected step is marked as non-restartable.

Note

To disable this behavior, use the new UAGRERUN parameter NORDNR.

To disable this behavior for all z/OS tasks, use the new RERUN_OPTIONS option in the UAG Server configuration member, UAGCFG00.


B-18417z/OSUAGRERUN

Update UAGRERUN behavior so that it deletes datasets prior to a run or rerun of a job, including those datasets whose expiration date has not passed.

Prior to this change, unexpired datasets were not deleted by UAGRERUN's dataset cleanup processing.

B-18578All

OMS
UAGSRV

Update the Agent to rely on a dynamically-generated key to decrypt sensitive information obtained from the Controller.

Note

This change deprecates the Universal Agent's AUTHVER configuration option.

The option, if configured, will still be recognized by UAG Server, but will no longer be honored.


B-18723z/OSUAGUTIL

Provides an optional installation job, UNVIN14, that can be used to assist Agent configuration. This new job will automatically generate the EXIT ADD statements that should be added to a SYS1.PARMLIB PROGxx member to ensure SMF exits used by the Agent are configured correctly.

UNVINV14 uses the SYS1.PARMLIB SMFPRMxx as input and generates a list of missing exit point definitions and/or SMF record types.

D-10536z/OSUAGSRV

When the Universal Agent AGENT_IP configuration option specifies an IP address instead of a host name, eliminate the UNV0182E 'Cannot resolve' error, and accept the IP address as entered.

D-11383AllUAGSRV

Fixes a UAG Server crash that may occur when multiple Remote File Monitor instances finish at the same moment as a new instance is starting.

D-11431z/OSUAGSRV

Always insert the UAGRERUN step ahead of any IF statements in the JCL. This will ensure that UAGRERUN is executed ahead of any initial EXEC or PROC statement that may be enclosed within an IF statement.

D-11889AllOMSSRV
UAGSRV
UBROKER
UCMSRV
UCTSRV
UDMSRV
UEMSRV
Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions
D-12221z/OSUAGSRV

Prevent a JCL error by ensuring that line numbers are not pulled into a JCL statement when

  • The JCL used for a z/OS task contains line numbers, and
  • A z/OS task variable is replaced with a value that is shorter than the variable name

The fix also prevents truncation of JCL statements that contain in-line data with hexadecimal values.

D-12222z/OSUAGRERUN
UAGU84
UAGUSI

Resolves unexpected behavior for a z/OS task, under the following conditions:

  • The z/OS task contains a Step Condition that is defined treat an ABEND as an expected result, by specifying an action of Continue/Success
  • A subsequent step in the z/OS task's JCL contains an EXEC COND= parameter that references the ABENDed step, that would normally prevent execution of the step

Prior to this fix, the EXEC COND= parameter is not honored when the ABEND occurs, and the step executes.

This fix ensures the Step Condition and the EXEC COND= configuration is honored.

D-12304z/OSUAGSRVImproves threading support for some OpenSSL functions to prevent UAG Server unexpected terminating with an exit code 8 or an 0C4 ABEND.