× 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.


  • Subject: RE: DspPgmRef locks objects at *SHRNUP; need to change wait time
  • From: Chris Bipes <rpg@xxxxxxxxxxxxxxx>
  • Date: Fri, 5 Nov 1999 07:41:30 -0800

It is easy to create a class for controlling jobs at startup.  CRTCLS is the
command.  Then add a routing entry to a subsystem, ADDRTGE.  This can be
done to an active subsystem.  Use a unique identifier for the compare data
in the ADDRTGE command.  Now create a job description with the routing data
matching the routing entry you just added and a job queue name that is
attached to the same subsystem.  The only program change is to use this job
description to submit your jobs.  Little to no programming changes and if
you want to change any of the job parameters latter, just change the class
or JOBD.

Remember the basics:
1. Job definition specifies the job queue and routing data.
2. Job queues are attached to subsystems.
3. Subsystems use the routing data to assign job run parameters. (Run
priority, time slice, wait time. etc.)

                             Create Class (CRTCLS)

 

Type choices, press Enter.

 

Class  . . . . . . . . . . . . .   mycls         Name

  Library  . . . . . . . . . . .     qusrsys     Name, *CURLIB

Run priority . . . . . . . . . .   50            1-99

Time slice . . . . . . . . . . .   2000          Milliseconds

Eligible for purge . . . . . . .   *YES          *YES, *NO

Default wait time  . . . . . . .   0             Seconds, *NOMAX

Maximum CPU time . . . . . . . .   *NOMAX        Milliseconds, *NOMAX

Maximum temporary storage  . . .   *NOMAX        Kilobytes, *NOMAX

Text 'description' . . . . . . .   Batch 50/2000 Y No Wait


Christopher K. Bipes     mailto:ChrisB@Cross-Check.com
Sr. Programmer/Analyst   mailto:Chris_Bipes@Yahoo.com
CrossCheck, Inc.         http://www.cross-check.com
6119 State Farm Drive    Phone: 707 586-0551 x 1102
Rohnert Park CA  94928 Fax: 707 586-1884

*Note to Recruiters
Neither I, nor anyone that I know of, is interested in any new and/or
exciting positions. Please do not contact me.


-----Original Message-----
From: Dan Bale [mailto:dbale@genfast.com]
Sent: Thursday, November 04, 1999 1:48 PM
To: MIDRANGE-L@midrange.com
Subject: Re: DspPgmRef locks objects at *SHRNUP; need to change wait
time




Larry,

>>It on the class, which is controlled by the routing entry.
>>Easier to submit the job held, then change it.

Except that I submit a whole bunch of these jobs from another batch job in
the
wee hours of the morning.

I guess the submitting batch job could change the submitted job, eh?  I'll
have
to look up the archives to see how to retrieve the job number of the job
just
submitted.  (RCVMSG ???)
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.