File equations UNIX (sort of)?

Joe Boyle atla38 at dsl.pipex.com
Tue Nov 8 08:52:19 CST 2005


I think setenv is a c shell command; which means you probably need syntax
like that below, which is bourne/korn shell syntax,

PAY=/archive/pay 
export PAY

or

PAY=/archive/pay;export PAY

Regards, Joe.


-----Original Message-----
From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Elisabeth Corsten
Sent: 08 November 2005 14:19
To: powerh-l at lists.sowder.com
Subject: File equations UNIX (sort of)?

 
Dear All, 

migrating from MPE to UX we have hit another question:

Is there another possibility of replacing MPE file equations (file
tempfile=permfile) than using system variables? The "Migration Guide",
otherwise very helpful, states:

...For example,

FILE PAY=PAY.ARCHIVE

would be replaced with

setenv PAY /archive/pay.

Unfortunately our Unix/scripting language/whatever doesn't understand
this command(?).

Any ideas (or even syntax examples??)

Thanks in advance 

  Elisabeth Corsten
  EC Datentechnik GmbH
  Germany



More information about the powerh-l mailing list