Question

  Asked: May 12 2008   0:43 AM GMT
  Asked by: H6


Querying the AS400 Job Schedule


AS/400 job scheduler, AS/400 Query Duplicate Records.

Is there a file or a way that I can create a file that contains the data from the AS400 job scheduler and then be able to query that file with query?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



I just wrote an application to do that.

You can create files using API 'QWCLSCDE' and user spaces. No really big deal with that. Basically, there is 2 different format s:
- SCDL0100 Basic job schedule entries list.
- SCDL0200 Detailed job schedule entries list. This format requires more processing than the SCDL0100 format.

For more information, refer to http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/apis/qwclscde.htm



Hello,

If you have TAATOOLS you can use the CVTJOBSCDE command to do the same thing.

TPinky
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register