× 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: Seperate Subsystems for MIS users
  • From: James Turnbull <jamest@xxxxxxxxxxxxxxx>
  • Date: Mon, 06 Jul 1998 10:46:04 +1000

Try this code.  I use it to segregate the programmers from the rest of the 
users.

               PGM
               DCL        VAR(&CHK) TYPE(*CHAR)
               RTVDTAARA  DTAARA(*LDA (1 1)) RTNVAR(&CHK)
               IF         COND(&CHK *EQ '1') THEN(GOTO CMDLBL(CONT))
               CHGDTAARA  DTAARA(*LDA (1 1)) VALUE('1')
               TFRJOB     JOBQ(QPGMR)
CONT:    CALL PGM(*LIBL/CMD)
               ENDPGM

                                                                    James 
Turnbull
                                                                    AS/Tech 
Consulting

Pete Hall wrote:

> At 12:18 AM 7/5/98 -0400, Jim Welsh wrote:
> >So I can have a simple CL program as an intial program that just does a 
>TFRJOB
> >to MISINTER?
>
> That is certainly possible, but understand that when you run TFRJOB, the 
>initial program will be executed again, so you will need to handle that, 
>possibly by creating an object in QTEMP and testing for its existence.
>
> Pete Hall
> peteh@inwave.com
> http://www.inwave.com/~peteh/
>
> +---
> | 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
> +---



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

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.