Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / SAS / October 2008



Tip: Looking for answers? Try searching our database.

installing FSVIEW

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eversmann - 30 Oct 2008 17:15 GMT
Hi All,

Can you tell me which module do i need, to use FSV / FSE features...

Thanks

P.S. isnt this something you get with the BASE SAS pack?
Nat Wooding - 30 Oct 2008 17:21 GMT
FS View is part of SAS/FSP which is a seperate product.

The SAS System Viewer may be downloaded free from SAS Institute.

Nat Wooding
Environmental Specialist III
Dominion, Environmental Biology
4111 Castlewood Rd
Richmond, VA 23234
Phone:804-271-5313, Fax: 804-271-2977

            Eversmann
            <rifazrazeek@GMAI
            L.COM>                                                     To
            Sent by: "SAS(r)          SAS-L@LISTSERV.UGA.EDU
            Discussion"                                                cc
            <SAS-L@LISTSERV.U
            GA.EDU>                                               Subject
                                      installing FSVIEW

            10/30/2008 12:15
            PM

            Please respond to
                Eversmann
            <rifazrazeek@GMAI
                 L.COM>

Hi All,

Can you tell me which module do i need, to use FSV / FSE features...

Thanks

P.S. isnt this something you get with the BASE SAS pack?

CONFIDENTIALITY NOTICE:  This electronic message contains
information which may be legally confidential and/or privileged and
does not in any case represent a firm ENERGY COMMODITY bid or offer
relating thereto which binds the sender without an additional
express written confirmation to that effect.  The information is
intended solely for the individual or entity named above and access
by anyone else is unauthorized.  If you are not the intended
recipient, any disclosure, copying, distribution, or use of the
contents of this information is prohibited and may be unlawful.  If
you have received this electronic transmission in error, please
reply immediately to the sender that you have received the message
in error, and delete it.  Thank you.
Akshaya - 30 Oct 2008 17:45 GMT
I believe, FSV is part of BASE SAS, used to do data entry, editing,
retrieval, querying. It can be invoked by using any of the FSP
procedures (EDIT,VIEW,BROWSE,LIST,LETTER). This SUGI paper "http://
www2.sas.com/proceedings/sugi25/25/btu/25p065.pdf" gives a good
insight.

Thanks!
Akshaya
Lou - 31 Oct 2008 01:15 GMT
> I believe, FSV is part of BASE SAS, used to do data entry, editing,
> retrieval, querying. It can be invoked by using any of the FSP
> procedures (EDIT,VIEW,BROWSE,LIST,LETTER). This SUGI paper "http://
> www2.sas.com/proceedings/sugi25/25/btu/25p065.pdf" gives a good
> insight.

I've been hearing this for years, that FSP (of which FSView is a part) is
part of the base system, but I've never been anywhere and seen this to be
the case.  I suppose it's just barely possible that SAS will grant a license
for FSP without charging an additional fee, but such a practice would be
very uncharacteristic.

It's been at least a decade and a half since I saw FSLetter - does it still
exist?  Longer than that since I've seen FSCalc - trying to invoke it on my
machine produces an error message.

It's the work of less than a minute to see if you have FSP - the various
procedures can be invoked with a PROC statement, but it's often easier to
just use the command line.  For instance, suppose you executed the
following:

DATA FEE;
  DO N = 1 TO 10;
     OUTPUT;
  END;
  STOP;
RUN;

You could view the dataset by typing, on the command line or in the command
box,

FSVIEW FEE

(and pressing the enter key, of course.)
Nat Wooding - 31 Oct 2008 13:35 GMT
Yes,  FSLetter is still in the FSP documentation. I, for one, have never
found a need for it but I think I recall an old SUGI paper in which someone
used it as a forms generator for printing some standard document. And, no,
I don't remember which SUGI.

By the way, if you define a screen catalog for FSEdit/FSBrowse and run one
of these procs in a non-display mode, you will generate a listing of your
data set with each obs displayed on a seperate image that is formated
according to the layout of the screen definition in the catalog.  For those
who have never seen FSP, these procs display a single obs at a time and the
user has the option of defining the layout of the display. For example, if
you have a data set that contains billing information, you could define a
screen with the layout of a bill and then use one of  these procs with the
screen definition to print your bills. It's been a while but I think that I
have used this trick once or twice.

As far as I know, FSCALC was a separate product.

Nat Wooding
Environmental Specialist III
Dominion, Environmental Biology
4111 Castlewood Rd
Richmond, VA 23234
Phone:804-271-5313, Fax: 804-271-2977

            Lou
            <lpogoda@HOTMAIL.
            COM>                                                       To
            Sent by: "SAS(r)          SAS-L@LISTSERV.UGA.EDU
            Discussion"                                                cc
            <SAS-L@LISTSERV.U
            GA.EDU>                                               Subject
                                      Re: installing FSVIEW

            10/30/2008 08:15
            PM

            Please respond to
                   Lou
            <lpogoda@HOTMAIL.
                  COM>

> I believe, FSV is part of BASE SAS, used to do data entry, editing,
> retrieval, querying. It can be invoked by using any of the FSP
> procedures (EDIT,VIEW,BROWSE,LIST,LETTER). This SUGI paper "http://
> www2.sas.com/proceedings/sugi25/25/btu/25p065.pdf" gives a good
> insight.

I've been hearing this for years, that FSP (of which FSView is a part) is
part of the base system, but I've never been anywhere and seen this to be
the case.  I suppose it's just barely possible that SAS will grant a
license
for FSP without charging an additional fee, but such a practice would be
very uncharacteristic.

It's been at least a decade and a half since I saw FSLetter - does it still
exist?  Longer than that since I've seen FSCalc - trying to invoke it on my
machine produces an error message.

It's the work of less than a minute to see if you have FSP - the various
procedures can be invoked with a PROC statement, but it's often easier to
just use the command line.  For instance, suppose you executed the
following:

DATA FEE;
  DO N = 1 TO 10;
     OUTPUT;
  END;
  STOP;
RUN;

You could view the dataset by typing, on the command line or in the command
box,

FSVIEW FEE

(and pressing the enter key, of course.)

CONFIDENTIALITY NOTICE:  This electronic message contains
information which may be legally confidential and/or privileged and
does not in any case represent a firm ENERGY COMMODITY bid or offer
relating thereto which binds the sender without an additional
express written confirmation to that effect.  The information is
intended solely for the individual or entity named above and access
by anyone else is unauthorized.  If you are not the intended
recipient, any disclosure, copying, distribution, or use of the
contents of this information is prohibited and may be unlawful.  If
you have received this electronic transmission in error, please
reply immediately to the sender that you have received the message
in error, and delete it.  Thank you.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.