Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alberta.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!alberta!mohan From: mohan@alberta.UUCP (Mohan Palat) Newsgroups: net.lang.c Subject: An Equel( Embedded Quel ) problem Message-ID: <259@alberta.UUCP> Date: Thu, 17-May-84 17:46:21 EDT Article-I.D.: alberta.259 Posted: Thu May 17 17:46:21 1984 Date-Received: Fri, 18-May-84 06:50:52 EDT Organization: U. of Alberta, Edmonton, AB Lines: 17 An equel problem Could someone familiar with EQUEL ( Embedded Quel ) answer the following question: Consider the following command: ## create relname ( dom1 =format { ,dom2 = format }) In an Equel program, is it possible to define this statement in such a way that a variable number of domains can be specified as command line arguments ? In other words, the number of domains in a relation is not fixed. Is it possible to specify the 'create' command in Equel to accomodate such a requirement ? ( The domains are read as command line arguments ). Thanks in advance.