Previous Topic: WRID=identifier /NOWRID (D)

Next Topic: OPTIMIZE DATABASE

Examples

  1. In this example, the hyphen at the end of the DCL command line extends the command to a second command line. The manager does not issue prompts, because the user specifies /NOPROMPT. The manager assigns the job called WKLY-RENAME to a new group called DAILY and new type called FISCAL.
    SCHEDULE> MODIFY WEEKLY-RENAME/NOPROMPT -
      SCHEDULE>/NEW_GROUP=DAILY/NEW_TYPE=FISCAL 
    %NSCHED-I-RQSTSUCCSS, Job  WEEKLY-RENAME - Modified
    
  2. This example specifies /PROMPT, so the manager issues the complete list of qualifiers. The user makes the same modifications as in the first example.
    SCHEDULE>  MODIFY/PROMPT 
    _Job name or number : WEEKLY-RENAME 
    _VMS Command [@SYS$DEVICE:[EXAMPLE.PROJECT-C]WEEKLY_COPY.COM] : 
    _Job Name [WEEKLY-RENAME] : 
    _New_Group [WEEKLY]: DAILY 
    _New_Type [PROJECT-COSTS] :  FISCAL 
    _Schedule Interval [F W6 18:00:00] : 
    _Days [(FRI]:)
     _Special Day Restrictions [None]: 
    _Next Run Time [ 7-AUG-1996 18:00] : 
    _Stall Notify [None] : 
    _Stall Time Job [None] : 
    _Output file [SYS$DEVICE:[EXAMPLE.PROJECT-C]WEEKLY-RENAME.REP] : 
    _Mode (Detached, Batch, Remote [DETACHED]:)
     _Cluster Node [Default] : 
    _Retain (Success, Error, None or All [ALL]:)
     _Restart (Yes, No [Yes]:)
     _Retry (Yes, No [Yes]:)
     _Notify (Yes, No [No]:)
     _Send_Mail (All, Error, Success or None [ALL]:)
     _Send MAIL on Special Day Action (Yes, No [No]:)
     _Use_next_time (Yes, No [Yes]:)
     _OPCOM (Yes, No [No]:)
     _Mail_Address [EXAMPLE] : 
    _Username [EXAMPLE] : 
    _Run Priority [Default] : 
    _Pre Function [DIR/PRINT [EXAMPLE.PROJECT-C]*.REP]] : 
    _Post Function [DIR/PRINT [EXAMPLE.PROJECT-C]*.REP]/SIN] : 
    _Maximum Time Warning [None] : 
    _Maximum Time Job [None] : 
    _Synchronization [None] : 
    _Comment [Check for weekly rep's/copy to subdirectory and
    		rename/check new rep files] : 
    %NSCHED-I-RQSTSUCCSS, Job WEEKLY-RENAME - Modified