LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 1998, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 21 Dec 1998 08:20:02 +0000
Reply-To:     Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Organization: Crawford Software Consultancy Limited
Subject:      Re: Force Browsing mode

In article <367d64dc.0@news.iprolink.ch>, MP <mperroul@ctm.ch> writes >I have just a question for you, if you can help me. > >How can I, in SAS, force the edition of a .Frame in browse (B) mode ? > >Many thanks for your help, > >Marc > > > see the options in "proc catalog; copy ... " statement with NOEDIT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~clipped from on-line help~~~ CATALOG: COPY OUT Statement - NOEDIT Option

COPY OUT= <libref.>catalog NOEDIT; The NOEDIT option prevents the copied version of the following SAS/AF entry types from being edited by PROC BUILD:

CBT

FRAME

HELP

MENU

PROGRAM

SCL

SYSTEM

If specified for an entry that is not one of these types, the option is ignored. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You will find this NOEDIT functionality, also in procedures .... proc build and proc cport

-- Peter Crawford


Back to: Top of message | Previous page | Main SAS-L page