× 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:
  • From: alan shore <SHOREA@xxxxxxxx>
  • Date: Thu, 10 Dec 1998 13:51:50 -0500

The  procedure that we have implemented to END QINTER (so that no-one can sign 
onto the system and inadvertently lock files on a backup) the following coding 
works. This means that this procedure can only be run from the console on the 
AS/400. I hope that is what you are hoping to achieve. 
0017.00  /* RETRIEVE SYSTEM VALUE FOR CONSOLE NAME                  
0018.00               RTVSYSVAL  SYSVAL(QCONSOLE) RTNVAR(&CNSL)     
0019.00                                                             
0020.00  /* RETRIEVE JOB ATTRIBUTES                                 
0021.00               RTVJOBA    JOB(&JOB)                          
0022.00 
0037.00               IF         COND(&CNSL *NE &JOB) THEN(DO)               
0038.00  /* INFORM USER TO SIGN ONTO CONSOLE INSTEAD                         
0039.00      SNDPGMMSG  MSG('Option can + 
0040.00                            only be used from the console.')          
0041.00                                                                      
0042.00               GOTO       CMDLBL(EOJ)                                 
0043.00               ENDDO                                                  
0044.00                                                                         
                                                         
>>> <ssiva@squared.co.in> 12/10 12:22 PM >>>
Hi to all
           I am planning to write one small package for backup. (i don't
want use ibm ready made backup package)
Inthat i am getting little bit doubt. Assume that i like to run my package
only in QCTL subsystem. If any one try to
run in different subsystem (like Qinter.... etc). It has to display error.
How will i chk that. Pl. update me .

with regards



* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the RPG/400 Discussion Mailing List!  To submit a new         *
* message, send your mail to "RPG400-L@midrange.com".  To unsubscribe   *
* from this list send email to MAJORDOMO@midrange.com and specify       *
* 'unsubscribe RPG400-L' in the body of your message.  Questions should *
* be directed to the list owner / operator: david@midrange.com          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                   
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the RPG/400 Discussion Mailing List!  To submit a new         *
* message, send your mail to "RPG400-L@midrange.com".  To unsubscribe   *
* from this list send email to MAJORDOMO@midrange.com and specify       *
* 'unsubscribe RPG400-L' in the body of your message.  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.