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
|