Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!sgi!wdl1!mitchell From: mitchell@wdl1.UUCP (Jo Mitchell) Newsgroups: comp.databases Subject: Re: Ingres OSL-passing parameters from command line Message-ID: <3560035@wdl1.UUCP> Date: 5 Apr 89 23:45:58 GMT References: <470@agrigene.UUCP> Lines: 12 Or you could have your OSL call a QC procedure which could extract parameters from logicals or environment variables. Or you could embed your executable in a script or command procedure. When your command procedure receives the parameters have it place these in a database table (private). Now, in your OSL retrieve from this table your parameters. Or you could prompt your user.