Fixed! (was RE: SET REP DEV DISC myfilename)

Hamilton, Allison Allison.Hamilton@Cognos.COM
Fri, 18 Jul 2003 13:00:28 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C34D4E.16B367F0
Content-Type: text/plain;
	charset="iso-8859-1"

No, you are not missing something.  OpenVMS has physical extensions in the
file name, (unlike unix where extensions are virtual) so when you ask for
my.xml it will give you my.xml and not add on the .txt that a UNIX version
would.  I suppose I should have said that supplying the extension works for
OpenVMS 8.xx versions.

-----Original Message-----
From: Darren Reely [mailto:darren.reely@latticesemi.com]
Sent: Friday, July 18, 2003 12:45 PM
Cc: 'powerh-l@cube.swau.edu'
Subject: Re: Fixed! (was RE: SET REP DEV DISC myfilename)


Allison, am I missing something. Under Solaris 8 and PH 8.23D7 the 
following produces a file named my.xml.txt.

set report limit 10
set report device disc
set report name my.xml
access step_table in mfg
report step step_group

Since we dynamically build scripts to run our reports, I used the mv 
command to alter the file extension I was after.

Darren.


Hamilton, Allison wrote:

> 8.xx does handle file extensions in the set report device disc name, 
> so, if you ever upgrade you shouldn't need to do the logical anymore.
>
> -----Original Message-----
> From: Olmos, Fernando (Sericon at Alcoa)
> [mailto:Fernando.Olmos@alcoa.com.au]
> Sent: Thursday, July 17, 2003 6:56 PM
> To: 'powerh-l@cube.swau.edu'
> Subject: Fixed! (was RE: SET REP DEV DISC myfilename)
>
>
> Thanks to everyone that replied with their suggestions. I know it was 
> a dumb
> question to ask, but I just had to ask in case someone knew of a special
> "trick" to get around it. Obviously PH cannot handle file name 
> extensions of
> OUR choice, so yes, I've had to specify the proper name using a 
> logical in
> VMS. I could have renamed it after the QUIZ job, but I need the file for
> other purposes so a logical was the way to go.
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe <password>" in message body to 
> powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.
>
> Join us at Cognos' biggest event of the year Enterprise 2003, The 
> Cognos Business Forum.  Taking place in over 25 cities around the 
> world, it's an opportunity for Business and IT leaders to learn about 
> strategies for driving performance. Visit 
> http://www.cognos.com/enterprise03 for more details.
>
> This message may contain privileged and/or confidential information.  
> If you have received this e-mail in error or are not the intended 
> recipient, you may not use, copy, disseminate or distribute it; do not 
> open any attachments, delete it immediately from your system and 
> notify the sender promptly by e-mail that you have done so.  Thank you.
>


= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.

Join us at Cognos' biggest event of the year Enterprise 2003, The Cognos
Business Forum.  Taking place in over 25 cities around the world, it's an
opportunity for Business and IT leaders to learn about strategies for
driving performance. Visit http://www.cognos.com/enterprise03 for more
details. 

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

------_=_NextPart_001_01C34D4E.16B367F0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2654.89">
<TITLE>RE: Fixed! (was RE: SET REP DEV DISC myfilename)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>No, you are not missing something.&nbsp; OpenVMS has =
physical extensions in the file name, (unlike unix where extensions are =
virtual) so when you ask for my.xml it will give you my.xml and not add =
on the .txt that a UNIX version would.&nbsp; I suppose I should have =
said that supplying the extension works for OpenVMS 8.xx =
versions.</FONT></P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Darren Reely [<A =
HREF=3D"mailto:darren.reely@latticesemi.com">mailto:darren.reely@lattice=
semi.com</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Friday, July 18, 2003 12:45 PM</FONT>
<BR><FONT SIZE=3D2>Cc: 'powerh-l@cube.swau.edu'</FONT>
<BR><FONT SIZE=3D2>Subject: Re: Fixed! (was RE: SET REP DEV DISC =
myfilename)</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Allison, am I missing something. Under Solaris 8 and =
PH 8.23D7 the </FONT>
<BR><FONT SIZE=3D2>following produces a file named my.xml.txt.</FONT>
</P>

<P><FONT SIZE=3D2>set report limit 10</FONT>
<BR><FONT SIZE=3D2>set report device disc</FONT>
<BR><FONT SIZE=3D2>set report name my.xml</FONT>
<BR><FONT SIZE=3D2>access step_table in mfg</FONT>
<BR><FONT SIZE=3D2>report step step_group</FONT>
</P>

<P><FONT SIZE=3D2>Since we dynamically build scripts to run our =
reports, I used the mv </FONT>
<BR><FONT SIZE=3D2>command to alter the file extension I was =
after.</FONT>
</P>

<P><FONT SIZE=3D2>Darren.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hamilton, Allison wrote:</FONT>
</P>

<P><FONT SIZE=3D2>&gt; 8.xx does handle file extensions in the set =
report device disc name, </FONT>
<BR><FONT SIZE=3D2>&gt; so, if you ever upgrade you shouldn't need to =
do the logical anymore.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Olmos, Fernando (Sericon at Alcoa)</FONT>
<BR><FONT SIZE=3D2>&gt; [<A =
HREF=3D"mailto:Fernando.Olmos@alcoa.com.au">mailto:Fernando.Olmos@alcoa.=
com.au</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; Sent: Thursday, July 17, 2003 6:56 PM</FONT>
<BR><FONT SIZE=3D2>&gt; To: 'powerh-l@cube.swau.edu'</FONT>
<BR><FONT SIZE=3D2>&gt; Subject: Fixed! (was RE: SET REP DEV DISC =
myfilename)</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Thanks to everyone that replied with their =
suggestions. I know it was </FONT>
<BR><FONT SIZE=3D2>&gt; a dumb</FONT>
<BR><FONT SIZE=3D2>&gt; question to ask, but I just had to ask in case =
someone knew of a special</FONT>
<BR><FONT SIZE=3D2>&gt; &quot;trick&quot; to get around it. Obviously =
PH cannot handle file name </FONT>
<BR><FONT SIZE=3D2>&gt; extensions of</FONT>
<BR><FONT SIZE=3D2>&gt; OUR choice, so yes, I've had to specify the =
proper name using a </FONT>
<BR><FONT SIZE=3D2>&gt; logical in</FONT>
<BR><FONT SIZE=3D2>&gt; VMS. I could have renamed it after the QUIZ =
job, but I need the file for</FONT>
<BR><FONT SIZE=3D2>&gt; other purposes so a logical was the way to =
go.</FONT>
<BR><FONT SIZE=3D2>&gt; =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =
=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D</FONT>
<BR><FONT SIZE=3D2>&gt; Mailing list: powerh-l@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2>&gt; Subscribe: &quot;subscribe&quot; in message =
body to powerh-l-request@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2>&gt; Unsubscribe: &quot;unsubscribe =
&lt;password&gt;&quot; in message body to </FONT>
<BR><FONT SIZE=3D2>&gt; powerh-l-request@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2>&gt; <A =
HREF=3D"http://lists.swau.edu/mailman/listinfo/powerh-l" =
TARGET=3D"_blank">http://lists.swau.edu/mailman/listinfo/powerh-l</A></F=
ONT>
<BR><FONT SIZE=3D2>&gt; This list is closed, thus to post to the list =
you must be a subscriber.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Join us at Cognos' biggest event of the year =
Enterprise 2003, The </FONT>
<BR><FONT SIZE=3D2>&gt; Cognos Business Forum.&nbsp; Taking place in =
over 25 cities around the </FONT>
<BR><FONT SIZE=3D2>&gt; world, it's an opportunity for Business and IT =
leaders to learn about </FONT>
<BR><FONT SIZE=3D2>&gt; strategies for driving performance. Visit =
</FONT>
<BR><FONT SIZE=3D2>&gt; <A HREF=3D"http://www.cognos.com/enterprise03" =
TARGET=3D"_blank">http://www.cognos.com/enterprise03</A> for more =
details.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; This message may contain privileged and/or =
confidential information.&nbsp; </FONT>
<BR><FONT SIZE=3D2>&gt; If you have received this e-mail in error or =
are not the intended </FONT>
<BR><FONT SIZE=3D2>&gt; recipient, you may not use, copy, disseminate =
or distribute it; do not </FONT>
<BR><FONT SIZE=3D2>&gt; open any attachments, delete it immediately =
from your system and </FONT>
<BR><FONT SIZE=3D2>&gt; notify the sender promptly by e-mail that you =
have done so.&nbsp; Thank you.</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =
=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D</FONT>
<BR><FONT SIZE=3D2>Mailing list: powerh-l@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2>Subscribe: &quot;subscribe&quot; in message body to =
powerh-l-request@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2>Unsubscribe: &quot;unsubscribe =
&lt;password&gt;&quot; in message body to =
powerh-l-request@lists.swau.edu</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://lists.swau.edu/mailman/listinfo/powerh-l" =
TARGET=3D"_blank">http://lists.swau.edu/mailman/listinfo/powerh-l</A></F=
ONT>
<BR><FONT SIZE=3D2>This list is closed, thus to post to the list you =
must be a subscriber.</FONT>
</P>

<P><FONT SIZE=3D2>Join us at Cognos' biggest event of the year<I> =
Enterprise 2003, The Cognos Business Forum</I>.&nbsp; Taking place in =
over 25 cities around the world, it's an opportunity for Business and =
IT leaders to learn about strategies for driving performance. Visit<U> =
<A HREF=3D"http://www.cognos.com/enterprise03" =
TARGET=3D"_blank">http://www.cognos.com/enterprise03</A></U> for more =
details. </FONT></P>

<P><FONT SIZE=3D2>This message may contain privileged and/or =
confidential information.&nbsp; If you have received this e-mail in =
error or are not the intended recipient, you may not use, copy, =
disseminate or distribute it; do not open any attachments, delete it =
immediately from your system and notify the sender promptly by e-mail =
that you have done so.&nbsp; Thank you.</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01C34D4E.16B367F0--