System Management
7210 SAS M, X Basic System Configuration Guide Page 193
            end-time 2007/07/17 12:00
        exit
----------------------------------------------
*A:SR-3>config>cron# 
Script
The script command opens a new nodal context which contains information on a script.
CLI Syntax: config>cron
script script-name [owner script-owner]
description description-string
location file-url 
shutdown 
Example
: config>cron# script test
config>cron>script#
The following example names a script “test”:
A:sim1>config>cron# info
----------------------------------------------
        script "test"
            location "ftp://172.22.184.249/./sim1/test.cfg"
            no shutdown 
        exit
----------------------------------------------
A:sim1>config>cron#