Re: Accessing TCPIP.DATA from Perl on os390

2017-06-26 Thread Dick Franks
The solution adopted (ab)uses cat to extend Perl's standard open to reach MVS datasets: local *FILE;# "cat" able to read MVS dataset open( FILE, qq[cat "$dataset" 2>/dev/null |] ); Error reporting is far from ideal, either spilling out on STDERR or silenced

RE: Accessing TCPIP.DATA from Perl on os390

2017-05-13 Thread Carroll, Sandra E (Sandra)
ое сообщение От: M. Ray Mullins mailto:%22m.%20ray%20mullins%22%20%3cm.ray.mull...@gmail.com%3e>> Кому: perl-mvs@perl.org<mailto:perl-mvs@perl.org> Тема: Re: Accessing TCPIP.DATA from Perl on os390 Дата: Thu, 11 May 2017 19:01:51 -0700 I am well aware of what I wrote. Maybe

Re: Accessing TCPIP.DATA from Perl on os390

2017-05-12 Thread Yaroslav Kuzmin
Исходное сообщение От: M. Ray Mullins mailto:%22m.%20ray%20mullins%22%20%3cm.ray.mull...@gmail.com%3e>> Кому: perl-mvs@perl.org<mailto:perl-mvs@perl.org> Тема: Re: Accessing TCPIP.DATA from Perl on os390 Дата: Thu, 11 May 2017 19:01:51 -0700 I am well aware of

Re: Accessing TCPIP.DATA from Perl on os390

2017-05-11 Thread M. Ray Mullins
I am well aware of what I wrote. Maybe Yaroslav can assist you. Good day. On 2017-05-11 16:56, Dick Franks wrote: On 11 May 2017 at 23:25, M. Ray Mullins > wrote: On 2017-05-10 13:12, Dick Franks wrote: I've never tried open(FHAND, "http://data.

Re: Accessing TCPIP.DATA from Perl on os390

2017-05-11 Thread M. Ray Mullins
On 2017-05-10 13:12, Dick Franks wrote: I've never tried open(FHAND, "http://data.set.name>'") or die "Not found: $!". I don't have perl installed on our system If you have no skin in the game, the conversation is over I don't have authority at my installation, otherwise it would be i

Re: Accessing TCPIP.DATA from Perl on os390

2017-05-09 Thread M. Ray Mullins
(CC'd back to the mailing list.) On 2017-05-04 20:22, Dick Franks wrote: On 5 May 2017 at 01:08, M. Ray Mullins > wrote: Hello Dick, This appears to be a duplicate of an email you sent yesterday. Did you receive my answer sent to the mailing list l

Re: Accessing TCPIP.DATA from Perl on os390

2017-05-03 Thread M. Ray Mullins
Hi Dick, As the UNIX® System Services component of z/OS is certified UNIX- and POSIX-compliant, whatever method you use currently to interrogate the UNIX and brethren OSes should work. Having said that, of course, we are talking z/OS and EBCDIC, so, of course, I'm sure it won't work out of t