Re: F against a REXX STC

2005-11-04 Thread Jan MOEYERSONS
Can I send MVS modify command against a REXX that is running as an STC? I did something very similar with a Cobol program. I guess that you can do the same in Rexx (set-up of the environment may be a little harder, though). I've written an assembler program that set's up the plumbing for

Re: F against a REXX STC

2005-11-04 Thread Farley, Peter x23353
) but not what you would be looking for here. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 8:40 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: F against a REXX STC In [EMAIL PROTECTED], on 11/03/2005 at 03:25 PM

F against a REXX STC

2005-11-03 Thread Zafiropoulos Konstantinos
Hi all, Can I send MVS modify command against a REXX that is running as an STC? I just want to trigger a specific function using this modify command on a loop-wait REXX STC. How this is implementing? Best regards, Zafiropoulos Konstantinos Main Systems support

R: F against a REXX STC

2005-11-03 Thread MASSIMO BIANCUCCI
Konstantinos Inviato: giovedì 3 novembre 2005 14.26 A: IBM-MAIN@BAMA.UA.EDU Oggetto: F against a REXX STC Hi all, Can I send MVS modify command against a REXX that is running as an STC? I just want to trigger a specific function using this modify command on a loop-wait REXX STC. How

Re: F against a REXX STC

2005-11-03 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Zafiropoulos Konstantinos Sent: Thursday, November 03, 2005 7:26 AM To: IBM-MAIN@BAMA.UA.EDU Subject: F against a REXX STC Hi all, Can I send MVS modify command against a REXX

Re: F against a REXX STC

2005-11-03 Thread Kok, Howi
and receive a command from it. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Zafiropoulos Konstantinos Sent: Thursday, November 03, 2005 7:26 AM To: IBM-MAIN@BAMA.UA.EDU Subject: F against a REXX STC Hi all, Can I send MVS modify command

Re: F against a REXX STC

2005-11-03 Thread Walt Farrell
On 11/3/2005 11:24 AM, Kok, Howi wrote: Instead of accepting command via console you can try using TCPIP. The IP API rexx exec sample members RSCLIENT and RSSERVER in TCPIP.SEZAINST or whatever TCPIP data set name your shop uses can be modified to do what you want. You can code your rexx stc

Re: F against a REXX STC

2005-11-03 Thread Kok, Howi
: Thursday, November 03, 2005 11:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: F against a REXX STC On 11/3/2005 11:24 AM, Kok, Howi wrote: Instead of accepting command via console you can try using TCPIP. The IP API rexx exec sample members RSCLIENT and RSSERVER in TCPIP.SEZAINST or whatever TCPIP data

Re: F against a REXX STC

2005-11-03 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Kok, Howi Sent: Thursday, November 03, 2005 1:29 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: F against a REXX STC If the stc is doing serious tasks then proper coding is needed

Re: F against a REXX STC

2005-11-03 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/03/2005 at 03:25 PM, Zafiropoulos Konstantinos [EMAIL PROTECTED] said: Can I send MVS modify command against a REXX that is running as an STC? Not in pure REXX, but you can do it with a small REXX-callable assembler program. Google for QEDIT. -- Shmuel