× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



rpg news said the following on 12/30/2004 9:03 AM:
Hi,
anyone know the name of IBM job scheduler file(WRKJOBSCDE) where all
the scheduled jobs are stored , and also is it safe to use this file as
an input file with in a program to check the status "HLD" vs . "SCD"? Thank you.




I don't know the name of the file, but I use API 'QWCLSCDE' to roll thru the job schedule entries. The 'basic listing' format SCDL0100 has the status in it.


SCDL0100 layout:

 d Fmt_001         ds           350
 d  F001InfoSts                   1    overlay(Fmt_001:1)
 d  F001JobName                  10    overlay(Fmt_001:2)
 d  F001EntryNbr                 10    overlay(Fmt_001:12)
 d  F001SchedDate                10    overlay(Fmt_001:22)
 d  F001SchedDays                70    overlay(Fmt_001:32)
 d  F001SchedTime                 6    overlay(Fmt_001:102)
 d  F001Freq                     10    overlay(Fmt_001:108)
 d  F001DayOfMth                 10    overlay(Fmt_001:118) dim(5)
 d  F001Recovery                 10    overlay(Fmt_001:168)
 d  F001NxtSbmDt                 10    overlay(Fmt_001:178)
 d  F001Status                   10    overlay(Fmt_001:188)
 d  F001JobQ                     10    overlay(Fmt_001:198)
 d  F001JobQLib                  10    overlay(Fmt_001:208)
 d  F001WhoAdded                 10    overlay(Fmt_001:218)
 d  F001LstSbmDt                 10    overlay(Fmt_001:228)
 d  F001LstSbmTm                  6    overlay(Fmt_001:238)
 d  F001Text                     50    overlay(Fmt_001:244)
 d  F001Reserved                 23    overlay(Fmt_001:294)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.