News
Abstract
AJS was delivered with Navigator starting at Q4 PTFs of 2022 and now continues to update with each quarterly PTF.
Content
- CVE-2025-33122 - SJ05929 approved June 16, 2025
- Automatically processing the Set ASP Group (SETASPGRP) command for the iASP associated with a Data Library if the Data Library's Initial ASP Group value is not (*CURRENT) will be taken away in the latest PTF:
- SJ01051 v7r2m0f.ijs -
- The Set ASP Group (SETASPGRP) command will no longer automatically process for scheduled jobs.
- Code changes were also made to retrieve the iASP status for data libraries and return this status to the GUI programs.
- SJ01051 v7r2m0f.ijs -
- With this PTF for AJS server side: SI85782 (included in HTTP group PTF update March 2024) AJS supports processing of Set ASP Group when enabled. This PTF changes processing so that the feature is always on. PTF SI83469 introduced the feature with manual instructions to turn it on. There are instructions to turn it off also.
- Advanced Job Scheduler will automatically process the Set ASP Group (SETASPGRP) command for the iASP associated with a Data Library, if the Data Librarys Initial ASP Group value is not (*CURRENT). *CURRENT for the Initial ASP Group in the Properties of a Data Library within the Advanced Job Scheduler is the equivalent to *SYSBAS.
The change for this part of the feature when used for GUI data retrieval and updates can be turned off using the Change Data Area (CHGDTAARA) command below. This code change affects GUI data retrieval and updates for the Advanced Job Scheduler.
CHGDTAARA DTAARA(QUSRIJS/QIJSPM (256 1)) VALUE('2')
with 5250 emulation (green screen):
CHGDTAARA DTAARA(QUSRIJS/QIJSPM (255 1)) VALUE('2')
(ENDJS) before loading and applying the PTF and then start (STRJS) after.
- There are two flags that can be set in the data area for AJS related to processing of iASPs. One causes AJS to start doing the SETASPGRP for a data library in an ASP group other than *SYSBAS when using 5250 screens. And the other flag performs a SETASPGRP for a data library in an ASP group other than *SYSBAS through the GUI interface (IBM Navigator for i).
IBM Navigator for i GUI:
AJS can automatically process the Set ASP Group (SETASPGRP) command for the iASP associated with a Data Library for GUI data retrieval and updates, if the Data Library's Initial ASP Group value is not (*CURRENT). *CURRENT for the Initial ASP Group in the Properties of a Data Library within the Advanced Job Scheduler is the equivalent to *SYSBAS. This new feature must be turned on using the Change Data Area (CHGDTAARA) following command.
This feature only affects GUI data retrieval and updates for the Advanced Job Scheduler.
NOTE: The iASP set by the Advanced Job Scheduler in the GUI server job will stay active until another iASP is set.
To turn on this feature do the following:
CHGDTAARA DTAARA(QUSRIJS/QIJSPM (256 1)) VALUE('1')
CHGDTAARA DTAARA(QUSRIJS/QIJSPM (255 1)) VALUE('1')
*CURRENT for the Initial ASP Group in the Properties of a Data Library within the Advanced Job Scheduler is the equivalent to *SYSBAS.
This feature affects all 5250 emulation screens for the Advanced Job Scheduler. Setting this eliminates error messages and allow AJS screens to function normally when accessing a Data Library with an Initial ASP Group value other than *CURRENT.
NOTE: In case the job or session previously set an ASP group to a different iASP, the Advanced Job Scheduler will not set it back to the previous ASP group. The iASP set by the Advanced Job Scheduler stays active until the job or session ends or until another iASP is set.
Was this topic helpful?
Document Information
Modified date:
02 January 2026
UID
ibm16845165