× 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: Calling a program upon connecting
  • From: Rob Berendt <rob@xxxxxxxxx>
  • Date: Wed, 21 Apr 1999 8:57:21 -0500

I've got to agree with the other person.  Yes it can be done, but what are you 
trying to do?

1)  Client access user wants a green screen application to come up but doesn't 
want to sign in.  They've already signed in to the PC why should they have to 
sign in again?  Solution:  In configuring the session click on 'bypass signon 
display'.

2)  Remote 400 user wants to use session but doesn't want to sign on again.  
Solution:  In the STRPASTHR command consider burying a userid and password.  
Keep in mind security implications.

3)  PC user wants to execute a command on the 400 to run but doesn't need a 
green screen session.  Command can run in batch.  Solution:  Consider the 
RMTCMD function of Client Access.

4)  Remote 400 user wants to run job on local 400.  Job can run in batch and 
requires no interactive session.  Solution:  Consider the SBMRMTCMD command.

5)  Remote computer user wants to start job on 400.  Remote user might be 
Eunuch or some other operating system.  Solution:  Consider using a ftp script 
including the following
quote rcmd commandtorun parameters
Below is an example script file.  This can be executed from DOS prompt within 
NT with the command   ftp -n -s:script.ftp
script.ftp would then contain:
open nameofremotelocation
user userid password
quote rcmd sndmsg 'test' rob
quit

and the list goes on...





abarron@mail.amnex.com on 04/20/99 06:19:41 PM
Please respond to MIDRANGE-L@midrange.com@Internet
To:     MIDRANGE-L@midrange.com@Internet
cc:      

Subject:        Calling a program upon connecting






Is it possible to call a program upon connecting to an AS/400 without
      having to sign-on to a green screen?

If so, where might one find information on doing so?

Any feedback would be greatly appreciated

Thanks in Advance


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


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.