Previous Page | Next Page

METAOPERATE Procedure

Example 2: Submitting ACTION=PAUSE with a Pause Comment


Procedure features:

ACTION=PAUSE argument

OPTIONS= argument with <PauseComment>


The following example issues a PAUSE action and includes a comment about the pause.


Program

 Note about code
proc metaoperate
   action=pause
   options="<Server STATE='ADMIN'/>
            <PauseComment>The server will resume at 2:00 a.m.</PauseComment>";
run;

Previous Page | Next Page | Top of Page