From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85034d1ac78a66eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-14 05:24:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada Operating System Date: 14 Mar 2002 07:17:38 -0600 Organization: LJK Software Message-ID: References: <3c77b476.322111671@news.cis.dfn.de> <3C88E0D1.89161C16@despammed.com> <3C8EAFF7.B6CFF9A6@flash.net> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1016111861 4215 192.135.80.34 (14 Mar 2002 13:17:41 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 14 Mar 2002 13:17:41 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:21222 Date: 2002-03-14T07:17:38-06:00 List-Id: In article , "Marin David Condic" writes: > Now modeling it on VMS would be something interesting - not an exact clone, > but at least something that looked similar. (IMHO, the only reason VMS > wasn't the winner of the OS wars was because DEC wouldn't/couldn't release > it for use on anything other than DEC hardware.) There were things about VMS > that I thought were bad ideas - notably a file system wherein all the DEC > experts would repeatedly warn you not to try to duplicate the "copy" utility > in your own source code. So is it trivial to write a Copy command for partitioned data sets under MVS that works across an SNA network honoring wildcarded specifications ? I think even the current MacOS 9 "Copy" command is a bit complex, certainly running in the background and possibly even parallelizing its own work. "Copy" is a capability whose desired effect is obvious to the human but considerably difficult to implement in a pleasing fashion.