Are you using ACS? In RSS there is an example of doing a comparison to what is available right now. That said, there are some jumps that you have to be careful about. We keep up with PTF's here. I apply no longer than every other month, but usually hit them monthly. Because that, I really don't know the pain points in jumping several cume's/tr's. Hopefully someone else can chime in on that. Here is the query
With iLevel(iVersion, iRelease) AS
(
select OS_VERSION, OS_RELEASE from sysibmadm.env_sys_info
)
SELECT VARCHAR(GRP_CRNCY,26) AS "GRPCUR",
GRP_ID, VARCHAR(GRP_TITLE, 20) AS "NAME",
GRP_LVL, GRP_IBMLVL, GRP_LSTUPD,
GRP_RLS, GRP_SYSSTS
FROM iLevel, systools.group_ptf_currency P
WHERE ptf_group_release =
'R' CONCAT iVersion CONCAT iRelease concat '0'
ORDER BY ptf_group_level_available -
ptf_group_level_installed DESC;
On Thu, 2021-12-02 at 14:21 +0000, Stephen Landess wrote:
[You don't often get email from steve_landess@xxxxxxxxxxx<mailto:steve_landess@xxxxxxxxxxx>. Learn why this is important at 
http://aka.ms/LearnAboutSenderIdentification.]
All -
After working since 1989 as a consultant I recently changed jobs, and one of my new duties is system administration.
My new employer operates very lean but not chintzy - we have current software support contracts for everything, including any non-IBM software.   I'll eventually replace my boss who is the current wears-all-the-hats person (IBM i admin, JDE admin and all necessary program development / bug fixes).
Hopefully I'll be able to persuade them to buy me a copy of RDI !
It has been a long time since I worked with PTF's.
One concern is that no PTF's have been applied on this system since they went thru a system upgrade in 2019, so I need to determine what is needed and get the PTF's and TR's installed.
 Data area . . . . . . . :   QSS1MRI
   Library . . . . . . . :     QUSRSYS
 Type  . . . . . . . . . :   *CHAR
 Length  . . . . . . . . :   750
 Text  . . . . . . . . . :
            Value
 Offset      *...+....1....+....2....+....3
     0      'V7R3M000                 2924
WRKPTFGRP shows:
                              Work with PTF Groups
                                                             System:   XXX
 Type options, press Enter.
   1=Order   4=Delete   5=Display   6=Print   8=Display special handling PTFs
   9=Display related PTF groups     10=Display PTF apply information
 Opt  PTF Group             Level  Status
      SF99876                   8  Installed
      SF99876                   6  Installed
      SF99875                  17  Installed
      SF99875                  14  Installed
      SF99867                   2  Installed
      SF99731                  10  Installed
      SF99730               19116  Installed
      SF99730               18025  Installed
      SF99729                  84  Installed
      SF99729                  56  Installed
      SF99728                  41  Installed
      SF99728                  27  Installed
      SF99727                   6  Installed
     SF99727                   4  Installed
     SF99725                  12  Installed
     SF99725                   8  Installed
     SF99724                  27  Installed
     SF99724                  19  Installed
     SF99723                   4  Installed
     SF99722                  18  Installed
     SF99722                  14  Installed
     SF99703                  15  Installed
     SF99703                   9  Installed
     SF99581                   5  Installed
     SF99433                   2  Related group
     SF99333                   4  Related group
     SF99252                   8  Installed
     SF99225                   6  Installed
 PTF group  . . . . . . . . :   SF99730
 Level  . . . . . . . . . . :   19116
 Status . . . . . . . . . . :   Installed
 Target release . . . . . . :   V7R3M0
 Text  . . . . . . :   CUMULATIVE PTF PACKAGE C9116730
PTF group  . . . . . . . . :   SF99730
Level  . . . . . . . . . . :   18025
Status . . . . . . . . . . :   Installed
Target release . . . . . . :   V7R3M0
Text  . . . . . . :   CUMULATIVE PTF PACKAGE C8025730
Thanks for any guidance, I'm currently looking at the IBM i PTF guide at
https://www.ibm.com/docs/en/i/7.3?topic=system-displaying-level-fixes
Regards,
Steve Landess
(512) 289-0387
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit: 
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at 
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: 
https://amazon.midrange.com
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp]
Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550<tel:985-893-2550>
Toll Free: 877-893-2550<tel:877-893-2550>
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged.  This information is intended only for the use of the individual or entity named above.  The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled.  If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED.  If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.