From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 12749cb9 for ; Thu, 24 Oct 2019 08:25:45 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7D0CB9B92F; Thu, 24 Oct 2019 18:25:44 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A0A049B552; Thu, 24 Oct 2019 18:25:16 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 349429B552; Thu, 24 Oct 2019 18:25:13 +1000 (AEST) Received: from firemail.de (firemail.de [144.76.63.194]) by minnie.tuhs.org (Postfix) with ESMTPS id 69F5E93D06 for ; Thu, 24 Oct 2019 18:25:12 +1000 (AEST) Received: from firemail.de (firemail.de [144.76.63.194]) by firemail.de (b1gMailServer) with ESMTP id 712E54F5 for ; Thu, 24 Oct 2019 10:25:10 +0200 (CEST) Date: Thu, 24 Oct 2019 10:25:09 +0200 MIME-Version: 1.0 Message-ID: <54b31e5e60363ff3b84159b819c07a0b@firemail.de> X-Mailer: b1gMail/7.3.0 X-Sender-IP: 46.18.62.65 From: "Thomas Paulsen" To: "Christopher Browne" In-Reply-To: References: <20191021062242.GA91599@indra.papnet.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Subject: Re: [TUHS] PDP-7 UNIX filesystem X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Thomas Paulsen Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" MVS(Z/OS).DD statement means Data definition, //DD-name DD Parameters whereas DD-NAME identifies the dataset (=file). The real file is referenced by this name within the program. Say DD hello then the program source says: open hello; read hello, and so on. Thus MVS(Z/OS).DD having nothing todo withUNIX.DD.