Date: Thu, 1 Aug 2002 13:51:18 +0400
Reply-To: jassimrahma@HSBC.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jassim Rahma <jassimrahma@HSBC.COM>
Subject: Memo: Re: File Path/Name
Content-type: text/plain; charset="us-ascii"
no I want to know the current path and file. For example if my file name is
called credit.sas and path is c:\sas\project, It should display c:
\sas\project\credit.sas in the footnote just like app.path in VB.
Many Thanks,
Jassim Rahma
Andre Wielki <wielki@ined.fr> on 1 Aug2002
To: Jassim RAHMA/ANL CRM MEM/HBME/HSBC@HSBC
cc:
bcc:
From: Andre Wielki <wielki@ined.fr> Tel:
Our Ref: Your Ref:
Subject: Re: File Path/Name
******************************************************************
This message originated from the Internet. Its originator may or
may not be who they claim to be and the information contained in
the message and any attachments may or may not be accurate.
******************************************************************
%let ref=c:\sas\project\credit.sas;
or by the way of other macro function.... depending what is your file for
SAS!
...
...
footnote " bla bla &ref ";
...
At 12:19 01/08/2002 +0400, you wrote:
>Hi,
>
>How can I get the physical file path and name displayed in my footnote,
>e.g.: c:\sas\project\credit.sas.
>
>
>Many Thanks,
>Jassim Rahma
>
>
>
>** HSBC's website is at www.hsbc.com **
>
>********************************************************************
> This message and any attachments are confidential to the ordinary
> user of the e-mail address to which it was addressed and may also
> be privileged. If you are not the addressee you may not copy,
> forward, disclose or use any part of the message or its
> attachments and if you have received this message in error, please
> notify the sender immediately by return e-mail and delete it from
> your system.
>
> Internet communications cannot be guaranteed to be secure or
> error-free as information could be intercepted, corrupted, lost,
> arrive late or contain viruses. The sender therefore does not
> accept liability for any errors or omissions in the context of
> this message which arise as a result of Internet transmission.
>
> Any opinions contained in this message are those of the author and
> are not given or endorsed by the HSBC Group company or office
> through which this message is sent unless otherwise clearly
> indicated in this message and the authority of the author to so
> bind the HSBC entity referred to is duly verified.
>
>********************************************************************
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54
** HSBC's website is at www.hsbc.com **
********************************************************************
This message and any attachments are confidential to the ordinary
user of the e-mail address to which it was addressed and may also
be privileged. If you are not the addressee you may not copy,
forward, disclose or use any part of the message or its
attachments and if you have received this message in error, please
notify the sender immediately by return e-mail and delete it from
your system.
Internet communications cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
arrive late or contain viruses. The sender therefore does not
accept liability for any errors or omissions in the context of
this message which arise as a result of Internet transmission.
Any opinions contained in this message are those of the author and
are not given or endorsed by the HSBC Group company or office
through which this message is sent unless otherwise clearly
indicated in this message and the authority of the author to so
bind the HSBC entity referred to is duly verified.
********************************************************************