Re: REXEC and TSO

2006-04-04 Thread Paul Gilmartin
In a recent note, Ian Worthington said: > Date: Tue, 4 Apr 2006 15:14:09 -0500 > > Let me see what I can find out about running REXX under OMVS. I think > maybe some sort of stub routine might be the order of the day. > As a confidence builder you might try: rexec MVS /bin/extattr

Re: REXEC and TSO

2006-04-04 Thread Ian Worthington
Many thanks for all the replies on this. Unfortunatly the system is outsourced and getting anything changed moves at glacial speed. I'm stuck with what I've got, and that's the lot. Let me see what I can find out about running REXX under OMVS. I think maybe some sort of stub routine might be th

Re: REXEC and TSO

2006-04-03 Thread Chris Mason
they don't mention being really helpful and propose names such as rexec.tso.abccorp.com and rexec.unix.abccorp.com I don't know. Chris Mason - Original Message - From: "Paul Gilmartin" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: Sent: Monday, 0

Re: REXEC and TSO

2006-04-03 Thread Paul Gilmartin
In a recent note, Steve Comstock said: > Date: Mon, 3 Apr 2006 08:36:12 -0600 > > tso exec "'pt6820a.rexx(activate)'" exec > > Again, just a shot in the dark playing with punctuation; > That ought to work, because /bin/tso takes as its arguments a nonempty sequence of tokens which it co

Re: REXEC and TSO

2006-04-03 Thread Steve Comstock
Ian Worthington wrote: On Mon, 3 Apr 2006 07:37:46 -0600, Steve Comstock <[EMAIL PROTECTED]> wrote: Not sure. But at least try using quotes like this: tso exec "//'fully_qualified_library(exec_name)'" exec Kind regards, -Steve Comstock Thanks Steve. Not sure if you meant to have EXEC

Re: REXEC and TSO

2006-04-03 Thread Paul Gilmartin
In a recent note, Ian Worthington said: > Date: Mon, 3 Apr 2006 09:23:13 -0500 > > On Mon, 3 Apr 2006 07:37:46 -0600, Steve Comstock > >tso exec "//'fully_qualified_library(exec_name)'" exec > > Not sure if you meant to have EXEC twice? I'm guessing not, but > The second EXEC indicates

Re: REXEC and TSO

2006-04-03 Thread Paul Gilmartin
In a recent note, Ian Worthington said: > Date: Mon, 3 Apr 2006 02:38:25 -0500 > > (Not sure if this is the right place for this or not. Is there somewhere > more focused on TCP/IP issues?) > Yes. > Does anyone know if it is possible in fact to REXEC a TSO EXEC stored > in a PDS access

Re: REXEC and TSO

2006-04-03 Thread Ian Worthington
On Mon, 3 Apr 2006 07:37:46 -0600, Steve Comstock <[EMAIL PROTECTED]> wrote: > >Not sure. But at least try using quotes like this: > >tso exec "//'fully_qualified_library(exec_name)'" exec > >Kind regards, > >-Steve Comstock Thanks Steve. Not sure if you meant to have EXEC twice? I'm guessing

Re: REXEC and TSO

2006-04-03 Thread Steve Comstock
Ian Worthington wrote: (Not sure if this is the right place for this or not. Is there somewhere more focused on TCP/IP issues?) I have a rexx exec in a pds I would like to execute via REXEC from a foreign host, but when I REXEC to mvs I end up at $HOME and, unlike in FTP, seem unable to CD to a

REXEC and TSO

2006-04-03 Thread Ian Worthington
(Not sure if this is the right place for this or not. Is there somewhere more focused on TCP/IP issues?) I have a rexx exec in a pds I would like to execute via REXEC from a foreign host, but when I REXEC to mvs I end up at $HOME and, unlike in FTP, seem unable to CD to a PDS. And trying to tso e