I am using this to retrieve the current jobs subsystem in a stored procedure (written in SPL).
      select v_sbs_name
      into job_subsystem
      from table(qsys2.get_job_info('*'));
Then I am trying to retrieve that subsystem's status by using this:
          select status
          into Subsystem_status
          from qsys2.subsystem_info
          where sbsd=job_subsystem;
However there are 7 different libraries on this lpar containing that same *SBSD definition.  Therefore this select blows up.
Get_job_info does not return the subsystem description library.  Sort of like how the DSPJOB command doesn't either.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to:  7310 Innovation Blvd, Suite 104
          Ft. Wayne, IN 46818
Ship to:  7310 Innovation Blvd, Dock 9C
          Ft. Wayne, IN 46818
http://www.dekko.com
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.