Sujet : Re: Upcoming time boundary events
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 31. May 2025, 20:47:58
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <683b5cee$0$684$14726298@news.sunsite.dk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
On 5/31/2025 3:34 PM, Chris Townley wrote:
On 31/05/2025 18:47, Arne Vajhøj wrote:
Can be done from shell/scripting, without programming ?
>
DCL does not speak TCP/IP. And probably never will.
>
But then script it in Python or Groovy or Perl or something
else that does speak TCP/IP.
What about COPY/FTP or the SSH commands?
I am not sure I understand.
The context was:
#### and
#### transparent task to task communication ?
### and task to task->INETD.
So I assume that we are talking about how to rewrite
something like:
$ open/read f 0::"task=something"
$ read f line
$ close f
$ exit
to talk to an INETD service instead.
Which I don't know how to do in DCL but is supereasy in
Python/Groovy/Perl/whatever.
And I don't see how COPY/FTP or SSH will help.
Arne