Using the DB2 for i service view QSYS2.SCHEDULED_JOB_INFO, we can get the scheduled job entries. This view returns info similar to the command WRKJOBSCDE.
Select * from Qsys2.Scheduled_Job_Info
Order By Scheduled_By;
A great place to learn RPG Free, SQL, CL programming tips and techniques
Using the DB2 for i service view QSYS2.SCHEDULED_JOB_INFO, we can get the scheduled job entries. This view returns info similar to the command WRKJOBSCDE.
Select * from Qsys2.Scheduled_Job_Info
Order By Scheduled_By;