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



*BASE does not necessarily mean QBASE.
QBASE is a subsystem. *BASE is a memory pool.
Changing your subsystem from *BASE to another memory pool involves
- Creating the secondary pool in WRKSHRPOOL.
- Adding it to your subsystem with
CHGSBSD SBSD(DUH) POOLS((1 *BASE ...) (2 *SHRPOOL3 ...))
- Tell tasks to run in the other pool with CHGRTGE SBSD(...) SEQNBR(...)
POOLID(2)
(See DSPSBSD option 7)
I have some systems that have zero batch jobs running. They have a
maximum of one or two 5250 sessions going, and that is rare. No ERP,
accounting, or other "traditional" applications. These are Domino
servers. I run these with QBASE and not QCTL. QCTL makes no sense in
that application. Granted, Domino runs a separate subsystem for each
domino server running and that may warrant memory pools. Still doesn't
justify QCTL in the least though.

But first, what are the tasks doing? Are they constantly looping like:
LOOPTAG:
CHKOBJ OBJ(MYLIB/TEMPFILE) OBJTYPE(*FILE)
MONMSG MSGID(CPF9801) EXEC(GOTO CMDLBL(LOOPTAG))
/* Now do real work */
If so, you need to find a more event driven method. Like a trigger, data
queue, etc.


Rob Berendt

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.